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 #2365

Merged
merged 1 commit into from
Jan 20, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions dialogflow/v2beta1/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -7695,7 +7695,7 @@
}
}
},
"revision": "20240102",
"revision": "20240113",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -8656,6 +8656,10 @@
],
"type": "string"
},
"optOutConformerModelMigration": {
"description": "If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024.",
"type": "boolean"
},
"phraseHints": {
"description": "Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details.",
"items": {
Expand Down Expand Up @@ -9453,7 +9457,7 @@
"id": "GoogleCloudDialogflowCxV3TextInput",
"properties": {
"text": {
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
"description": "Required. The UTF-8 encoded natural language text to be processed.",
"type": "string"
}
},
Expand Down Expand Up @@ -10864,6 +10868,10 @@
],
"type": "string"
},
"optOutConformerModelMigration": {
"description": "If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024.",
"type": "boolean"
},
"phraseHints": {
"description": "Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details.",
"items": {
Expand Down Expand Up @@ -11645,7 +11653,7 @@
"id": "GoogleCloudDialogflowCxV3beta1TextInput",
"properties": {
"text": {
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
"description": "Required. The UTF-8 encoded natural language text to be processed.",
"type": "string"
}
},
Expand Down Expand Up @@ -16555,6 +16563,10 @@
],
"type": "string"
},
"optOutConformerModelMigration": {
"description": "If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024.",
"type": "boolean"
},
"phraseHints": {
"deprecated": true,
"description": "A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details. This field is deprecated. Please use [`speech_contexts`]() instead. If you specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow will treat the [`phrase_hints`]() as a single additional [`SpeechContext`]().",
Expand Down
19 changes: 17 additions & 2 deletions dialogflow/v2beta1/dialogflow-gen.go

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

18 changes: 13 additions & 5 deletions dialogflow/v3/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4395,7 +4395,7 @@
}
}
},
"revision": "20240108",
"revision": "20240113",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -4791,7 +4791,7 @@
"id": "GoogleCloudDialogflowCxV3BoostSpecs",
"properties": {
"dataStores": {
"description": "Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}` `projects/{project}/locations/{location}/dataStores/{data_store}",
"description": "Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}` `projects/{project}/locations/{location}/dataStores/{data_store}`",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -5948,7 +5948,7 @@
"id": "GoogleCloudDialogflowCxV3FilterSpecs",
"properties": {
"dataStores": {
"description": "Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}` `projects/{project}/locations/{location}/dataStores/{data_store}",
"description": "Optional. Data Stores where the boosting configuration is applied. The full names of the referenced data stores. Formats: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}` `projects/{project}/locations/{location}/dataStores/{data_store}`",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -6744,6 +6744,10 @@
],
"type": "string"
},
"optOutConformerModelMigration": {
"description": "If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024.",
"type": "boolean"
},
"phraseHints": {
"description": "Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details.",
"items": {
Expand Down Expand Up @@ -8759,7 +8763,7 @@
"id": "GoogleCloudDialogflowCxV3TextInput",
"properties": {
"text": {
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
"description": "Required. The UTF-8 encoded natural language text to be processed.",
"type": "string"
}
},
Expand Down Expand Up @@ -10561,6 +10565,10 @@
],
"type": "string"
},
"optOutConformerModelMigration": {
"description": "If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024.",
"type": "boolean"
},
"phraseHints": {
"description": "Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details.",
"items": {
Expand Down Expand Up @@ -11342,7 +11350,7 @@
"id": "GoogleCloudDialogflowCxV3beta1TextInput",
"properties": {
"text": {
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
"description": "Required. The UTF-8 encoded natural language text to be processed.",
"type": "string"
}
},
Expand Down
18 changes: 14 additions & 4 deletions dialogflow/v3/dialogflow-gen.go

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

14 changes: 11 additions & 3 deletions dialogflow/v3beta1/dialogflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4395,7 +4395,7 @@
}
}
},
"revision": "20240108",
"revision": "20240113",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -5356,6 +5356,10 @@
],
"type": "string"
},
"optOutConformerModelMigration": {
"description": "If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024.",
"type": "boolean"
},
"phraseHints": {
"description": "Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details.",
"items": {
Expand Down Expand Up @@ -6153,7 +6157,7 @@
"id": "GoogleCloudDialogflowCxV3TextInput",
"properties": {
"text": {
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
"description": "Required. The UTF-8 encoded natural language text to be processed.",
"type": "string"
}
},
Expand Down Expand Up @@ -8952,6 +8956,10 @@
],
"type": "string"
},
"optOutConformerModelMigration": {
"description": "If `true`, the request will opt out for STT conformer model migration. This field will be deprecated once force migration takes place in June 2024.",
"type": "boolean"
},
"phraseHints": {
"description": "Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood. See [the Cloud Speech documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more details.",
"items": {
Expand Down Expand Up @@ -10951,7 +10959,7 @@
"id": "GoogleCloudDialogflowCxV3beta1TextInput",
"properties": {
"text": {
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
"description": "Required. The UTF-8 encoded natural language text to be processed.",
"type": "string"
}
},
Expand Down
14 changes: 12 additions & 2 deletions dialogflow/v3beta1/dialogflow-gen.go

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

4 changes: 2 additions & 2 deletions dlp/v2/dlp-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@
],
"parameters": {
"name": {
"description": "Required. The name of the DlpJob resource to be cancelled.",
"description": "Required. The name of the DlpJob resource to be finished.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/dlpJobs/[^/]+$",
"required": true,
Expand Down Expand Up @@ -3714,7 +3714,7 @@
}
}
},
"revision": "20240107",
"revision": "20240113",
"rootUrl": "https://dlp.googleapis.com/",
"schemas": {
"GooglePrivacyDlpV2Action": {
Expand Down
4 changes: 2 additions & 2 deletions dlp/v2/dlp-gen.go

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