Skip to content

Commit 2e7cc39

Browse files
feat(all): auto-regenerate discovery clients (#2600)
1 parent 677f53d commit 2e7cc39

18 files changed

+411
-264
lines changed

api-list.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5698,7 +5698,7 @@
56985698
"name": "sourcerepo",
56995699
"version": "v1",
57005700
"title": "Cloud Source Repositories API",
5701-
"description": "Accesses source code repositories hosted by Google. Important: Cloud Source Repositories is scheduled for end-of-sale starting June 17, 2024. Customers who have enabled the API prior to this date will not be affected and can continue to use Cloud Source Repositories. Organizations or projects who have not previously enabled the API cannot use Cloud Source Repositories after this date. View Cloud Source Repositories documentation for more info.",
5701+
"description": "Accesses source code repositories hosted by Google. Important: Cloud Source Repositories is scheduled for end of sales starting June 17, 2024. Customers who have enabled the API prior to this date will not be affected and can continue to use Cloud Source Repositories. Organizations or projects who have not previously enabled the API cannot use Cloud Source Repositories after this date. View Cloud Source Repositories documentation for more info.",
57025702
"discoveryRestUrl": "https://sourcerepo.googleapis.com/$discovery/rest?version=v1",
57035703
"icons": {
57045704
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

chat/v1/chat-api.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
],
348348
"parameters": {
349349
"name": {
350-
"description": "Required. Resource name of the space, in the form \"spaces/*\". Format: `spaces/{space}`",
350+
"description": "Required. Resource name of the space, in the form `spaces/{space}`. Format: `spaces/{space}`",
351351
"location": "path",
352352
"pattern": "^spaces/[^/]+$",
353353
"required": true,
@@ -365,7 +365,7 @@
365365
]
366366
},
367367
"list": {
368-
"description": "Lists spaces the caller is a member of. Group chats and DMs aren't listed until the first message is sent. For an example, see [List spaces](https://developers.google.com/workspace/chat/list-spaces). Requires [authentication](https://developers.google.com/workspace/chat/authenticate-authorize). Supports [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) and [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). Lists spaces visible to the caller or authenticated user. Group chats and DMs aren't listed until the first message is sent. ",
368+
"description": "Lists spaces the caller is a member of. Group chats and DMs aren't listed until the first message is sent. For an example, see [List spaces](https://developers.google.com/workspace/chat/list-spaces). Requires [authentication](https://developers.google.com/workspace/chat/authenticate-authorize). Supports [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) and [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). Lists spaces visible to the caller or authenticated user. Group chats and DMs aren't listed until the first message is sent. To list all named spaces by Google Workspace organization, use the `spaces.search()` method using Workspace administrator privileges instead.",
369369
"flatPath": "v1/spaces",
370370
"httpMethod": "GET",
371371
"id": "chat.spaces.list",
@@ -550,7 +550,7 @@
550550
],
551551
"parameters": {
552552
"filter": {
553-
"description": "Optional. A query filter. You can filter memberships by a member's role ([`role`](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.members#membershiprole)) and type ([`member.type`](https://developers.google.com/workspace/chat/api/reference/rest/v1/User#type)). To filter by role, set `role` to `ROLE_MEMBER` or `ROLE_MANAGER`. To filter by type, set `member.type` to `HUMAN` or `BOT`. To filter by both role and type, use the `AND` operator. To filter by either role or type, use the `OR` operator. For example, the following queries are valid: ``` role = \"ROLE_MANAGER\" OR role = \"ROLE_MEMBER\" member.type = \"HUMAN\" AND role = \"ROLE_MANAGER\" ``` The following queries are invalid: ``` member.type = \"HUMAN\" AND member.type = \"BOT\" role = \"ROLE_MANAGER\" AND role = \"ROLE_MEMBER\" ``` Invalid queries are rejected by the server with an `INVALID_ARGUMENT` error.",
553+
"description": "Optional. A query filter. You can filter memberships by a member's role ([`role`](https://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.members#membershiprole)) and type ([`member.type`](https://developers.google.com/workspace/chat/api/reference/rest/v1/User#type)). To filter by role, set `role` to `ROLE_MEMBER` or `ROLE_MANAGER`. To filter by type, set `member.type` to `HUMAN` or `BOT`. Developer Preview: You can also filter for `member.type` using the `!=` operator. To filter by both role and type, use the `AND` operator. To filter by either role or type, use the `OR` operator. Either `member.type = \"HUMAN\"` or `member.type != \"BOT\"` is required when `use_admin_access` is set to true. Other member type filters will be rejected. For example, the following queries are valid: ``` role = \"ROLE_MANAGER\" OR role = \"ROLE_MEMBER\" member.type = \"HUMAN\" AND role = \"ROLE_MANAGER\" member.type != \"BOT\" ``` The following queries are invalid: ``` member.type = \"HUMAN\" AND member.type = \"BOT\" role = \"ROLE_MANAGER\" AND role = \"ROLE_MEMBER\" ``` Invalid queries are rejected by the server with an `INVALID_ARGUMENT` error.",
554554
"location": "query",
555555
"type": "string"
556556
},
@@ -903,7 +903,7 @@
903903
],
904904
"parameters": {
905905
"name": {
906-
"description": "Required. Resource name of the attachment, in the form `spaces/*/messages/*/attachments/*`.",
906+
"description": "Required. Resource name of the attachment, in the form `spaces/{space}/messages/{message}/attachments/{attachment}`.",
907907
"location": "path",
908908
"pattern": "^spaces/[^/]+/messages/[^/]+/attachments/[^/]+$",
909909
"required": true,
@@ -1215,7 +1215,7 @@
12151215
}
12161216
}
12171217
},
1218-
"revision": "20240509",
1218+
"revision": "20240519",
12191219
"rootUrl": "https://chat.googleapis.com/",
12201220
"schemas": {
12211221
"AccessoryWidget": {
@@ -1424,7 +1424,7 @@
14241424
"readOnly": true
14251425
},
14261426
"name": {
1427-
"description": "Resource name of the attachment, in the form `spaces/*/messages/*/attachments/*`.",
1427+
"description": "Resource name of the attachment, in the form `spaces/{space}/messages/{message}/attachments/{attachment}`.",
14281428
"type": "string"
14291429
},
14301430
"source": {

chat/v1/chat-gen.go

+16-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudbilling/v1/cloudbilling-api.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@
723723
"type": "string"
724724
},
725725
"parent": {
726-
"description": "Required. The name of the service. Example: \"services/DA34-426B-A397\"",
726+
"description": "Required. The name of the service. Example: \"services/6F81-5844-456A\"",
727727
"location": "path",
728728
"pattern": "^services/[^/]+$",
729729
"required": true,
@@ -751,7 +751,7 @@
751751
}
752752
}
753753
},
754-
"revision": "20240119",
754+
"revision": "20240517",
755755
"rootUrl": "https://cloudbilling.googleapis.com/",
756756
"schemas": {
757757
"AggregationInfo": {
@@ -1211,11 +1211,11 @@
12111211
"type": "string"
12121212
},
12131213
"name": {
1214-
"description": "The resource name for the service. Example: \"services/DA34-426B-A397\"",
1214+
"description": "The resource name for the service. Example: \"services/6F81-5844-456A\"",
12151215
"type": "string"
12161216
},
12171217
"serviceId": {
1218-
"description": "The identifier for the service. Example: \"DA34-426B-A397\"",
1218+
"description": "The identifier for the service. Example: \"6F81-5844-456A\"",
12191219
"type": "string"
12201220
}
12211221
},
@@ -1238,7 +1238,7 @@
12381238
"type": "object"
12391239
},
12401240
"Sku": {
1241-
"description": "Encapsulates a single SKU in Google Cloud Platform",
1241+
"description": "Encapsulates a single SKU in Google Cloud",
12421242
"id": "Sku",
12431243
"properties": {
12441244
"category": {
@@ -1254,7 +1254,7 @@
12541254
"description": "The geographic taxonomy for this sku."
12551255
},
12561256
"name": {
1257-
"description": "The resource name for the SKU. Example: \"services/DA34-426B-A397/skus/AA95-CD31-42FE\"",
1257+
"description": "The resource name for the SKU. Example: \"services/6F81-5844-456A/skus/D041-B8A1-6E0B\"",
12581258
"type": "string"
12591259
},
12601260
"pricingInfo": {
@@ -1276,7 +1276,7 @@
12761276
"type": "array"
12771277
},
12781278
"skuId": {
1279-
"description": "The identifier for the SKU. Example: \"AA95-CD31-42FE\"",
1279+
"description": "The identifier for the SKU. Example: \"D041-B8A1-6E0B\"",
12801280
"type": "string"
12811281
}
12821282
},

cloudbilling/v1/cloudbilling-gen.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)