Skip to content

Commit f73ea23

Browse files
feat(all): auto-regenerate discovery clients (#1652)
1 parent 4fd3439 commit f73ea23

89 files changed

Lines changed: 4520 additions & 497 deletions

File tree

Some content is hidden

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

accesscontextmanager/v1/accesscontextmanager-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": "20220620",
1086+
"revision": "20220806",
10871087
"rootUrl": "https://accesscontextmanager.googleapis.com/",
10881088
"schemas": {
10891089
"AccessContextManagerOperationMetadata": {
@@ -1250,7 +1250,7 @@
12501250
"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)."
12511251
},
12521252
"members": {
1253-
"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`. ",
1253+
"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`. ",
12541254
"items": {
12551255
"type": "string"
12561256
},

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

admin/directory/v1/admin-api.json

Lines changed: 57 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4407,7 +4407,7 @@
44074407
}
44084408
}
44094409
},
4410-
"revision": "20220802",
4410+
"revision": "20220809",
44114411
"rootUrl": "https://admin.googleapis.com/",
44124412
"schemas": {
44134413
"Alias": {
@@ -4873,7 +4873,7 @@
48734873
"additionalProperties": {
48744874
"type": "string"
48754875
},
4876-
"description": "Additional parameters controlling delivery channel behavior. Optional.",
4876+
"description": "Additional parameters controlling delivery channel behavior. Optional. For example, `params.ttl` specifies the time-to-live in seconds for the notification channel, where the default is 2 hours and the maximum TTL is 2 days.",
48774877
"type": "object"
48784878
},
48794879
"payload": {
@@ -5973,6 +5973,33 @@
59735973
},
59745974
"type": "object"
59755975
},
5976+
"GroupAlias": {
5977+
"description": "The Directory API manages aliases, which are alternative email addresses.",
5978+
"id": "GroupAlias",
5979+
"properties": {
5980+
"alias": {
5981+
"description": "The alias email address.",
5982+
"type": "string"
5983+
},
5984+
"etag": {
5985+
"description": "ETag of the resource.",
5986+
"type": "string"
5987+
},
5988+
"id": {
5989+
"description": "The unique ID of the group.",
5990+
"type": "string"
5991+
},
5992+
"kind": {
5993+
"description": "The type of the API resource. For Alias resources, the value is `admin#directory#alias`.",
5994+
"type": "string"
5995+
},
5996+
"primaryEmail": {
5997+
"description": "The primary email address of the group.",
5998+
"type": "string"
5999+
}
6000+
},
6001+
"type": "object"
6002+
},
59766003
"Groups": {
59776004
"id": "Groups",
59786005
"properties": {
@@ -7050,7 +7077,7 @@
70507077
"type": "any"
70517078
},
70527079
"hashFunction": {
7053-
"description": "Stores the hash format of the `password` property. The following `hashFunction` values are allowed: * `MD5` - Accepts simple hex-encoded values. * `SHA1` - Accepts simple hex-encoded values. * `crypt` - Compliant with the [C crypt library](https://en.wikipedia.org/wiki/Crypt_%28C%29). Supports the DES, MD5 (hash prefix `$1$`), SHA-256 (hash prefix `$5$`), and SHA-512 (hash prefix `$6$`) hash algorithms. If rounds are specified as part of the prefix, they must be 10,000 or fewer.",
7080+
"description": "Stores the hash format of the `password` property. The following `hashFunction` values are allowed: * `MD5` - Accepts simple hex-encoded values. * `SHA-1` - Accepts simple hex-encoded values. * `crypt` - Compliant with the [C crypt library](https://en.wikipedia.org/wiki/Crypt_%28C%29). Supports the DES, MD5 (hash prefix `$1$`), SHA-256 (hash prefix `$5$`), and SHA-512 (hash prefix `$6$`) hash algorithms. If rounds are specified as part of the prefix, they must be 10,000 or fewer.",
70547081
"type": "string"
70557082
},
70567083
"id": {
@@ -7289,6 +7316,33 @@
72897316
},
72907317
"type": "object"
72917318
},
7319+
"UserAlias": {
7320+
"description": "The Directory API manages aliases, which are alternative email addresses.",
7321+
"id": "UserAlias",
7322+
"properties": {
7323+
"alias": {
7324+
"description": "The alias email address.",
7325+
"type": "string"
7326+
},
7327+
"etag": {
7328+
"description": "ETag of the resource.",
7329+
"type": "string"
7330+
},
7331+
"id": {
7332+
"description": "The unique ID for the user.",
7333+
"type": "string"
7334+
},
7335+
"kind": {
7336+
"description": "The type of the API resource. For Alias resources, the value is `admin#directory#alias`.",
7337+
"type": "string"
7338+
},
7339+
"primaryEmail": {
7340+
"description": "The user's primary email address.",
7341+
"type": "string"
7342+
}
7343+
},
7344+
"type": "object"
7345+
},
72927346
"UserCustomProperties": {
72937347
"additionalProperties": {
72947348
"type": "any"

admin/directory/v1/admin-gen.go

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

adsense/v2/adsense-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
]
324324
},
325325
"getAdcode": {
326-
"description": "Gets the AdSense code for a given ad unit.",
326+
"description": "Gets the ad unit code for a given ad unit. For more information, see [About the AdSense code](https://support.google.com/adsense/answer/9274634) and [Where to place the ad code in your HTML](https://support.google.com/adsense/answer/9190028).",
327327
"flatPath": "v2/accounts/{accountsId}/adclients/{adclientsId}/adunits/{adunitsId}/adcode",
328328
"httpMethod": "GET",
329329
"id": "adsense.accounts.adclients.adunits.getAdcode",
@@ -1645,7 +1645,7 @@
16451645
}
16461646
}
16471647
},
1648-
"revision": "20220727",
1648+
"revision": "20220810",
16491649
"rootUrl": "https://adsense.googleapis.com/",
16501650
"schemas": {
16511651
"Account": {
@@ -1806,11 +1806,11 @@
18061806
"type": "object"
18071807
},
18081808
"AdUnitAdCode": {
1809-
"description": "Representation of the AdSense code for a given ad unit.",
1809+
"description": "Representation of the ad unit code for a given ad unit. For more information, see [About the AdSense code](https://support.google.com/adsense/answer/9274634) and [Where to place the ad code in your HTML](https://support.google.com/adsense/answer/9190028).",
18101810
"id": "AdUnitAdCode",
18111811
"properties": {
18121812
"adCode": {
1813-
"description": "Output only. The AdSense code snippet to add to the body of an HTML page.",
1813+
"description": "Output only. The code snippet to add to the body of an HTML page.",
18141814
"readOnly": true,
18151815
"type": "string"
18161816
}

adsense/v2/adsense-gen.go

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

api-list.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5092,21 +5092,6 @@
50925092
"documentationLink": "https://cloud.google.com/speech-to-text/docs/quickstart-protocol",
50935093
"preferred": false
50945094
},
5095-
{
5096-
"kind": "discovery#directoryItem",
5097-
"id": "speech:v2beta1",
5098-
"name": "speech",
5099-
"version": "v2beta1",
5100-
"title": "Cloud Speech-to-Text API",
5101-
"description": "Converts audio to text by applying powerful neural network models.",
5102-
"discoveryRestUrl": "https://speech.googleapis.com/$discovery/rest?version=v2beta1",
5103-
"icons": {
5104-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
5105-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
5106-
},
5107-
"documentationLink": "https://cloud.google.com/speech-to-text/docs/quickstart-protocol",
5108-
"preferred": false
5109-
},
51105095
{
51115096
"kind": "discovery#directoryItem",
51125097
"id": "speech:v1",

0 commit comments

Comments
 (0)