Skip to content

Commit b3dc663

Browse files
feat(all): auto-regenerate discovery clients (#3518)
1 parent 44db8ef commit b3dc663

Some content is hidden

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

44 files changed

+2505
-4238
lines changed

admin/reports/v1/admin-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@
681681
}
682682
}
683683
},
684-
"revision": "20260210",
684+
"revision": "20260223",
685685
"rootUrl": "https://admin.googleapis.com/",
686686
"schemas": {
687687
"Activities": {
@@ -921,7 +921,7 @@
921921
"type": "string"
922922
},
923923
"eventStatus": {
924-
"description": "* Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED - SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED",
924+
"description": "Status of the event. Possible values if not empty: - UNKNOWN_EVENT_STATUS - SUCCEEDED - SUCCEEDED_WITH_WARNINGS - FAILED - SKIPPED ",
925925
"type": "string"
926926
},
927927
"httpStatusCode": {

admin/reports/v1/admin-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.

androidmanagement/v1/androidmanagement-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260219",
1268+
"revision": "20260224",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -6114,7 +6114,7 @@
61146114
},
61156115
"blockApplicationsEnabled": {
61166116
"deprecated": true,
6117-
"description": "Whether applications other than the ones configured in applications are blocked from being installed. When set, applications that were installed under a previous policy but no longer appear in the policy are automatically uninstalled.",
6117+
"description": "This field has no effect.",
61186118
"type": "boolean"
61196119
},
61206120
"bluetoothConfigDisabled": {

androidmanagement/v1/androidmanagement-gen.go

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

ces/v1/ces-api.json

Lines changed: 60 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,7 @@
22462246
}
22472247
}
22482248
},
2249-
"revision": "20260213",
2249+
"revision": "20260218",
22502250
"rootUrl": "https://ces.googleapis.com/",
22512251
"schemas": {
22522252
"Action": {
@@ -2603,7 +2603,7 @@
26032603
"QUERY_STRING"
26042604
],
26052605
"enumDescriptions": [
2606-
"Unspecified. This value should not be unused.",
2606+
"Unspecified. This value should not be used.",
26072607
"Represents the key in http header.",
26082608
"Represents the key in query string."
26092609
],
@@ -3097,7 +3097,8 @@
30973097
"TWILIO",
30983098
"GOOGLE_TELEPHONY_PLATFORM",
30993099
"CONTACT_CENTER_AS_A_SERVICE",
3100-
"FIVE9"
3100+
"FIVE9",
3101+
"CONTACT_CENTER_INTEGRATION"
31013102
],
31023103
"enumDescriptions": [
31033104
"Unknown channel type.",
@@ -3106,7 +3107,8 @@
31063107
"Twilio channel.",
31073108
"Google Telephony Platform channel.",
31083109
"Contact Center as a Service (CCaaS) channel.",
3109-
"Five9 channel."
3110+
"Five9 channel.",
3111+
"Third party contact center integration channel."
31103112
],
31113113
"type": "string"
31123114
},
@@ -3303,7 +3305,7 @@
33033305
"id": "CitationsCitedChunk",
33043306
"properties": {
33053307
"text": {
3306-
"description": "Text used for citaiton.",
3308+
"description": "Text used for citation.",
33073309
"type": "string"
33083310
},
33093311
"title": {
@@ -4163,6 +4165,10 @@
41634165
"$ref": "EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsExpectationLevelMetricsThresholds",
41644166
"description": "Optional. The expectation level metrics thresholds."
41654167
},
4168+
"toolMatchingSettings": {
4169+
"$ref": "EvaluationMetricsThresholdsToolMatchingSettings",
4170+
"description": "Optional. The tool matching settings. An extra tool call is a tool call that is present in the execution but does not match any tool call in the golden expectation."
4171+
},
41664172
"turnLevelMetricsThresholds": {
41674173
"$ref": "EvaluationMetricsThresholdsGoldenEvaluationMetricsThresholdsTurnLevelMetricsThresholds",
41684174
"description": "Optional. The turn level metrics thresholds."
@@ -4213,6 +4219,27 @@
42134219
},
42144220
"type": "object"
42154221
},
4222+
"EvaluationMetricsThresholdsToolMatchingSettings": {
4223+
"description": "Settings for matching tool calls.",
4224+
"id": "EvaluationMetricsThresholdsToolMatchingSettings",
4225+
"properties": {
4226+
"extraToolCallBehavior": {
4227+
"description": "Optional. Behavior for extra tool calls. Defaults to FAIL.",
4228+
"enum": [
4229+
"EXTRA_TOOL_CALL_BEHAVIOR_UNSPECIFIED",
4230+
"FAIL",
4231+
"ALLOW"
4232+
],
4233+
"enumDescriptions": [
4234+
"Unspecified behavior. Defaults to FAIL.",
4235+
"Fail the evaluation if an extra tool call is encountered.",
4236+
"Allow the extra tool call."
4237+
],
4238+
"type": "string"
4239+
}
4240+
},
4241+
"type": "object"
4242+
},
42164243
"Event": {
42174244
"description": "Event input.",
42184245
"id": "Event",
@@ -4294,6 +4321,14 @@
42944321
"toolsetTool": {
42954322
"$ref": "ToolsetTool",
42964323
"description": "Optional. The toolset tool to execute. Only one tool should match the predicate from the toolset. Otherwise, an error will be returned."
4324+
},
4325+
"variables": {
4326+
"additionalProperties": {
4327+
"description": "Properties of the object.",
4328+
"type": "any"
4329+
},
4330+
"description": "Optional. The variables that are available for the tool execution.",
4331+
"type": "object"
42974332
}
42984333
},
42994334
"type": "object"
@@ -4307,7 +4342,7 @@
43074342
"description": "Properties of the object.",
43084343
"type": "any"
43094344
},
4310-
"description": "Required. The tool execution result in JSON object format. Use \"output\" key to specify tool response and \"error\" key to specify error details (if any). If \"output\" and \"error\" keys are not specified, then whole \"response\" is treated as tool execution result.",
4345+
"description": "The tool execution result in JSON object format. Use \"output\" key to specify tool response and \"error\" key to specify error details (if any). If \"output\" and \"error\" keys are not specified, then whole \"response\" is treated as tool execution result.",
43114346
"type": "object"
43124347
},
43134348
"tool": {
@@ -4317,6 +4352,14 @@
43174352
"toolsetTool": {
43184353
"$ref": "ToolsetTool",
43194354
"description": "The toolset tool that got executed."
4355+
},
4356+
"variables": {
4357+
"additionalProperties": {
4358+
"description": "Properties of the object.",
4359+
"type": "any"
4360+
},
4361+
"description": "The variable values at the end of the tool execution.",
4362+
"type": "object"
43204363
}
43214364
},
43224365
"type": "object"
@@ -5786,11 +5829,11 @@
57865829
"properties": {
57875830
"inputSchema": {
57885831
"$ref": "Schema",
5789-
"description": "Required. The schema of the tool input parameters."
5832+
"description": "The schema of the tool input parameters."
57905833
},
57915834
"outputSchema": {
57925835
"$ref": "Schema",
5793-
"description": "Required. The schema of the tool output parameters."
5836+
"description": "The schema of the tool output parameters."
57945837
},
57955838
"tool": {
57965839
"description": "The name of the tool that the schema is for. Format: `projects/{project}/locations/{location}/apps/{app}/tools/{tool}`",
@@ -5822,7 +5865,7 @@
58225865
"id": "RetrieveToolsResponse",
58235866
"properties": {
58245867
"tools": {
5825-
"description": "Required. The list of tools that are included in the specified toolset.",
5868+
"description": "The list of tools that are included in the specified toolset.",
58265869
"items": {
58275870
"$ref": "Tool"
58285871
},
@@ -5943,7 +5986,7 @@
59435986
"type": "object"
59445987
},
59455988
"ref": {
5946-
"description": "Optional. Allows indirect references between schema nodes. The value should be a valid reference to a child of the root `defs`. For example, the following schema defines a reference to a schema node named \"Pet\": type: object properties: pet: ref: #/defs/Pet defs: Pet: type: object properties: name: type: string The value of the \"pet\" property is a reference to the schema node named \"Pet\". See details in https://json-schema.org/understanding-json-schema/structuring.",
5989+
"description": "Optional. Allows indirect references between schema nodes. The value should be a valid reference to a child of the root `defs`. For example, the following schema defines a reference to a schema node named \"Pet\": ``` type: object properties: pet: ref: #/defs/Pet defs: Pet: type: object properties: name: type: string ``` The value of the \"pet\" property is a reference to the schema node named \"Pet\". See details in https://json-schema.org/understanding-json-schema/structuring.",
59475990
"type": "string"
59485991
},
59495992
"required": {
@@ -6131,7 +6174,7 @@
61316174
"type": "object"
61326175
},
61336176
"willContinue": {
6134-
"description": "Optional. A flag to indicate if the current message is a fragment of a larger input in the bidi streaming session. When `true`, the agent will defer processing until a subsequent message with `will_continue` set to `false` is received. Note: This flag has no effect on audio and DTMF inputs, which are always processed in real-time.",
6177+
"description": "Optional. A flag to indicate if the current message is a fragment of a larger input in the bidi streaming session. When set to `true`, the agent defers processing until it receives a subsequent message where `will_continue` is `false`, or until the system detects an endpoint in the audio input. NOTE: This field does not apply to audio and DTMF inputs, as they are always processed automatically based on the endpointing signal.",
61356178
"type": "boolean"
61366179
}
61376180
},
@@ -6810,7 +6853,9 @@
68106853
"SHORT_FORM",
68116854
"OVERALL_SATISFACTION",
68126855
"ORDER_SUMMARY",
6813-
"APPOINTMENT_DETAILS"
6856+
"APPOINTMENT_DETAILS",
6857+
"APPOINTMENT_SCHEDULER",
6858+
"CONTACT_FORM"
68146859
],
68156860
"enumDescriptions": [
68166861
"Unspecified widget type.",
@@ -6823,7 +6868,9 @@
68236868
"Short form widget.",
68246869
"Overall satisfaction widget.",
68256870
"Order summary widget.",
6826-
"Appointment details widget."
6871+
"Appointment details widget.",
6872+
"Appointment scheduler widget.",
6873+
"Contact form widget."
68276874
],
68286875
"type": "string"
68296876
}

0 commit comments

Comments
 (0)