Skip to content

Commit 55a9e5a

Browse files
feat(all): auto-regenerate discovery clients (#2429)
1 parent f72b5af commit 55a9e5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+24618
-14739
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"baseUrl": "https://accesscontextmanager.googleapis.com/",
1313
"batchPath": "batch",
1414
"canonicalName": "Access Context Manager",
15-
"description": "An API for setting attribute based access control to requests to Google Cloud services.",
15+
"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.",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/access-context-manager/docs/reference/rest/",
1818
"fullyEncodeReservedExpansion": true,
@@ -1290,7 +1290,7 @@
12901290
}
12911291
}
12921292
},
1293-
"revision": "20240126",
1293+
"revision": "20240221",
12941294
"rootUrl": "https://accesscontextmanager.googleapis.com/",
12951295
"schemas": {
12961296
"AccessContextManagerOperationMetadata": {

alloydb/v1/alloydb-api.json

Lines changed: 344 additions & 8 deletions
Large diffs are not rendered by default.

alloydb/v1/alloydb-gen.go

Lines changed: 320 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alloydb/v1alpha/alloydb-api.json

Lines changed: 349 additions & 8 deletions
Large diffs are not rendered by default.

alloydb/v1alpha/alloydb-gen.go

Lines changed: 324 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

androidpublisher/v3/androidpublisher-api.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4726,7 +4726,7 @@
47264726
}
47274727
}
47284728
},
4729-
"revision": "20240219",
4729+
"revision": "20240222",
47304730
"rootUrl": "https://androidpublisher.googleapis.com/",
47314731
"schemas": {
47324732
"Abi": {
@@ -5133,13 +5133,17 @@
51335133
"RECOVERY_STATUS_UNSPECIFIED",
51345134
"RECOVERY_STATUS_ACTIVE",
51355135
"RECOVERY_STATUS_CANCELED",
5136-
"RECOVERY_STATUS_DRAFT"
5136+
"RECOVERY_STATUS_DRAFT",
5137+
"RECOVERY_STATUS_GENERATION_IN_PROGRESS",
5138+
"RECOVERY_STATUS_GENERATION_FAILED"
51375139
],
51385140
"enumDescriptions": [
51395141
"RecoveryStatus is unspecified.",
51405142
"The app recovery action has not been canceled since it has been created.",
51415143
"The recovery action has been canceled. The action cannot be resumed.",
5142-
"The recovery action is in the draft state and has not yet been deployed to users."
5144+
"The recovery action is in the draft state and has not yet been deployed to users.",
5145+
"The recovery action is generating recovery apks.",
5146+
"The app recovery action generation has failed."
51435147
],
51445148
"type": "string"
51455149
},
@@ -5151,7 +5155,7 @@
51515155
"type": "object"
51525156
},
51535157
"AppVersionList": {
5154-
"description": "Data format for a list of app versions. Only one app version is supported for now.",
5158+
"description": "Data format for a list of app versions.",
51555159
"id": "AppVersionList",
51565160
"properties": {
51575161
"versionCodes": {
@@ -6526,13 +6530,17 @@
65266530
"RECOVERY_STATUS_UNSPECIFIED",
65276531
"RECOVERY_STATUS_ACTIVE",
65286532
"RECOVERY_STATUS_CANCELED",
6529-
"RECOVERY_STATUS_DRAFT"
6533+
"RECOVERY_STATUS_DRAFT",
6534+
"RECOVERY_STATUS_GENERATION_IN_PROGRESS",
6535+
"RECOVERY_STATUS_GENERATION_FAILED"
65306536
],
65316537
"enumDescriptions": [
65326538
"RecoveryStatus is unspecified.",
65336539
"The app recovery action has not been canceled since it has been created.",
65346540
"The recovery action has been canceled. The action cannot be resumed.",
6535-
"The recovery action is in the draft state and has not yet been deployed to users."
6541+
"The recovery action is in the draft state and has not yet been deployed to users.",
6542+
"The recovery action is generating recovery apks.",
6543+
"The app recovery action generation has failed."
65366544
],
65376545
"type": "string"
65386546
}

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
"name": "chat",
11031103
"version": "v1",
11041104
"title": "Google Chat API",
1105-
"description": "Enables apps to fetch information and perform actions in Google Chat. Authentication is a prerequisite for using the Google Chat REST API.",
1105+
"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.",
11061106
"discoveryRestUrl": "https://chat.googleapis.com/$discovery/rest?version=v1",
11071107
"icons": {
11081108
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

appengine/v1/appengine-api.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@
16511651
}
16521652
}
16531653
},
1654-
"revision": "20240212",
1654+
"revision": "20240218",
16551655
"rootUrl": "https://appengine.googleapis.com/",
16561656
"schemas": {
16571657
"ApiConfigHandler": {
@@ -2060,13 +2060,11 @@
20602060
"id": "ContainerState",
20612061
"properties": {
20622062
"currentReasons": {
2063-
"$ref": "Reasons",
2064-
"deprecated": true
2063+
"$ref": "Reasons"
20652064
},
20662065
"previousReasons": {
20672066
"$ref": "Reasons",
2068-
"deprecated": true,
2069-
"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 ([email protected])."
2067+
"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."
20702068
},
20712069
"state": {
20722070
"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.",
@@ -3524,6 +3522,10 @@
35243522
"$ref": "Date",
35253523
"description": "Date when Runtime is deprecated."
35263524
},
3525+
"displayName": {
3526+
"description": "User-friendly display name, e.g. 'Node.js 12', etc.",
3527+
"type": "string"
3528+
},
35273529
"endOfSupportDate": {
35283530
"$ref": "Date",
35293531
"description": "Date when Runtime is end of support."

appengine/v1/appengine-gen.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)