Skip to content

Commit c13cc35

Browse files
feat(all): auto-regenerate discovery clients (#1836)
1 parent 602b6a4 commit c13cc35

55 files changed

Lines changed: 2895 additions & 286 deletions

Some content is hidden

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

api-list.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3289,6 +3289,21 @@
32893289
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
32903290
},
32913291
"documentationLink": "https://cloud.google.com/iam/",
3292+
"preferred": false
3293+
},
3294+
{
3295+
"kind": "discovery#directoryItem",
3296+
"id": "iam:v2",
3297+
"name": "iam",
3298+
"version": "v2",
3299+
"title": "Identity and Access Management (IAM) API",
3300+
"description": "Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls.",
3301+
"discoveryRestUrl": "https://iam.googleapis.com/$discovery/rest?version=v2",
3302+
"icons": {
3303+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3304+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3305+
},
3306+
"documentationLink": "https://cloud.google.com/iam/",
32923307
"preferred": true
32933308
},
32943309
{

apigateway/v1/apigateway-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
}
10841084
}
10851085
},
1086-
"revision": "20220908",
1086+
"revision": "20230125",
10871087
"rootUrl": "https://apigateway.googleapis.com/",
10881088
"schemas": {
10891089
"ApigatewayApi": {
@@ -1336,7 +1336,7 @@
13361336
"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
13371337
},
13381338
"members": {
1339-
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. ",
1339+
"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.",
13401340
"items": {
13411341
"type": "string"
13421342
},

apigateway/v1/apigateway-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.

certificatemanager/v1/certificatemanager-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@
11081108
}
11091109
}
11101110
},
1111-
"revision": "20221108",
1111+
"revision": "20230123",
11121112
"rootUrl": "https://certificatemanager.googleapis.com/",
11131113
"schemas": {
11141114
"AuthorizationAttemptInfo": {
@@ -1133,7 +1133,7 @@
11331133
"RATE_LIMITED"
11341134
],
11351135
"enumDescriptions": [
1136-
"",
1136+
"FailureReason is unspecified.",
11371137
"There was a problem with the user's DNS or load balancer configuration for this domain.",
11381138
"Certificate issuance forbidden by an explicit CAA record for the domain or a failure to check CAA records for the domain.",
11391139
"Reached a CA or internal rate-limit for the domain, e.g. for certificates per top-level private domain."
@@ -1150,7 +1150,7 @@
11501150
"FAILED"
11511151
],
11521152
"enumDescriptions": [
1153-
"",
1153+
"State is unspecified.",
11541154
"Certificate provisioning for this domain is under way. GCP will attempt to authorize the domain.",
11551155
"A managed certificate can be provisioned, no issues for this domain.",
11561156
"Attempt to authorize the domain failed. This prevents the Managed Certificate from being issued. See `failure_reason` and `details` fields for more information."
@@ -1794,7 +1794,7 @@
17941794
"ACTIVE"
17951795
],
17961796
"enumDescriptions": [
1797-
"",
1797+
"State is unspecified.",
17981798
"Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the `provisioning_issue` field.",
17991799
"Multiple certificate provisioning attempts failed and Certificate Manager gave up. To try again, delete and create a new managed Certificate resource. For details see the `provisioning_issue` field.",
18001800
"The certificate management is working, and a certificate has been provisioned."
@@ -1894,7 +1894,7 @@
18941894
"RATE_LIMITED"
18951895
],
18961896
"enumDescriptions": [
1897-
"",
1897+
"Reason is unspecified.",
18981898
"Certificate provisioning failed due to an issue with one or more of the domains on the certificate. For details of which domains failed, consult the `authorization_attempt_info` field.",
18991899
"Exceeded Certificate Authority quotas or internal rate limits of the system. Provisioning may take longer to complete."
19001900
],

certificatemanager/v1/certificatemanager-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.

chromemanagement/v1/chromemanagement-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -429,12 +429,12 @@
429429
"type": "string"
430430
},
431431
"filter": {
432-
"description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * latest_profile_active_date * permission_name",
432+
"description": "Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * latest_profile_active_date * permission_name * app_id",
433433
"location": "query",
434434
"type": "string"
435435
},
436436
"orderBy": {
437-
"description": "Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count",
437+
"description": "Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * app_id",
438438
"location": "query",
439439
"type": "string"
440440
},
@@ -764,7 +764,7 @@
764764
}
765765
}
766766
},
767-
"revision": "20230127",
767+
"revision": "20230129",
768768
"rootUrl": "https://chromemanagement.googleapis.com/",
769769
"schemas": {
770770
"GoogleChromeManagementV1AndroidAppInfo": {

chromemanagement/v1/chromemanagement-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)