Skip to content

Commit 9550afc

Browse files
feat(all): auto-regenerate discovery clients (#3005)
1 parent aa95c21 commit 9550afc

14 files changed

+252
-90
lines changed

dialogflow/v2/dialogflow-api.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,8 @@
26132613
],
26142614
"parameters": {
26152615
"filter": {
2616-
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
2616+
"deprecated": true,
2617+
"description": "Optional. Filters to restrict results to specific answer records. Marked deprecated as it hasn't been, and isn't currently, supported. For more information about filtering, see [API Filtering](https://aip.dev/160).",
26172618
"location": "query",
26182619
"type": "string"
26192620
},
@@ -6501,7 +6502,8 @@
65016502
],
65026503
"parameters": {
65036504
"filter": {
6504-
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
6505+
"deprecated": true,
6506+
"description": "Optional. Filters to restrict results to specific answer records. Marked deprecated as it hasn't been, and isn't currently, supported. For more information about filtering, see [API Filtering](https://aip.dev/160).",
65056507
"location": "query",
65066508
"type": "string"
65076509
},
@@ -8712,7 +8714,7 @@
87128714
}
87138715
}
87148716
},
8715-
"revision": "20250130",
8717+
"revision": "20250207",
87168718
"rootUrl": "https://dialogflow.googleapis.com/",
87178719
"schemas": {
87188720
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -10798,7 +10800,7 @@
1079810800
"type": "string"
1079910801
},
1080010802
"clientSecret": {
10801-
"description": "Optional. The client secret provided by the 3rd party platform.",
10803+
"description": "Required. The client secret provided by the 3rd party platform.",
1080210804
"type": "string"
1080310805
},
1080410806
"scopes": {
@@ -13173,7 +13175,7 @@
1317313175
"type": "string"
1317413176
},
1317513177
"clientSecret": {
13176-
"description": "Optional. The client secret provided by the 3rd party platform.",
13178+
"description": "Required. The client secret provided by the 3rd party platform.",
1317713179
"type": "string"
1317813180
},
1317913181
"scopes": {

dialogflow/v2/dialogflow-gen.go

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

dialogflow/v2beta1/dialogflow-api.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,8 @@
26452645
],
26462646
"parameters": {
26472647
"filter": {
2648-
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
2648+
"deprecated": true,
2649+
"description": "Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160).",
26492650
"location": "query",
26502651
"type": "string"
26512652
},
@@ -6293,7 +6294,8 @@
62936294
],
62946295
"parameters": {
62956296
"filter": {
6296-
"description": "Optional. Filters to restrict results to specific answer records. The expression has the following syntax: [AND ] ... The following fields and operators are supported: * conversation_id with equals(=) operator Examples: * \"conversation_id=bar\" matches answer records in the projects/foo/locations/global/conversations/bar conversation (assuming the parent is projects/foo/locations/global). For more information about filtering, see [API Filtering](https://aip.dev/160).",
6297+
"deprecated": true,
6298+
"description": "Optional. Filters to restrict results to specific answer records. For more information about filtering, see [API Filtering](https://aip.dev/160).",
62976299
"location": "query",
62986300
"type": "string"
62996301
},
@@ -8237,7 +8239,7 @@
82378239
}
82388240
}
82398241
},
8240-
"revision": "20250130",
8242+
"revision": "20250207",
82418243
"rootUrl": "https://dialogflow.googleapis.com/",
82428244
"schemas": {
82438245
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -10323,7 +10325,7 @@
1032310325
"type": "string"
1032410326
},
1032510327
"clientSecret": {
10326-
"description": "Optional. The client secret provided by the 3rd party platform.",
10328+
"description": "Required. The client secret provided by the 3rd party platform.",
1032710329
"type": "string"
1032810330
},
1032910331
"scopes": {
@@ -12698,7 +12700,7 @@
1269812700
"type": "string"
1269912701
},
1270012702
"clientSecret": {
12701-
"description": "Optional. The client secret provided by the 3rd party platform.",
12703+
"description": "Required. The client secret provided by the 3rd party platform.",
1270212704
"type": "string"
1270312705
},
1270412706
"scopes": {

dialogflow/v2beta1/dialogflow-gen.go

Lines changed: 6 additions & 14 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4453,7 +4453,7 @@
44534453
}
44544454
}
44554455
},
4456-
"revision": "20250130",
4456+
"revision": "20250207",
44574457
"rootUrl": "https://dialogflow.googleapis.com/",
44584458
"schemas": {
44594459
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -10041,7 +10041,7 @@
1004110041
"type": "string"
1004210042
},
1004310043
"clientSecret": {
10044-
"description": "Optional. The client secret provided by the 3rd party platform.",
10044+
"description": "Required. The client secret provided by the 3rd party platform.",
1004510045
"type": "string"
1004610046
},
1004710047
"scopes": {
@@ -12416,7 +12416,7 @@
1241612416
"type": "string"
1241712417
},
1241812418
"clientSecret": {
12419-
"description": "Optional. The client secret provided by the 3rd party platform.",
12419+
"description": "Required. The client secret provided by the 3rd party platform.",
1242012420
"type": "string"
1242112421
},
1242212422
"scopes": {

dialogflow/v3/dialogflow-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.

dialogflow/v3beta1/dialogflow-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5185,7 +5185,7 @@
51855185
}
51865186
}
51875187
},
5188-
"revision": "20250130",
5188+
"revision": "20250207",
51895189
"rootUrl": "https://dialogflow.googleapis.com/",
51905190
"schemas": {
51915191
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -7271,7 +7271,7 @@
72717271
"type": "string"
72727272
},
72737273
"clientSecret": {
7274-
"description": "Optional. The client secret provided by the 3rd party platform.",
7274+
"description": "Required. The client secret provided by the 3rd party platform.",
72757275
"type": "string"
72767276
},
72777277
"scopes": {
@@ -14536,7 +14536,7 @@
1453614536
"type": "string"
1453714537
},
1453814538
"clientSecret": {
14539-
"description": "Optional. The client secret provided by the 3rd party platform.",
14539+
"description": "Required. The client secret provided by the 3rd party platform.",
1454014540
"type": "string"
1454114541
},
1454214542
"scopes": {

dialogflow/v3beta1/dialogflow-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.

firebaseappdistribution/v1alpha/firebaseappdistribution-api.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
}
777777
}
778778
},
779-
"revision": "20250206",
779+
"revision": "20250207",
780780
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
781781
"schemas": {
782782
"AndroidxCrawlerOutputPoint": {
@@ -907,11 +907,6 @@
907907
"description": "Instructions for AI driven test",
908908
"id": "GoogleFirebaseAppdistroV1alphaAiInstructions",
909909
"properties": {
910-
"appDescription": {
911-
"deprecated": true,
912-
"description": "Optional. Describes the app to give the AI some context",
913-
"type": "string"
914-
},
915910
"steps": {
916911
"description": "Required. Steps to be accomplished by the AI",
917912
"items": {

firebaseappdistribution/v1alpha/firebaseappdistribution-gen.go

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

0 commit comments

Comments
 (0)