Skip to content

Commit a8aed4d

Browse files
authoredJan 18, 2025··
feat(all): auto-regenerate discovery clients (#2969)
1 parent a978c49 commit a8aed4d

32 files changed

+1609
-4079
lines changed
 

‎chat/v1/chat-api.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@
4848
"description": "View members in Google Chat conversations."
4949
},
5050
"https://www.googleapis.com/auth/chat.messages": {
51-
"description": "See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages."
51+
"description": "See, compose, send, update, and delete messages as well as their message content; add, see, and delete reactions to messages."
5252
},
5353
"https://www.googleapis.com/auth/chat.messages.create": {
5454
"description": "Compose and send messages in Google Chat"
5555
},
5656
"https://www.googleapis.com/auth/chat.messages.reactions": {
57-
"description": "See, add, and delete reactions to messages in Google Chat"
57+
"description": "See, add, and delete reactions as well as their reaction content to messages in Google Chat"
5858
},
5959
"https://www.googleapis.com/auth/chat.messages.reactions.create": {
6060
"description": "Add reactions to messages in Google Chat"
6161
},
6262
"https://www.googleapis.com/auth/chat.messages.reactions.readonly": {
63-
"description": "View reactions to messages in Google Chat"
63+
"description": "View reactions as well as their reaction content to messages in Google Chat"
6464
},
6565
"https://www.googleapis.com/auth/chat.messages.readonly": {
66-
"description": "See messages and their associated reactions and attachments in Google Chat"
66+
"description": "See messages as well as their reactions and message content in Google Chat"
6767
},
6868
"https://www.googleapis.com/auth/chat.spaces": {
6969
"description": "Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat"
@@ -1344,7 +1344,7 @@
13441344
}
13451345
}
13461346
},
1347-
"revision": "20241229",
1347+
"revision": "20250114",
13481348
"rootUrl": "https://chat.googleapis.com/",
13491349
"schemas": {
13501350
"AccessSettings": {

‎chat/v1/chat-gen.go

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

‎classroom/v1/classroom-api.json

+127-27
Large diffs are not rendered by default.

‎classroom/v1/classroom-gen.go

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

‎config/v1/config-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1154,13 +1154,13 @@
11541154
"type": "string"
11551155
},
11561156
"pageSize": {
1157-
"description": "Optional. When requesting a page of resources, 'page_size' specifies number of resources to return. If unspecified, at most 500 will be returned. The maximum value is 1000.",
1157+
"description": "Optional. When requesting a page of terraform versions, 'page_size' specifies number of terraform versions to return. If unspecified, at most 500 will be returned. The maximum value is 1000.",
11581158
"format": "int32",
11591159
"location": "query",
11601160
"type": "integer"
11611161
},
11621162
"pageToken": {
1163-
"description": "Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position in the list from where to continue listing the resources.",
1163+
"description": "Optional. Token returned by previous call to 'ListTerraformVersions' which specifies the position in the list from where to continue listing the terraform versions.",
11641164
"location": "query",
11651165
"type": "string"
11661166
},
@@ -1187,7 +1187,7 @@
11871187
}
11881188
}
11891189
},
1190-
"revision": "20241211",
1190+
"revision": "20250108",
11911191
"rootUrl": "https://config.googleapis.com/",
11921192
"schemas": {
11931193
"ApplyResults": {

‎config/v1/config-gen.go

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

‎content/v2.1/content-api.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,7 @@
45704570
}
45714571
}
45724572
},
4573-
"revision": "20241217",
4573+
"revision": "20250115",
45744574
"rootUrl": "https://shoppingcontent.googleapis.com/",
45754575
"schemas": {
45764576
"Account": {
@@ -6021,7 +6021,6 @@
60216021
"type": "integer"
60226022
},
60236023
"attributionModel": {
6024-
"description": "Required. Attribution model.",
60256024
"enum": [
60266025
"ATTRIBUTION_MODEL_UNSPECIFIED",
60276026
"CROSS_CHANNEL_LAST_CLICK",

‎content/v2.1/content-gen.go

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

‎dialogflow/v3beta1/dialogflow-api.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -5272,7 +5272,7 @@
52725272
}
52735273
}
52745274
},
5275-
"revision": "20250103",
5275+
"revision": "20250116",
52765276
"rootUrl": "https://dialogflow.googleapis.com/",
52775277
"schemas": {
52785278
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -12152,7 +12152,7 @@
1215212152
"type": "string"
1215312153
},
1215412154
"goal": {
12155-
"description": "Required. High level description of the goal the playbook intend to accomplish.",
12155+
"description": "Required. High level description of the goal the playbook intend to accomplish. A goal should be concise since it's visible to other playbooks that may reference this playbook.",
1215612156
"type": "string"
1215712157
},
1215812158
"inputParameterDefinitions": {
@@ -12313,6 +12313,10 @@
1231312313
"description": "Message of the Instruction of the playbook.",
1231412314
"id": "GoogleCloudDialogflowCxV3beta1PlaybookInstruction",
1231512315
"properties": {
12316+
"guidelines": {
12317+
"description": "General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. \"Always be polite\". It's valid for this text to be long and used instead of steps altogether.",
12318+
"type": "string"
12319+
},
1231612320
"steps": {
1231712321
"description": "Ordered list of step by step execution instructions to accomplish target goal.",
1231812322
"items": {

‎dialogflow/v3beta1/dialogflow-gen.go

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

0 commit comments

Comments
 (0)