Skip to content

Commit 8fab1d8

Browse files
authoredNov 13, 2024··
feat(all): auto-regenerate discovery clients (#2871)
1 parent 031802c commit 8fab1d8

24 files changed

+868
-661
lines changed
 

‎addressvalidation/v1/addressvalidation-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
}
152152
}
153153
},
154-
"revision": "20241106",
154+
"revision": "20241110",
155155
"rootUrl": "https://addressvalidation.googleapis.com/",
156156
"schemas": {
157157
"GoogleGeoTypeViewport": {
@@ -181,7 +181,7 @@
181181
"type": "array"
182182
},
183183
"formattedAddress": {
184-
"description": "The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` will always represent the country as a 2 letter `region_code` (ex. \"US\" or \"CA\"), whereas this field will use a longer form of the country name (ex. \"USA or \"Canada\").",
184+
"description": "The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` always represents the country as a 2 letter `region_code`, such as \"US\" or \"NZ\". By contrast, this field uses a longer form of the country name, such as \"USA\" or \"New Zealand\".",
185185
"type": "string"
186186
},
187187
"missingComponentTypes": {
@@ -203,7 +203,7 @@
203203
"type": "array"
204204
},
205205
"unresolvedTokens": {
206-
"description": "Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address (for example in an input like \"Parcel 0000123123 \u0026 0000456456 Str # Guthrie Center IA 50115 US\", the unresolved tokens may look like `[\"Parcel\", \"0000123123\", \"\u0026\", \"0000456456\"]`.",
206+
"description": "Any tokens in the input that could not be resolved. This might be an input that was not recognized as a valid part of an address. For example, for an input such as \"Parcel 0000123123 \u0026 0000456456 Str # Guthrie Center IA 50115 US\", the unresolved tokens might look like `[\"Parcel\", \"0000123123\", \"\u0026\", \"0000456456\"]`.",
207207
"items": {
208208
"type": "string"
209209
},

‎addressvalidation/v1/addressvalidation-gen.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudbilling/v1beta/cloudbilling-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
}
762762
}
763763
},
764-
"revision": "20240906",
764+
"revision": "20241106",
765765
"rootUrl": "https://cloudbilling.googleapis.com/",
766766
"schemas": {
767767
"CacheFillRegions": {
@@ -1245,7 +1245,7 @@
12451245
"type": "object"
12461246
},
12471247
"Decimal": {
1248-
"description": "A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java's BigDecimal or Python's decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.org/3/library/decimal.html",
1248+
"description": "A representation of a decimal value, such as 2.5. Clients may convert values into language-native decimal formats, such as Java's [BigDecimal](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/BigDecimal.html) or Python's [decimal.Decimal](https://docs.python.org/3/library/decimal.html).",
12491249
"id": "Decimal",
12501250
"properties": {
12511251
"value": {

‎cloudbilling/v1beta/cloudbilling-gen.go

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudchannel/v1/cloudchannel-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@
22892289
}
22902290
}
22912291
},
2292-
"revision": "20241102",
2292+
"revision": "20241109",
22932293
"rootUrl": "https://cloudchannel.googleapis.com/",
22942294
"schemas": {
22952295
"GoogleCloudChannelV1ActivateEntitlementRequest": {
@@ -2628,7 +2628,7 @@
26282628
"type": "boolean"
26292629
},
26302630
"owned": {
2631-
"description": "Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.",
2631+
"description": "Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner (with active subscriptions or purchase consents).",
26322632
"type": "boolean"
26332633
}
26342634
},

‎cloudchannel/v1/cloudchannel-gen.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deploymentmanager/v0.alpha/deploymentmanager-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@
16761676
}
16771677
}
16781678
},
1679-
"revision": "20241031",
1679+
"revision": "20241111",
16801680
"rootUrl": "https://deploymentmanager.googleapis.com/",
16811681
"schemas": {
16821682
"AsyncOptions": {
@@ -2214,7 +2214,7 @@
22142214
"description": "The logical grouping to which the \"reason\" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: \"pubsub.googleapis.com\". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is \"googleapis.com\".",
22152215
"type": "string"
22162216
},
2217-
"metadata": {
2217+
"metadatas": {
22182218
"additionalProperties": {
22192219
"type": "string"
22202220
},

‎deploymentmanager/v0.alpha/deploymentmanager-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deploymentmanager/v2/deploymentmanager-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
}
10291029
}
10301030
},
1031-
"revision": "20241031",
1031+
"revision": "20241111",
10321032
"rootUrl": "https://deploymentmanager.googleapis.com/",
10331033
"schemas": {
10341034
"AuditConfig": {
@@ -1328,7 +1328,7 @@
13281328
"description": "The logical grouping to which the \"reason\" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: \"pubsub.googleapis.com\". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is \"googleapis.com\".",
13291329
"type": "string"
13301330
},
1331-
"metadata": {
1331+
"metadatas": {
13321332
"additionalProperties": {
13331333
"type": "string"
13341334
},

‎deploymentmanager/v2/deploymentmanager-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎deploymentmanager/v2beta/deploymentmanager-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@
16361636
}
16371637
}
16381638
},
1639-
"revision": "20241031",
1639+
"revision": "20241111",
16401640
"rootUrl": "https://deploymentmanager.googleapis.com/",
16411641
"schemas": {
16421642
"AsyncOptions": {
@@ -2140,7 +2140,7 @@
21402140
"description": "The logical grouping to which the \"reason\" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: \"pubsub.googleapis.com\". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is \"googleapis.com\".",
21412141
"type": "string"
21422142
},
2143-
"metadata": {
2143+
"metadatas": {
21442144
"additionalProperties": {
21452145
"type": "string"
21462146
},

‎deploymentmanager/v2beta/deploymentmanager-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.