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 #2897

Merged
merged 1 commit into from
Dec 5, 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 adsenseplatform/v1/adsenseplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
}
}
},
"revision": "20240722",
"revision": "20241204",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -703,11 +703,11 @@
"id": "TimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down
5 changes: 3 additions & 2 deletions adsenseplatform/v1/adsenseplatform-gen.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"parameterOrder": [],
"parameters": {
"pageSize": {
"description": "The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive).",
"description": "Required. The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive).",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -309,7 +309,7 @@
],
"parameters": {
"pageSize": {
"description": "The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.",
"description": "Required. The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.",
"format": "int64",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -851,7 +851,7 @@
}
}
},
"revision": "20240916",
"revision": "20241202",
"rootUrl": "https://androiddeviceprovisioning.googleapis.com/",
"schemas": {
"ClaimDeviceRequest": {
Expand Down

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

30 changes: 22 additions & 8 deletions eventarc/v1/eventarc-api.json

Large diffs are not rendered by default.

90 changes: 48 additions & 42 deletions eventarc/v1/eventarc-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 firebasedatabase/v1beta/firebasedatabase-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
}
}
},
"revision": "20221221",
"revision": "20241202",
"rootUrl": "https://firebasedatabase.googleapis.com/",
"schemas": {
"DatabaseInstance": {
Expand Down Expand Up @@ -444,7 +444,7 @@
}
},
"servicePath": "",
"title": "Firebase Realtime Database API",
"title": "Firebase Realtime Database Management API",
"version": "v1beta",
"version_module": true
}
2 changes: 1 addition & 1 deletion firebasedatabase/v1beta/firebasedatabase-gen.go

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

6 changes: 3 additions & 3 deletions localservices/v1/localservices-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
}
}
},
"revision": "20240218",
"revision": "20241202",
"rootUrl": "https://localservices.googleapis.com/",
"schemas": {
"GoogleAdsHomeservicesLocalservicesV1AccountReport": {
Expand Down Expand Up @@ -568,11 +568,11 @@
"id": "GoogleTypeTimeZone",
"properties": {
"id": {
"description": "IANA Time Zone Database time zone, e.g. \"America/New_York\".",
"description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
"type": "string"
},
"version": {
"description": "Optional. IANA Time Zone Database version number, e.g. \"2019a\".",
"description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
"type": "string"
}
},
Expand Down
5 changes: 3 additions & 2 deletions localservices/v1/localservices-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 vault/v1/vault-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@
"operations": {
"methods": {
"cancel": {
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
"flatPath": "v1/operations/{operationsId}:cancel",
"httpMethod": "POST",
"id": "vault.operations.cancel",
Expand Down Expand Up @@ -1203,7 +1203,7 @@
}
}
},
"revision": "20240806",
"revision": "20241121",
"rootUrl": "https://vault.googleapis.com/",
"schemas": {
"AccountCount": {
Expand Down
2 changes: 1 addition & 1 deletion vault/v1/vault-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 walletobjects/v1/walletobjects-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
}
}
},
"revision": "20241119",
"revision": "20241203",
"rootUrl": "https://walletobjects.googleapis.com/",
"schemas": {
"ActivationOptions": {
Expand Down Expand Up @@ -3519,7 +3519,7 @@
"type": "object"
},
"DiscoverableProgram": {
"description": "Information about how a class may be discovered and instantiated from within the Android Pay app. This is done by searching for a loyalty or gift card program and scanning or manually entering.",
"description": "Information about how a class may be discovered and instantiated from within the Google Wallet app. This is done by searching for a loyalty or gift card program and scanning or manually entering.",
"id": "DiscoverableProgram",
"properties": {
"merchantSigninInfo": {
Expand Down
Loading