Skip to content

Commit c9cdcad

Browse files
feat(all): auto-regenerate discovery clients (#3360)
1 parent 0bcacee commit c9cdcad

Some content is hidden

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

50 files changed

+4521
-1563
lines changed

apim/v1alpha/apim-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
172+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -851,7 +851,7 @@
851851
}
852852
}
853853
},
854-
"revision": "20250924",
854+
"revision": "20251022",
855855
"rootUrl": "https://apim.googleapis.com/",
856856
"schemas": {
857857
"ApiObservation": {

apim/v1alpha/apim-gen.go

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

bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3070,7 +3070,7 @@
30703070
],
30713071
"parameters": {
30723072
"extraLocationTypes": {
3073-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
3073+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
30743074
"location": "query",
30753075
"repeated": true,
30763076
"type": "string"
@@ -3118,7 +3118,7 @@
31183118
}
31193119
}
31203120
},
3121-
"revision": "20251012",
3121+
"revision": "20251026",
31223122
"rootUrl": "https://bigtableadmin.googleapis.com/",
31233123
"schemas": {
31243124
"AppProfile": {
@@ -3627,7 +3627,7 @@
36273627
},
36283628
"valueType": {
36293629
"$ref": "Type",
3630-
"description": "The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations"
3630+
"description": "The type of data stored in each of this family's cell values, including its full encoding. If omitted, the family only serves raw untyped bytes. For now, only the `Aggregate` type is supported. `Aggregate` can only be set at family creation and is immutable afterwards. This field is mutually exclusive with `sql_type`. If `value_type` is `Aggregate`, written data must be compatible with: * `value_type.input_type` for `AddInput` mutations"
36313631
}
36323632
},
36333633
"type": "object"

bigtableadmin/v2/bigtableadmin-gen.go

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

chat/v1/chat-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
}
15361536
}
15371537
},
1538-
"revision": "20251023",
1538+
"revision": "20251029",
15391539
"rootUrl": "https://chat.googleapis.com/",
15401540
"schemas": {
15411541
"AccessSettings": {
@@ -2243,7 +2243,7 @@
22432243
"enumDescriptions": [
22442244
"This value is unused.",
22452245
"User deleted their own message.",
2246-
"A space manager deleted the message.",
2246+
"An owner or manager deleted the message.",
22472247
"A Google Workspace administrator deleted the message. Administrators can delete any message in the space, including messages sent by any space member or Chat app.",
22482248
"A Chat app deleted its own message when it expired.",
22492249
"A Chat app deleted the message on behalf of the creator (using user authentication).",

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

cloudidentity/v1beta1/cloudidentity-api.json

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,6 +2216,49 @@
22162216
},
22172217
"policies": {
22182218
"methods": {
2219+
"create": {
2220+
"description": "Create a policy.",
2221+
"flatPath": "v1beta1/policies",
2222+
"httpMethod": "POST",
2223+
"id": "cloudidentity.policies.create",
2224+
"parameterOrder": [],
2225+
"parameters": {},
2226+
"path": "v1beta1/policies",
2227+
"request": {
2228+
"$ref": "Policy"
2229+
},
2230+
"response": {
2231+
"$ref": "Operation"
2232+
},
2233+
"scopes": [
2234+
"https://www.googleapis.com/auth/cloud-identity.policies"
2235+
]
2236+
},
2237+
"delete": {
2238+
"description": "Delete a policy.",
2239+
"flatPath": "v1beta1/policies/{policiesId}",
2240+
"httpMethod": "DELETE",
2241+
"id": "cloudidentity.policies.delete",
2242+
"parameterOrder": [
2243+
"name"
2244+
],
2245+
"parameters": {
2246+
"name": {
2247+
"description": "Required. The name of the policy to retrieve. Format: \"policies/{policy}\".",
2248+
"location": "path",
2249+
"pattern": "^policies/[^/]+$",
2250+
"required": true,
2251+
"type": "string"
2252+
}
2253+
},
2254+
"path": "v1beta1/{+name}",
2255+
"response": {
2256+
"$ref": "Operation"
2257+
},
2258+
"scopes": [
2259+
"https://www.googleapis.com/auth/cloud-identity.policies"
2260+
]
2261+
},
22192262
"get": {
22202263
"description": "Get a policy.",
22212264
"flatPath": "v1beta1/policies/{policiesId}",
@@ -2274,11 +2317,39 @@
22742317
"https://www.googleapis.com/auth/cloud-identity.policies",
22752318
"https://www.googleapis.com/auth/cloud-identity.policies.readonly"
22762319
]
2320+
},
2321+
"patch": {
2322+
"description": "Update a policy.",
2323+
"flatPath": "v1beta1/policies/{policiesId}",
2324+
"httpMethod": "PATCH",
2325+
"id": "cloudidentity.policies.patch",
2326+
"parameterOrder": [
2327+
"name"
2328+
],
2329+
"parameters": {
2330+
"name": {
2331+
"description": "Output only. Identifier. The [resource name](https://cloud.google.com/apis/design/resource_names) of the Policy. Format: policies/{policy}.",
2332+
"location": "path",
2333+
"pattern": "^policies/[^/]+$",
2334+
"required": true,
2335+
"type": "string"
2336+
}
2337+
},
2338+
"path": "v1beta1/{+name}",
2339+
"request": {
2340+
"$ref": "Policy"
2341+
},
2342+
"response": {
2343+
"$ref": "Operation"
2344+
},
2345+
"scopes": [
2346+
"https://www.googleapis.com/auth/cloud-identity.policies"
2347+
]
22772348
}
22782349
}
22792350
}
22802351
},
2281-
"revision": "20251021",
2352+
"revision": "20251027",
22822353
"rootUrl": "https://cloudidentity.googleapis.com/",
22832354
"schemas": {
22842355
"AddIdpCredentialOperationMetadata": {

0 commit comments

Comments
 (0)