Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2871

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions addressvalidation/v1/addressvalidation-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
}
},
"revision": "20241106",
"revision": "20241110",
"rootUrl": "https://addressvalidation.googleapis.com/",
"schemas": {
"GoogleGeoTypeViewport": {
Expand Down Expand Up @@ -181,7 +181,7 @@
"type": "array"
},
"formattedAddress": {
"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\").",
"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\".",
"type": "string"
},
"missingComponentTypes": {
Expand All @@ -203,7 +203,7 @@
"type": "array"
},
"unresolvedTokens": {
"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\"]`.",
"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\"]`.",
"items": {
"type": "string"
},
Expand Down
12 changes: 6 additions & 6 deletions addressvalidation/v1/addressvalidation-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cloudbilling/v1beta/cloudbilling-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@
}
}
},
"revision": "20240906",
"revision": "20241106",
"rootUrl": "https://cloudbilling.googleapis.com/",
"schemas": {
"CacheFillRegions": {
Expand Down Expand Up @@ -1245,7 +1245,7 @@
"type": "object"
},
"Decimal": {
"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",
"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).",
"id": "Decimal",
"properties": {
"value": {
Expand Down
7 changes: 4 additions & 3 deletions cloudbilling/v1beta/cloudbilling-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cloudchannel/v1/cloudchannel-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@
}
}
},
"revision": "20241102",
"revision": "20241109",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -2628,7 +2628,7 @@
"type": "boolean"
},
"owned": {
"description": "Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.",
"description": "Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner (with active subscriptions or purchase consents).",
"type": "boolean"
}
},
Expand Down
3 changes: 2 additions & 1 deletion cloudchannel/v1/cloudchannel-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deploymentmanager/v0.alpha/deploymentmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@
}
}
},
"revision": "20241031",
"revision": "20241111",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AsyncOptions": {
Expand Down Expand Up @@ -2214,7 +2214,7 @@
"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\".",
"type": "string"
},
"metadata": {
"metadatas": {
"additionalProperties": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions deploymentmanager/v0.alpha/deploymentmanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deploymentmanager/v2/deploymentmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@
}
}
},
"revision": "20241031",
"revision": "20241111",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1328,7 +1328,7 @@
"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\".",
"type": "string"
},
"metadata": {
"metadatas": {
"additionalProperties": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions deploymentmanager/v2/deploymentmanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions deploymentmanager/v2beta/deploymentmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@
}
}
},
"revision": "20241031",
"revision": "20241111",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AsyncOptions": {
Expand Down Expand Up @@ -2140,7 +2140,7 @@
"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\".",
"type": "string"
},
"metadata": {
"metadatas": {
"additionalProperties": {
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions deploymentmanager/v2beta/deploymentmanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading