Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 20, 2024
1 parent 69626e3 commit f40db7f
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 23 deletions.
18 changes: 15 additions & 3 deletions dialogflow/v2beta1/dialogflow-api.json
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
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
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
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.

0 comments on commit f40db7f

Please sign in to comment.