Skip to content

Commit f40db7f

Browse files
feat(all): auto-regenerate discovery clients (#2365)
1 parent 69626e3 commit f40db7f

File tree

8 files changed

+86
-23
lines changed

8 files changed

+86
-23
lines changed

‎dialogflow/v2beta1/dialogflow-api.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7695,7 +7695,7 @@
76957695
}
76967696
}
76977697
},
7698-
"revision": "20240102",
7698+
"revision": "20240113",
76997699
"rootUrl": "https://dialogflow.googleapis.com/",
77007700
"schemas": {
77017701
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -8656,6 +8656,10 @@
86568656
],
86578657
"type": "string"
86588658
},
8659+
"optOutConformerModelMigration": {
8660+
"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.",
8661+
"type": "boolean"
8662+
},
86598663
"phraseHints": {
86608664
"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.",
86618665
"items": {
@@ -9453,7 +9457,7 @@
94539457
"id": "GoogleCloudDialogflowCxV3TextInput",
94549458
"properties": {
94559459
"text": {
9456-
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
9460+
"description": "Required. The UTF-8 encoded natural language text to be processed.",
94579461
"type": "string"
94589462
}
94599463
},
@@ -10864,6 +10868,10 @@
1086410868
],
1086510869
"type": "string"
1086610870
},
10871+
"optOutConformerModelMigration": {
10872+
"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.",
10873+
"type": "boolean"
10874+
},
1086710875
"phraseHints": {
1086810876
"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.",
1086910877
"items": {
@@ -11645,7 +11653,7 @@
1164511653
"id": "GoogleCloudDialogflowCxV3beta1TextInput",
1164611654
"properties": {
1164711655
"text": {
11648-
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
11656+
"description": "Required. The UTF-8 encoded natural language text to be processed.",
1164911657
"type": "string"
1165011658
}
1165111659
},
@@ -16555,6 +16563,10 @@
1655516563
],
1655616564
"type": "string"
1655716565
},
16566+
"optOutConformerModelMigration": {
16567+
"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.",
16568+
"type": "boolean"
16569+
},
1655816570
"phraseHints": {
1655916571
"deprecated": true,
1656016572
"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`]().",

‎dialogflow/v2beta1/dialogflow-gen.go

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

‎dialogflow/v3/dialogflow-api.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4395,7 +4395,7 @@
43954395
}
43964396
}
43974397
},
4398-
"revision": "20240108",
4398+
"revision": "20240113",
43994399
"rootUrl": "https://dialogflow.googleapis.com/",
44004400
"schemas": {
44014401
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -4791,7 +4791,7 @@
47914791
"id": "GoogleCloudDialogflowCxV3BoostSpecs",
47924792
"properties": {
47934793
"dataStores": {
4794-
"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}",
4794+
"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}`",
47954795
"items": {
47964796
"type": "string"
47974797
},
@@ -5948,7 +5948,7 @@
59485948
"id": "GoogleCloudDialogflowCxV3FilterSpecs",
59495949
"properties": {
59505950
"dataStores": {
5951-
"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}",
5951+
"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}`",
59525952
"items": {
59535953
"type": "string"
59545954
},
@@ -6744,6 +6744,10 @@
67446744
],
67456745
"type": "string"
67466746
},
6747+
"optOutConformerModelMigration": {
6748+
"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.",
6749+
"type": "boolean"
6750+
},
67476751
"phraseHints": {
67486752
"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.",
67496753
"items": {
@@ -8759,7 +8763,7 @@
87598763
"id": "GoogleCloudDialogflowCxV3TextInput",
87608764
"properties": {
87618765
"text": {
8762-
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
8766+
"description": "Required. The UTF-8 encoded natural language text to be processed.",
87638767
"type": "string"
87648768
}
87658769
},
@@ -10561,6 +10565,10 @@
1056110565
],
1056210566
"type": "string"
1056310567
},
10568+
"optOutConformerModelMigration": {
10569+
"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.",
10570+
"type": "boolean"
10571+
},
1056410572
"phraseHints": {
1056510573
"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.",
1056610574
"items": {
@@ -11342,7 +11350,7 @@
1134211350
"id": "GoogleCloudDialogflowCxV3beta1TextInput",
1134311351
"properties": {
1134411352
"text": {
11345-
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
11353+
"description": "Required. The UTF-8 encoded natural language text to be processed.",
1134611354
"type": "string"
1134711355
}
1134811356
},

‎dialogflow/v3/dialogflow-gen.go

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

‎dialogflow/v3beta1/dialogflow-api.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4395,7 +4395,7 @@
43954395
}
43964396
}
43974397
},
4398-
"revision": "20240108",
4398+
"revision": "20240113",
43994399
"rootUrl": "https://dialogflow.googleapis.com/",
44004400
"schemas": {
44014401
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -5356,6 +5356,10 @@
53565356
],
53575357
"type": "string"
53585358
},
5359+
"optOutConformerModelMigration": {
5360+
"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.",
5361+
"type": "boolean"
5362+
},
53595363
"phraseHints": {
53605364
"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.",
53615365
"items": {
@@ -6153,7 +6157,7 @@
61536157
"id": "GoogleCloudDialogflowCxV3TextInput",
61546158
"properties": {
61556159
"text": {
6156-
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
6160+
"description": "Required. The UTF-8 encoded natural language text to be processed.",
61576161
"type": "string"
61586162
}
61596163
},
@@ -8952,6 +8956,10 @@
89528956
],
89538957
"type": "string"
89548958
},
8959+
"optOutConformerModelMigration": {
8960+
"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.",
8961+
"type": "boolean"
8962+
},
89558963
"phraseHints": {
89568964
"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.",
89578965
"items": {
@@ -10951,7 +10959,7 @@
1095110959
"id": "GoogleCloudDialogflowCxV3beta1TextInput",
1095210960
"properties": {
1095310961
"text": {
10954-
"description": "Required. The UTF-8 encoded natural language text to be processed. Text length must not exceed 256 characters.",
10962+
"description": "Required. The UTF-8 encoded natural language text to be processed.",
1095510963
"type": "string"
1095610964
}
1095710965
},

‎dialogflow/v3beta1/dialogflow-gen.go

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

‎dlp/v2/dlp-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,7 @@
28382838
],
28392839
"parameters": {
28402840
"name": {
2841-
"description": "Required. The name of the DlpJob resource to be cancelled.",
2841+
"description": "Required. The name of the DlpJob resource to be finished.",
28422842
"location": "path",
28432843
"pattern": "^projects/[^/]+/locations/[^/]+/dlpJobs/[^/]+$",
28442844
"required": true,
@@ -3714,7 +3714,7 @@
37143714
}
37153715
}
37163716
},
3717-
"revision": "20240107",
3717+
"revision": "20240113",
37183718
"rootUrl": "https://dlp.googleapis.com/",
37193719
"schemas": {
37203720
"GooglePrivacyDlpV2Action": {

‎dlp/v2/dlp-gen.go

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

0 commit comments

Comments
 (0)