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

Merged
merged 1 commit into from
Feb 23, 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
4 changes: 2 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"baseUrl": "https://accesscontextmanager.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Access Context Manager",
"description": "An API for setting attribute based access control to requests to Google Cloud services.",
"description": "An API for setting attribute based access control to requests to Google Cloud services. *Warning:* Do not mix *v1alpha* and *v1* API usage in the same access policy. The v1alpha API supports new Access Context Manager features, which may have different attributes or behaviors that are not supported by v1. The practice of mixed API usage within a policy may result in the inability to update that policy, including any access levels or service perimeters belonging to it. It is not recommended to use both v1 and v1alpha for modifying policies with critical service perimeters. Modifications using v1alpha should be limited to policies with non-production/non-critical service perimeters.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/access-context-manager/docs/reference/rest/",
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -1290,7 +1290,7 @@
}
}
},
"revision": "20240126",
"revision": "20240221",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down
352 changes: 344 additions & 8 deletions alloydb/v1/alloydb-api.json

Large diffs are not rendered by default.

322 changes: 320 additions & 2 deletions alloydb/v1/alloydb-gen.go

Large diffs are not rendered by default.

357 changes: 349 additions & 8 deletions alloydb/v1alpha/alloydb-api.json

Large diffs are not rendered by default.

326 changes: 324 additions & 2 deletions alloydb/v1alpha/alloydb-gen.go

Large diffs are not rendered by default.

20 changes: 14 additions & 6 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4726,7 +4726,7 @@
}
}
},
"revision": "20240219",
"revision": "20240222",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -5133,13 +5133,17 @@
"RECOVERY_STATUS_UNSPECIFIED",
"RECOVERY_STATUS_ACTIVE",
"RECOVERY_STATUS_CANCELED",
"RECOVERY_STATUS_DRAFT"
"RECOVERY_STATUS_DRAFT",
"RECOVERY_STATUS_GENERATION_IN_PROGRESS",
"RECOVERY_STATUS_GENERATION_FAILED"
],
"enumDescriptions": [
"RecoveryStatus is unspecified.",
"The app recovery action has not been canceled since it has been created.",
"The recovery action has been canceled. The action cannot be resumed.",
"The recovery action is in the draft state and has not yet been deployed to users."
"The recovery action is in the draft state and has not yet been deployed to users.",
"The recovery action is generating recovery apks.",
"The app recovery action generation has failed."
],
"type": "string"
},
Expand All @@ -5151,7 +5155,7 @@
"type": "object"
},
"AppVersionList": {
"description": "Data format for a list of app versions. Only one app version is supported for now.",
"description": "Data format for a list of app versions.",
"id": "AppVersionList",
"properties": {
"versionCodes": {
Expand Down Expand Up @@ -6526,13 +6530,17 @@
"RECOVERY_STATUS_UNSPECIFIED",
"RECOVERY_STATUS_ACTIVE",
"RECOVERY_STATUS_CANCELED",
"RECOVERY_STATUS_DRAFT"
"RECOVERY_STATUS_DRAFT",
"RECOVERY_STATUS_GENERATION_IN_PROGRESS",
"RECOVERY_STATUS_GENERATION_FAILED"
],
"enumDescriptions": [
"RecoveryStatus is unspecified.",
"The app recovery action has not been canceled since it has been created.",
"The recovery action has been canceled. The action cannot be resumed.",
"The recovery action is in the draft state and has not yet been deployed to users."
"The recovery action is in the draft state and has not yet been deployed to users.",
"The recovery action is generating recovery apks.",
"The app recovery action generation has failed."
],
"type": "string"
}
Expand Down
11 changes: 9 additions & 2 deletions androidpublisher/v3/androidpublisher-gen.go

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

2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@
"name": "chat",
"version": "v1",
"title": "Google Chat API",
"description": "Enables apps to fetch information and perform actions in Google Chat. Authentication is a prerequisite for using the Google Chat REST API.",
"description": "The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.",
"discoveryRestUrl": "https://chat.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
12 changes: 7 additions & 5 deletions appengine/v1/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@
}
}
},
"revision": "20240212",
"revision": "20240218",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -2060,13 +2060,11 @@
"id": "ContainerState",
"properties": {
"currentReasons": {
"$ref": "Reasons",
"deprecated": true
"$ref": "Reasons"
},
"previousReasons": {
"$ref": "Reasons",
"deprecated": true,
"description": "The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state.Reasons fields are deprecated. New tenants should only use the state field. If you must know the reason(s) behind a specific state, please consult with CCFE team first (cloud-ccfe-discuss@google.com)."
"description": "The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state."
},
"state": {
"description": "The current state of the container. This state is the culmination of all of the opinions from external systems that CCFE knows about of the container.",
Expand Down Expand Up @@ -3524,6 +3522,10 @@
"$ref": "Date",
"description": "Date when Runtime is deprecated."
},
"displayName": {
"description": "User-friendly display name, e.g. 'Node.js 12', etc.",
"type": "string"
},
"endOfSupportDate": {
"$ref": "Date",
"description": "Date when Runtime is end of support."
Expand Down
8 changes: 4 additions & 4 deletions appengine/v1/appengine-gen.go

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

8 changes: 3 additions & 5 deletions appengine/v1alpha/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
}
}
},
"revision": "20231004",
"revision": "20240218",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"AuthorizedCertificate": {
Expand Down Expand Up @@ -976,13 +976,11 @@
"id": "ContainerState",
"properties": {
"currentReasons": {
"$ref": "Reasons",
"deprecated": true
"$ref": "Reasons"
},
"previousReasons": {
"$ref": "Reasons",
"deprecated": true,
"description": "The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state.Reasons fields are deprecated. New tenants should only use the state field. If you must know the reason(s) behind a specific state, please consult with CCFE team first (cloud-ccfe-discuss@google.com)."
"description": "The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state."
},
"state": {
"description": "The current state of the container. This state is the culmination of all of the opinions from external systems that CCFE knows about of the container.",
Expand Down
5 changes: 1 addition & 4 deletions appengine/v1alpha/appengine-gen.go

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

12 changes: 7 additions & 5 deletions appengine/v1beta/appengine-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@
}
}
},
"revision": "20240212",
"revision": "20240218",
"rootUrl": "https://appengine.googleapis.com/",
"schemas": {
"ApiConfigHandler": {
Expand Down Expand Up @@ -2286,13 +2286,11 @@
"id": "ContainerState",
"properties": {
"currentReasons": {
"$ref": "Reasons",
"deprecated": true
"$ref": "Reasons"
},
"previousReasons": {
"$ref": "Reasons",
"deprecated": true,
"description": "The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state.Reasons fields are deprecated. New tenants should only use the state field. If you must know the reason(s) behind a specific state, please consult with CCFE team first (cloud-ccfe-discuss@google.com)."
"description": "The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state."
},
"state": {
"description": "The current state of the container. This state is the culmination of all of the opinions from external systems that CCFE knows about of the container.",
Expand Down Expand Up @@ -3781,6 +3779,10 @@
"$ref": "Date",
"description": "Date when Runtime is deprecated."
},
"displayName": {
"description": "User-friendly display name, e.g. 'Node.js 12', etc.",
"type": "string"
},
"endOfSupportDate": {
"$ref": "Date",
"description": "Date when Runtime is end of support."
Expand Down
8 changes: 4 additions & 4 deletions appengine/v1beta/appengine-gen.go

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

Loading