Skip to content

Commit e938bf1

Browse files
feat(all): auto-regenerate discovery clients (#2461)
1 parent dc4811a commit e938bf1

File tree

7 files changed

+8745
-7
lines changed

7 files changed

+8745
-7
lines changed

api-list.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5317,6 +5317,21 @@
53175317
"documentationLink": "https://cloud.google.com/secret-manager/",
53185318
"preferred": false
53195319
},
5320+
{
5321+
"kind": "discovery#directoryItem",
5322+
"id": "secretmanager:v1beta2",
5323+
"name": "secretmanager",
5324+
"version": "v1beta2",
5325+
"title": "Secret Manager API",
5326+
"description": "Stores sensitive data such as API keys, passwords, and certificates. Provides convenience while improving security.",
5327+
"discoveryRestUrl": "https://secretmanager.googleapis.com/$discovery/rest?version=v1beta2",
5328+
"icons": {
5329+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
5330+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
5331+
},
5332+
"documentationLink": "https://cloud.google.com/secret-manager/",
5333+
"preferred": false
5334+
},
53205335
{
53215336
"kind": "discovery#directoryItem",
53225337
"id": "secretmanager:v1",

bigqueryreservation/v1/bigqueryreservation-api.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@
851851
}
852852
}
853853
},
854-
"revision": "20240217",
854+
"revision": "20240306",
855855
"rootUrl": "https://bigqueryreservation.googleapis.com/",
856856
"schemas": {
857857
"Assignment": {
@@ -869,14 +869,16 @@
869869
"PIPELINE",
870870
"QUERY",
871871
"ML_EXTERNAL",
872-
"BACKGROUND"
872+
"BACKGROUND",
873+
"CONTINUOUS"
873874
],
874875
"enumDescriptions": [
875876
"Invalid type. Requests with this value will be rejected with error code `google.rpc.Code.INVALID_ARGUMENT`.",
876877
"Pipeline (load/export) jobs from the project will use the reservation.",
877878
"Query jobs from the project will use the reservation.",
878879
"BigQuery ML jobs that use services external to BigQuery for model training. These jobs will not utilize idle slots from other reservations.",
879-
"Background jobs that BigQuery runs for the customers in the background."
880+
"Background jobs that BigQuery runs for the customers in the background.",
881+
"Continuous SQL jobs will use this reservation. Reservations with continuous assignments cannot be mixed with non-continuous assignments."
880882
],
881883
"type": "string"
882884
},
@@ -1204,7 +1206,7 @@
12041206
"description": "The configuration parameters for the auto scaling feature."
12051207
},
12061208
"concurrency": {
1207-
"description": "Job concurrency target which sets a soft upper bound on the number of jobs that can run concurrently in this reservation. This is a soft target due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency target will be automatically computed by the system. NOTE: this field is exposed as `target_job_concurrency` in the Information Schema, DDL and BQ CLI.",
1209+
"description": "Job concurrency target which sets a soft upper bound on the number of jobs that can run concurrently in this reservation. This is a soft target due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency target will be automatically computed by the system. NOTE: this field is exposed as target job concurrency in the Information Schema, DDL and BQ CLI.",
12081210
"format": "int64",
12091211
"type": "string"
12101212
},

bigqueryreservation/v1/bigqueryreservation-gen.go

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

dialogflow/v2/dialogflow-api.json

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8327,7 +8327,7 @@
83278327
}
83288328
}
83298329
},
8330-
"revision": "20240131",
8330+
"revision": "20240305",
83318331
"rootUrl": "https://dialogflow.googleapis.com/",
83328332
"schemas": {
83338333
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -8345,6 +8345,10 @@
83458345
"loggingSettings": {
83468346
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings",
83478347
"description": "Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level."
8348+
},
8349+
"speechSettings": {
8350+
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings",
8351+
"description": "Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level"
83488352
}
83498353
},
83508354
"type": "object"
@@ -8384,6 +8388,34 @@
83848388
},
83858389
"type": "object"
83868390
},
8391+
"GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": {
8392+
"description": "Define behaviors of speech to text detection.",
8393+
"id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings",
8394+
"properties": {
8395+
"endpointerSensitivity": {
8396+
"description": "Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.",
8397+
"format": "int32",
8398+
"type": "integer"
8399+
},
8400+
"models": {
8401+
"additionalProperties": {
8402+
"type": "string"
8403+
},
8404+
"description": "Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).",
8405+
"type": "object"
8406+
},
8407+
"noSpeechTimeout": {
8408+
"description": "Timeout before detecting no speech.",
8409+
"format": "google-duration",
8410+
"type": "string"
8411+
},
8412+
"useTimeoutBasedEndpointing": {
8413+
"description": "Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.",
8414+
"type": "boolean"
8415+
}
8416+
},
8417+
"type": "object"
8418+
},
83878419
"GoogleCloudDialogflowCxV3AudioInput": {
83888420
"description": "Represents the natural speech audio to be processed.",
83898421
"id": "GoogleCloudDialogflowCxV3AudioInput",
@@ -10623,6 +10655,10 @@
1062310655
"loggingSettings": {
1062410656
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings",
1062510657
"description": "Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level."
10658+
},
10659+
"speechSettings": {
10660+
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings",
10661+
"description": "Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level"
1062610662
}
1062710663
},
1062810664
"type": "object"
@@ -10662,6 +10698,34 @@
1066210698
},
1066310699
"type": "object"
1066410700
},
10701+
"GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": {
10702+
"description": "Define behaviors of speech to text detection.",
10703+
"id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings",
10704+
"properties": {
10705+
"endpointerSensitivity": {
10706+
"description": "Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.",
10707+
"format": "int32",
10708+
"type": "integer"
10709+
},
10710+
"models": {
10711+
"additionalProperties": {
10712+
"type": "string"
10713+
},
10714+
"description": "Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).",
10715+
"type": "object"
10716+
},
10717+
"noSpeechTimeout": {
10718+
"description": "Timeout before detecting no speech.",
10719+
"format": "google-duration",
10720+
"type": "string"
10721+
},
10722+
"useTimeoutBasedEndpointing": {
10723+
"description": "Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.",
10724+
"type": "boolean"
10725+
}
10726+
},
10727+
"type": "object"
10728+
},
1066510729
"GoogleCloudDialogflowCxV3beta1AudioInput": {
1066610730
"description": "Represents the natural speech audio to be processed.",
1066710731
"id": "GoogleCloudDialogflowCxV3beta1AudioInput",

dialogflow/v2/dialogflow-gen.go

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

0 commit comments

Comments
 (0)