Skip to content

Commit 1ca0330

Browse files
feat(all): auto-regenerate discovery clients (#3305)
1 parent e93c8a8 commit 1ca0330

File tree

14 files changed

+183
-39
lines changed

14 files changed

+183
-39
lines changed

bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@
17861786
],
17871787
"parameters": {
17881788
"name": {
1789-
"description": "Identifier. The unique name of the materialized view. Format: `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`",
1789+
"description": "Identifier. The unique name of the materialized view. Format: `projects/{project}/instances/{instance}/materializedViews/{materialized_view}` Views: `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.",
17901790
"location": "path",
17911791
"pattern": "^projects/[^/]+/instances/[^/]+/materializedViews/[^/]+$",
17921792
"required": true,
@@ -3077,7 +3077,7 @@
30773077
}
30783078
}
30793079
},
3080-
"revision": "20250821",
3080+
"revision": "20250828",
30813081
"rootUrl": "https://bigtableadmin.googleapis.com/",
30823082
"schemas": {
30833083
"AppProfile": {
@@ -4941,19 +4941,19 @@
49414941
"id": "MaterializedView",
49424942
"properties": {
49434943
"deletionProtection": {
4944-
"description": "Set to true to make the MaterializedView protected against deletion.",
4944+
"description": "Set to true to make the MaterializedView protected against deletion. Views: `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.",
49454945
"type": "boolean"
49464946
},
49474947
"etag": {
4948-
"description": "Optional. The etag for this materialized view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.",
4948+
"description": "Optional. The etag for this materialized view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag. Views: `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.",
49494949
"type": "string"
49504950
},
49514951
"name": {
4952-
"description": "Identifier. The unique name of the materialized view. Format: `projects/{project}/instances/{instance}/materializedViews/{materialized_view}`",
4952+
"description": "Identifier. The unique name of the materialized view. Format: `projects/{project}/instances/{instance}/materializedViews/{materialized_view}` Views: `SCHEMA_VIEW`, `REPLICATION_VIEW`, `FULL`.",
49534953
"type": "string"
49544954
},
49554955
"query": {
4956-
"description": "Required. Immutable. The materialized view's select query.",
4956+
"description": "Required. Immutable. The materialized view's select query. Views: `SCHEMA_VIEW`, `FULL`.",
49574957
"type": "string"
49584958
}
49594959
},

bigtableadmin/v2/bigtableadmin-gen.go

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

file/v1/file-api.json

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908
}
909909
}
910910
},
911-
"revision": "20250819",
911+
"revision": "20250825",
912912
"rootUrl": "https://file.googleapis.com/",
913913
"schemas": {
914914
"Backup": {
@@ -1874,12 +1874,14 @@
18741874
"enum": [
18751875
"CONNECT_MODE_UNSPECIFIED",
18761876
"DIRECT_PEERING",
1877-
"PRIVATE_SERVICE_ACCESS"
1877+
"PRIVATE_SERVICE_ACCESS",
1878+
"PRIVATE_SERVICE_CONNECT"
18781879
],
18791880
"enumDescriptions": [
18801881
"Not set.",
18811882
"Connect via direct peering to the Filestore service.",
1882-
"Connect to your Filestore instance using Private Service Access. Private services access provides an IP address range for multiple Google Cloud services, including Filestore."
1883+
"Connect to your Filestore instance using Private Service Access. Private services access provides an IP address range for multiple Google Cloud services, including Filestore.",
1884+
"Connect to your Filestore instance using Private Service Connect. A connection policy must exist in the region for the VPC network and the google-cloud-filestore service class."
18831885
],
18841886
"type": "string"
18851887
},
@@ -1910,6 +1912,10 @@
19101912
"description": "The name of the Google Compute Engine [VPC network](https://cloud.google.com/vpc/docs/vpc) to which the instance is connected.",
19111913
"type": "string"
19121914
},
1915+
"pscConfig": {
1916+
"$ref": "PscConfig",
1917+
"description": "Optional. Private Service Connect configuration. Should only be set when connect_mode is PRIVATE_SERVICE_CONNECT."
1918+
},
19131919
"reservedIpRange": {
19141920
"description": "Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.",
19151921
"type": "string"
@@ -1952,6 +1958,10 @@
19521958
},
19531959
"type": "array"
19541960
},
1961+
"network": {
1962+
"description": "Optional. The source VPC network for ip_ranges. Required for instances using Private Service Connect, optional otherwise. If provided, must be the same network specified in the `NetworkConfig.network` field.",
1963+
"type": "string"
1964+
},
19551965
"squashMode": {
19561966
"description": "Either NO_ROOT_SQUASH, for allowing root access on the exported directory, or ROOT_SQUASH, for not allowing root access. The default is NO_ROOT_SQUASH.",
19571967
"enum": [
@@ -2111,6 +2121,17 @@
21112121
},
21122122
"type": "object"
21132123
},
2124+
"PscConfig": {
2125+
"description": "Private Service Connect configuration.",
2126+
"id": "PscConfig",
2127+
"properties": {
2128+
"endpointProject": {
2129+
"description": "Optional. Consumer service project in which the Private Service Connect endpoint would be set up. This is optional, and only relevant in case the network is a shared VPC. If this is not specified, the endpoint would be setup in the VPC host project.",
2130+
"type": "string"
2131+
}
2132+
},
2133+
"type": "object"
2134+
},
21142135
"ReplicaConfig": {
21152136
"description": "Replica configuration for the instance.",
21162137
"id": "ReplicaConfig",

file/v1/file-gen.go

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

migrationcenter/v1/migrationcenter-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
172+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -2407,7 +2407,7 @@
24072407
}
24082408
}
24092409
},
2410-
"revision": "20250814",
2410+
"revision": "20250904",
24112411
"rootUrl": "https://migrationcenter.googleapis.com/",
24122412
"schemas": {
24132413
"AddAssetsToGroupRequest": {

migrationcenter/v1/migrationcenter-gen.go

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

tpu/v1/tpu-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -665,7 +665,7 @@
665665
}
666666
}
667667
},
668-
"revision": "20250815",
668+
"revision": "20250903",
669669
"rootUrl": "https://tpu.googleapis.com/",
670670
"schemas": {
671671
"AcceleratorType": {

tpu/v1/tpu-gen.go

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

tpu/v1alpha1/tpu-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -675,7 +675,7 @@
675675
}
676676
}
677677
},
678-
"revision": "20250815",
678+
"revision": "20250903",
679679
"rootUrl": "https://tpu.googleapis.com/",
680680
"schemas": {
681681
"AcceleratorType": {

tpu/v1alpha1/tpu-gen.go

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

0 commit comments

Comments
 (0)