8000 feat(all): auto-regenerate discovery clients (#1667) · googleapis/google-api-go-client@c85b305 · GitHub
[go: up one dir, main page]

Skip to content

Commit c85b305

Browse files
feat(all): auto-regenerate discovery clients (#1667)
1 parent 55f563d commit c85b305

38 files changed

+31534
-2762
lines changed

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3276,6 +3276,36 @@
32763276
"documentationLink": "https://console.cloud.google.com/apis/library/ideahub.googleapis.com",
32773277
"preferred": true
32783278
},
3279+
{
3280+
"kind": "discovery#directoryItem",
3281+
"id": "identitytoolkit:v1",
3282+
"name": "identitytoolkit",
3283+
"version": "v1",
3284+
"title": "Identity Toolkit API",
3285+
"description": "The Google Identity Toolkit API lets you use open standards to verify a user's identity.",
3286+
"discoveryRestUrl": "https://identitytoolkit.googleapis.com/$discovery/rest?version=v1",
3287+
"icons": {
3288+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3289+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3290+
},
3291+
"documentationLink": "https://cloud.google.com/identity-platform",
3292+
"preferred": false
3293+
},
3294+
{
3295+
"kind": "discovery#directoryItem",
3296+
"id": "identitytoolkit:v2",
3297+
"name": "identitytoolkit",
3298+
"version": "v2",
3299+
"title": "Identity Toolkit API",
3300+
"description": "The Google Identity Toolkit API lets you use open standards to verify a user's identity.",
3301+
"discoveryRestUrl": "https://identitytoolkit.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/identity-platform",
3307+
"preferred": false
3308+
},
32793309
{
32803310
"kind": "discovery#directoryItem",
32813311
"id": "identitytoolkit:v3",
@@ -3288,7 +3318,7 @@
32883318
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
32893319
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
32903320
},
3291-
"documentationLink": "https://firebase.google.com/docs/auth/",
3321+
"documentationLink": "https://cloud.google.com/identity-platform",
32923322
"preferred": true
32933323
},
32943324
{

binaryauthorization/v1/binaryauthorization-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
}
552552
}
553553
},
554-
"revision": "20220506",
554+
"revision": "20220812",
555555
"rootUrl": "https://binaryauthorization.googleapis.com/",
556556
"schemas": {
557557
"AdmissionRule": {
@@ -696,7 +696,7 @@
696696
"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)."
697697
},
698698
"members": {
699-
"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. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `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`. ",
699+
"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. * `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`. ",
700700
"items": {
701701
"type": "string"
702702
},

binaryauthorization/v1/binaryauthorization-gen.go

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

binaryauthorization/v1beta1/binaryauthorization-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
}
552552
}
553553
},
554-
"revision": "20220506",
554+
"revision": "20220812",
555555
"rootUrl": "https://binaryauthorization.googleapis.com/",
556556
"schemas": {
557557
"AdmissionRule": {
@@ -696,7 +696,7 @@
696696
"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)."
697697
},
698698
"members": {
699-
"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 serv 10000 ice account. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `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`. ",
699+
"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. * `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`. ",
700700
"items": {
701701
"type": "string"
702702
},

binaryauthorization/v1beta1/binaryauthorization-gen.go

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

chromepolicy/v1/chromepolicy-api.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
}
442442
}
443443
},
444-
"revision": "20220809",
444+
"revision": "20220816",
445445
"rootUrl": "https://chromepolicy.googleapis.com/",
446446
"schemas": {
447447
"ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": {
@@ -676,7 +676,7 @@
676676
"type": "object"
677677
},
678678
"GoogleChromePolicyV1PolicySchema": {
679-
"description": "Resource representing a policy schema. Next ID: 12",
679+
"description": "Resource representing a policy schema. Next ID: 13",
680680
"id": "GoogleChromePolicyV1PolicySchema",
681681
"properties": {
682682
"accessRestrictions": {
@@ -719,11 +719,15 @@
719719
"readOnly": true,
720720
"type": "array"
721721
},
722-
"policyApiLifeycle": {
722+
"policyApiLifecycle": {
723723
"$ref": "ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle",
724-
"description": "Output only. Current life cycle information.",
724+
"description": "Output only. Current lifecycle information.",
725725
"readOnly": true
726726
},
727+
"policyApiLifeycle": {
728+
"$ref": "ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle",
729+
"description": "Deprecated field because of typo."
730+
},
727731
"policyDescription": {
728732
"description": "Output only. Description about the policy schema for user consumption.",
729733
"readOnly": true,

chromepolicy/v1/chromepolicy-gen.go

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

0 commit comments

Comments
 (0)
0