Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2461

Merged
merged 1 commit into from Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -5317,6 +5317,21 @@
"documentationLink": "https://cloud.google.com/secret-manager/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "secretmanager:v1beta2",
"name": "secretmanager",
"version": "v1beta2",
"title": "Secret Manager API",
"description": "Stores sensitive data such as API keys, passwords, and certificates. Provides convenience while improving security.",
"discoveryRestUrl": "https://secretmanager.googleapis.com/$discovery/rest?version=v1beta2",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/secret-manager/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "secretmanager:v1",
Expand Down
10 changes: 6 additions & 4 deletions bigqueryreservation/v1/bigqueryreservation-api.json
Expand Up @@ -851,7 +851,7 @@
}
}
},
"revision": "20240217",
"revision": "20240306",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand All @@ -869,14 +869,16 @@
"PIPELINE",
"QUERY",
"ML_EXTERNAL",
"BACKGROUND"
"BACKGROUND",
"CONTINUOUS"
],
"enumDescriptions": [
"Invalid type. Requests with this value will be rejected with error code `google.rpc.Code.INVALID_ARGUMENT`.",
"Pipeline (load/export) jobs from the project will use the reservation.",
"Query jobs from the project will use the reservation.",
"BigQuery ML jobs that use services external to BigQuery for model training. These jobs will not utilize idle slots from other reservations.",
"Background jobs that BigQuery runs for the customers in the background."
"Background jobs that BigQuery runs for the customers in the background.",
"Continuous SQL jobs will use this reservation. Reservations with continuous assignments cannot be mixed with non-continuous assignments."
],
"type": "string"
},
Expand Down Expand Up @@ -1204,7 +1206,7 @@
"description": "The configuration parameters for the auto scaling feature."
},
"concurrency": {
"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.",
"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.",
"format": "int64",
"type": "string"
},
Expand Down
7 changes: 5 additions & 2 deletions bigqueryreservation/v1/bigqueryreservation-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 65 additions & 1 deletion dialogflow/v2/dialogflow-api.json
Expand Up @@ -8327,7 +8327,7 @@
}
}
},
"revision": "20240131",
"revision": "20240305",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand All @@ -8345,6 +8345,10 @@
"loggingSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsLoggingSettings",
"description": "Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level."
},
"speechSettings": {
"$ref": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings",
"description": "Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level"
}
},
"type": "object"
Expand Down Expand Up @@ -8384,6 +8388,34 @@
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings": {
"description": "Define behaviors of speech to text detection.",
"id": "GoogleCloudDialogflowCxV3AdvancedSettingsSpeechSettings",
"properties": {
"endpointerSensitivity": {
"description": "Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.",
"format": "int32",
"type": "integer"
},
"models": {
"additionalProperties": {
"type": "string"
},
"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).",
"type": "object"
},
"noSpeechTimeout": {
"description": "Timeout before detecting no speech.",
"format": "google-duration",
"type": "string"
},
"useTimeoutBasedEndpointing": {
"description": "Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.",
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3AudioInput": {
"description": "Represents the natural speech audio to be processed.",
"id": "GoogleCloudDialogflowCxV3AudioInput",
Expand Down Expand Up @@ -10623,6 +10655,10 @@
"loggingSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsLoggingSettings",
"description": "Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels: - Agent level."
},
"speechSettings": {
"$ref": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings",
"description": "Settings for speech to text detection. Exposed at the following levels: - Agent level - Flow level - Page level - Parameter level"
}
},
"type": "object"
Expand Down Expand Up @@ -10662,6 +10698,34 @@
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings": {
"description": "Define behaviors of speech to text detection.",
"id": "GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings",
"properties": {
"endpointerSensitivity": {
"description": "Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.",
"format": "int32",
"type": "integer"
},
"models": {
"additionalProperties": {
"type": "string"
},
"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).",
"type": "object"
},
"noSpeechTimeout": {
"description": "Timeout before detecting no speech.",
"format": "google-duration",
"type": "string"
},
"useTimeoutBasedEndpointing": {
"description": "Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.",
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1AudioInput": {
"description": "Represents the natural speech audio to be processed.",
"id": "GoogleCloudDialogflowCxV3beta1AudioInput",
Expand Down
100 changes: 100 additions & 0 deletions dialogflow/v2/dialogflow-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.