Skip to content

Commit 1bc5d86

Browse files
feat(all): auto-regenerate discovery clients (#2995)
1 parent 48639f4 commit 1bc5d86

38 files changed

+366
-81
lines changed

bigtableadmin/v2/bigtableadmin-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@
16681668
"type": "string"
16691669
},
16701670
"updateMask": {
1671-
"description": "Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.",
1671+
"description": "Required. The list of fields to update. A mask specifying which fields (e.g. `change_stream_config`) in the `table` field should be updated. This mask is relative to the `table` field, not to the request message. The wildcard (*) path is currently not supported. Currently UpdateTable is only supported for the following fields: * `change_stream_config` * `change_stream_config.retention_period` * `deletion_protection` * `automated_backup_policy` * `automated_backup_policy.retention_period` * `automated_backup_policy.frequency` If `column_families` is set in `update_mask`, it will return an UNIMPLEMENTED error.",
16721672
"format": "google-fieldmask",
16731673
"location": "query",
16741674
"type": "string"
@@ -2194,7 +2194,7 @@
21942194
}
21952195
}
21962196
},
2197-
"revision": "20241203",
2197+
"revision": "20250131",
21982198
"rootUrl": "https://bigtableadmin.googleapis.com/",
21992199
"schemas": {
22002200
"AppProfile": {

bigtableadmin/v2/bigtableadmin-gen.go

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
}
513513
}
514514
},
515-
"revision": "20241205",
515+
"revision": "20250129",
516516
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
517517
"schemas": {
518518
"AdminUser": {
@@ -555,7 +555,7 @@
555555
"type": "object"
556556
},
557557
"ContactCenter": {
558-
"description": "Message describing ContactCenter object Next ID: 24",
558+
"description": "Message describing ContactCenter object",
559559
"id": "ContactCenter",
560560
"properties": {
561561
"adminUser": {

contactcenteraiplatform/v1alpha1/contactcenteraiplatform-gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataproc/v1/dataproc-api.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -4978,7 +4978,7 @@
49784978
}
49794979
}
49804980
},
4981-
"revision": "20250122",
4981+
"revision": "20250131",
49824982
"rootUrl": "https://dataproc.googleapis.com/",
49834983
"schemas": {
49844984
"AcceleratorConfig": {
@@ -6938,6 +6938,13 @@
69386938
"$ref": "ReservationAffinity",
69396939
"description": "Optional. Reservation Affinity for consuming Zonal reservation."
69406940
},
6941+
"resourceManagerTags": {
6942+
"additionalProperties": {
6943+
"type": "string"
6944+
},
6945+
"description": "Optional. Resource manager tags to add to all instances (see Resource manager tags resources (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing)).",
6946+
"type": "object"
6947+
},
69416948
"serviceAccount": {
69426949
"description": "Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.",
69436950
"type": "string"

dataproc/v1/dataproc-gen.go

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogflow/v2/dialogflow-api.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -2613,8 +2613,7 @@
26132613
],
26142614
"parameters": {
26152615
"filter": {
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).",
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).",
26182617
"location": "query",
26192618
"type": "string"
26202619
},
@@ -6502,8 +6501,7 @@
65026501
],
65036502
"parameters": {
65046503
"filter": {
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).",
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).",
65076505
"location": "query",
65086506
"type": "string"
65096507
},
@@ -8714,7 +8712,7 @@
87148712
}
87158713
}
87168714
},
8717-
"revision": "20250121",
8715+
"revision": "20250130",
87188716
"rootUrl": "https://dialogflow.googleapis.com/",
87198717
"schemas": {
87208718
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -10800,7 +10798,7 @@
1080010798
"type": "string"
1080110799
},
1080210800
"clientSecret": {
10803-
"description": "Required. The client secret provided by the 3rd party platform.",
10801+
"description": "Optional. The client secret provided by the 3rd party platform.",
1080410802
"type": "string"
1080510803
},
1080610804
"scopes": {
@@ -13175,7 +13173,7 @@
1317513173
"type": "string"
1317613174
},
1317713175
"clientSecret": {
13178-
"description": "Required. The client secret provided by the 3rd party platform.",
13176+
"description": "Optional. The client secret provided by the 3rd party platform.",
1317913177
"type": "string"
1318013178
},
1318113179
"scopes": {

dialogflow/v2/dialogflow-gen.go

+14-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogflow/v3/dialogflow-api.json

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

dialogflow/v3/dialogflow-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogflow/v3beta1/dialogflow-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5185,7 +5185,7 @@
51855185
}
51865186
}
51875187
},
5188-
"revision": "20250121",
5188+
"revision": "20250130",
51895189
"rootUrl": "https://dialogflow.googleapis.com/",
51905190
"schemas": {
51915191
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -7271,7 +7271,7 @@
72717271
"type": "string"
72727272
},
72737273
"clientSecret": {
7274-
"description": "Required. The client secret provided by the 3rd party platform.",
7274+
"description": "Optional. 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": "Required. The client secret provided by the 3rd party platform.",
14539+
"description": "Optional. The client secret provided by the 3rd party platform.",
1454014540
"type": "string"
1454114541
},
1454214542
"scopes": {

dialogflow/v3beta1/dialogflow-gen.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

identitytoolkit/v2/identitytoolkit-api.json

+36-1
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@
16551655
}
16561656
}
16571657
},
1658-
"revision": "20241024",
1658+
"revision": "20250130",
16591659
"rootUrl": "https://identitytoolkit.googleapis.com/",
16601660
"schemas": {
16611661
"GoogleCloudIdentitytoolkitAdminV2AllowByDefault": {
@@ -1822,6 +1822,11 @@
18221822
"$ref": "GoogleCloudIdentitytoolkitAdminV2ClientConfig",
18231823
"description": "Options related to how clients making requests on behalf of a project should be configured."
18241824
},
1825+
"defaultHostingSite": {
1826+
"description": "Output only. Default Firebase hosting site name",
1827+
"readOnly": true,
1828+
"type": "string"
1829+
},
18251830
"emailPrivacyConfig": {
18261831
"$ref": "GoogleCloudIdentitytoolkitAdminV2EmailPrivacyConfig",
18271832
"description": "Configuration for settings related to email privacy and public visibility."
@@ -1830,6 +1835,10 @@
18301835
"$ref": "GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig",
18311836
"description": "Configuration for this project's multi-factor authentication, including whether it is active and what factors can be used for the second factor"
18321837
},
1838+
"mobileLinksConfig": {
1839+
"$ref": "GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig",
1840+
"description": "Configuration for settings related to univeral links (iOS) and app links (Android)."
1841+
},
18331842
"monitoring": {
18341843
"$ref": "GoogleCloudIdentitytoolkitAdminV2MonitoringConfig",
18351844
"description": "Configuration related to monitoring project activity."
@@ -2340,6 +2349,27 @@
23402349
},
23412350
"type": "object"
23422351
},
2352+
"GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig": {
2353+
"description": "Configuration mobile links.",
2354+
"id": "GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig",
2355+
"properties": {
2356+
"domain": {
2357+
"description": "Open code in app domain to use for app links and universal links.",
2358+
"enum": [
2359+
"DOMAIN_UNSPECIFIED",
2360+
"FIREBASE_DYNAMIC_LINK_DOMAIN",
2361+
"HOSTING_DOMAIN"
2362+
],
2363+
"enumDescriptions": [
2364+
"Default value. The default domain is the Firebase Dynamic Link domain before the FDL deprecation and the hosting domain after the FDL deprecation.",
2365+
"Use Firebase Dynamic Link domain as app link domain. Default value.",
2366+
"Use hosting domain as app link domain."
2367+
],
2368+
"type": "string"
2369+
}
2370+
},
2371+
"type": "object"
2372+
},
23432373
"GoogleCloudIdentitytoolkitAdminV2MonitoringConfig": {
23442374
"description": "Configuration related to monitoring project activity.",
23452375
"id": "GoogleCloudIdentitytoolkitAdminV2MonitoringConfig",
@@ -3045,6 +3075,11 @@
30453075
"$ref": "GoogleCloudIdentitytoolkitAdminV2MultiFactorAuthConfig",
30463076
"description": "The tenant-level configuration of MFA options."
30473077
},
3078+
"mobileLinksConfig": {
3079+
"$ref": "GoogleCloudIdentitytoolkitAdminV2MobileLinksConfig",
3080+
"deprecated": true,
3081+
"description": "Optional. Deprecated. Never launched. Configuration for settings related to univeral links (iOS) and app links (Android)."
3082+
},
30483083
"monitoring": {
30493084
"$ref": "GoogleCloudIdentitytoolkitAdminV2MonitoringConfig",
30503085
"description": "Configuration related to monitoring project activity."

0 commit comments

Comments
 (0)