Skip to content

Commit 4059351

Browse files
feat(all): auto-regenerate discovery clients (#3126)
1 parent 8ccf1f0 commit 4059351

25 files changed

+1299
-231
lines changed

admin/reports/v1/admin-api.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@
150150
"chrome",
151151
"data_studio",
152152
"keep",
153-
"vault",
154-
"gemini_for_workspace"
153+
"vault"
155154
],
156155
"enumDescriptions": [
157156
"The Google Workspace Access Transparency activity reports return information about different types of Access Transparency activity events.",
@@ -175,11 +174,10 @@
175174
"The Chrome activity reports return information about Chrome browser and Chrome OS events.",
176175
"The Data Studio activity reports return information about various types of Data Studio activity events.",
177176
"The Keep application's activity reports return information about various Google Keep activity events. The Keep activity report is only available for Google Workspace Business and Enterprise customers.",
178-
"The Vault activity reports return information about various types of Vault activity events.",
179-
"The Gemini for Workspace app's activity reports return information about various types of Gemini activity events."
177+
"The Vault activity reports return information about various types of Vault activity events."
180178
],
181179
"location": "path",
182-
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)|(gemini_for_workspace)",
180+
"pattern": "(access_transparency)|(admin)|(calendar)|(chat)|(chrome)|(context_aware_access)|(data_studio)|(drive)|(gcp)|(gplus)|(groups)|(groups_enterprise)|(jamboard)|(keep)|(login)|(meet)|(mobile)|(rules)|(saml)|(token)|(user_accounts)|(vault)",
183181
"required": true,
184182
"type": "string"
185183
},
@@ -628,7 +626,7 @@
628626
}
629627
}
630628
},
631-
"revision": "20250421",
629+
"revision": "20250424",
632630
"rootUrl": "https://admin.googleapis.com/",
633631
"schemas": {
634632
"Activities": {

apigee/v1/apigee-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11063,7 +11063,7 @@
1106311063
}
1106411064
}
1106511065
},
11066-
"revision": "20250414",
11066+
"revision": "20250421",
1106711067
"rootUrl": "https://apigee.googleapis.com/",
1106811068
"schemas": {
1106911069
"EdgeConfigstoreBundleBadBundle": {
@@ -11942,7 +11942,7 @@
1194211942
"type": "boolean"
1194311943
},
1194411944
"expiresAt": {
11945-
"description": "Output only. Time at which the API Security add-on expires in in milliseconds since epoch. If unspecified, the add-on will never expire.",
11945+
"description": "Output only. Time at which the API Security add-on expires in milliseconds since epoch. If unspecified, the add-on will never expire.",
1194611946
"format": "int64",
1194711947
"readOnly": true,
1194811948
"type": "string"

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

dialogflow/v3beta1/dialogflow-api.json

Lines changed: 75 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5436,7 +5436,7 @@
54365436
}
54375437
}
54385438
},
5439-
"revision": "20250414",
5439+
"revision": "20250422",
54405440
"rootUrl": "https://dialogflow.googleapis.com/",
54415441
"schemas": {
54425442
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -6808,6 +6808,10 @@
68086808
"text": {
68096809
"$ref": "GoogleCloudDialogflowCxV3TextInput",
68106810
"description": "The natural language text to be processed."
6811+
},
6812+
"toolCallResult": {
6813+
"$ref": "GoogleCloudDialogflowCxV3ToolCallResult",
6814+
"description": "The results of a tool executed by the client."
68116815
}
68126816
},
68136817
"type": "object"
@@ -6881,6 +6885,10 @@
68816885
"text": {
68826886
"$ref": "GoogleCloudDialogflowCxV3ResponseMessageText",
68836887
"description": "Returns a text response."
6888+
},
6889+
"toolCall": {
6890+
"$ref": "GoogleCloudDialogflowCxV3ToolCall",
6891+
"description": "Returns the definition of a tool call that should be executed by the client."
68846892
}
68856893
},
68866894
"type": "object"
@@ -7275,6 +7283,67 @@
72757283
},
72767284
"type": "object"
72777285
},
7286+
"GoogleCloudDialogflowCxV3ToolCall": {
7287+
"description": "Represents a call of a specific tool's action with the specified inputs.",
7288+
"id": "GoogleCloudDialogflowCxV3ToolCall",
7289+
"properties": {
7290+
"action": {
7291+
"description": "Required. The name of the tool's action associated with this call.",
7292+
"type": "string"
7293+
},
7294+
"inputParameters": {
7295+
"additionalProperties": {
7296+
"description": "Properties of the object.",
7297+
"type": "any"
7298+
},
7299+
"description": "Optional. The action's input parameters.",
7300+
"type": "object"
7301+
},
7302+
"tool": {
7303+
"description": "Required. The tool associated with this call. Format: `projects//locations//agents//tools/`.",
7304+
"type": "string"
7305+
}
7306+
},
7307+
"type": "object"
7308+
},
7309+
"GoogleCloudDialogflowCxV3ToolCallResult": {
7310+
"description": "The result of calling a tool's action that has been executed by the client.",
7311+
"id": "GoogleCloudDialogflowCxV3ToolCallResult",
7312+
"properties": {
7313+
"action": {
7314+
"description": "Required. The name of the tool's action associated with this call.",
7315+
"type": "string"
7316+
},
7317+
"error": {
7318+
"$ref": "GoogleCloudDialogflowCxV3ToolCallResultError",
7319+
"description": "The tool call's error."
7320+
},
7321+
"outputParameters": {
7322+
"additionalProperties": {
7323+
"description": "Properties of the object.",
7324+
"type": "any"
7325+
},
7326+
"description": "The tool call's output parameters.",
7327+
"type": "object"
7328+
},
7329+
"tool": {
7330+
"description": "Required. The tool associated with this call. Format: `projects//locations//agents//tools/`.",
7331+
"type": "string"
7332+
}
7333+
},
7334+
"type": "object"
7335+
},
7336+
"GoogleCloudDialogflowCxV3ToolCallResultError": {
7337+
"description": "An error produced by the tool call.",
7338+
"id": "GoogleCloudDialogflowCxV3ToolCallResultError",
7339+
"properties": {
7340+
"message": {
7341+
"description": "Optional. The error message of the function.",
7342+
"type": "string"
7343+
}
7344+
},
7345+
"type": "object"
7346+
},
72787347
"GoogleCloudDialogflowCxV3TransitionRoute": {
72797348
"description": "A transition route specifies a intent that can be matched and/or a data condition that can be evaluated during a session. When a specified transition is matched, the following actions are taken in order: * If there is a `trigger_fulfillment` associated with the transition, it will be called. * If there is a `target_page` associated with the transition, the session will transition into the specified page. * If there is a `target_flow` associated with the transition, the session will transition into the specified flow.",
72807349
"id": "GoogleCloudDialogflowCxV3TransitionRoute",
@@ -9943,9 +10012,9 @@
994310012
},
994410013
"type": "object"
994510014
},
9946-
"GoogleCloudDialogflowCxV3beta1Exception": {
10015+
"GoogleCloudDialogflowCxV3beta1ExceptionDetail": {
994710016
"description": "Exception thrown during the execution of an action.",
9948-
"id": "GoogleCloudDialogflowCxV3beta1Exception",
10017+
"id": "GoogleCloudDialogflowCxV3beta1ExceptionDetail",
994910018
"properties": {
995010019
"errorMessage": {
995110020
"description": "Optional. The error message.",
@@ -10491,13 +10560,11 @@
1049110560
"description": "Optional. The data format of the exported tools. If not specified, `BLOB` is assumed.",
1049210561
"enum": [
1049310562
"DATA_FORMAT_UNSPECIFIED",
10494-
"BLOB",
10495-
"JSON"
10563+
"BLOB"
1049610564
],
1049710565
"enumDescriptions": [
1049810566
"Unspecified format. Treated as `BLOB`.",
10499-
"Tools will be exported as raw bytes.",
10500-
"Tools will be exported in JSON format."
10567+
"Tools will be exported as raw bytes."
1050110568
],
1050210569
"type": "string"
1050310570
},
@@ -14195,7 +14262,7 @@
1419514262
"id": "GoogleCloudDialogflowCxV3beta1Status",
1419614263
"properties": {
1419714264
"exception": {
14198-
"$ref": "GoogleCloudDialogflowCxV3beta1Exception",
14265+
"$ref": "GoogleCloudDialogflowCxV3beta1ExceptionDetail",
1419914266
"description": "Optional. The exception thrown during the execution of the action."
1420014267
}
1420114268
},

dialogflow/v3beta1/dialogflow-gen.go

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

displayvideo/v2/displayvideo-api.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8010,7 +8010,7 @@
80108010
}
80118011
}
80128012
},
8013-
"revision": "20250417",
8013+
"revision": "20250424",
80148014
"rootUrl": "https://displayvideo.googleapis.com/",
80158015
"schemas": {
80168016
"ActivateManualTriggerRequest": {
@@ -8164,11 +8164,11 @@
81648164
"type": "object"
81658165
},
81668166
"Adloox": {
8167-
"description": "Details of Adloox brand safety settings.",
8167+
"description": "Details of Scope3 (previously known as Adloox) brand safety settings.",
81688168
"id": "Adloox",
81698169
"properties": {
81708170
"excludedAdlooxCategories": {
8171-
"description": "Adloox categories to exclude.",
8171+
"description": "Scope3 categories to exclude.",
81728172
"items": {
81738173
"enum": [
81748174
"ADLOOX_UNSPECIFIED",
@@ -8182,7 +8182,7 @@
81828182
"FRAUD"
81838183
],
81848184
"enumDescriptions": [
8185-
"Default value when a Adloox category is not specified or is unknown in this version.",
8185+
"Default value when a Scope3 category is not specified or is unknown in this version.",
81868186
"Adult content (hard).",
81878187
"Adult content (soft).",
81888188
"Illegal content.",
@@ -17443,8 +17443,8 @@
1744317443
],
1744417444
"enumDescriptions": [
1744517445
"Type value is not specified or is unknown in this version.",
17446-
"The cost is charged for using Adloox. Billed by the partner.",
17447-
"The cost is charged for using Adloox Pre-Bid. Billed through DV360.",
17446+
"The cost is charged for using Scope3 (previously known as Adloox). Billed by the partner.",
17447+
"The cost is charged for using Scope3 (previously known as Adloox) Pre-Bid. Billed through DV360.",
1744817448
"The cost is charged for using AdSafe. Billed by the partner.",
1744917449
"The cost is charged for using AdExpose. Billed by the partner.",
1745017450
"The cost is charged for using Aggregate Knowledge. Billed by the partner.",
@@ -19034,7 +19034,7 @@
1903419034
"properties": {
1903519035
"adloox": {
1903619036
"$ref": "Adloox",
19037-
"description": "Third party brand verifier -- Adloox."
19037+
"description": "Third party brand verifier -- Scope3 (previously known as Adloox)."
1903819038
},
1903919039
"doubleVerify": {
1904019040
"$ref": "DoubleVerify",

0 commit comments

Comments
 (0)