Skip to content

Commit 9f55397

Browse files
feat(all): auto-regenerate discovery clients (#2290)
1 parent 4148872 commit 9f55397

File tree

8 files changed

+68
-10
lines changed

8 files changed

+68
-10
lines changed

file/v1/file-api.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
}
875875
}
876876
},
877-
"revision": "20231019",
877+
"revision": "20231110",
878878
"rootUrl": "https://file.googleapis.com/",
879879
"schemas": {
880880
"Backup": {
@@ -919,6 +919,11 @@
919919
"readOnly": true,
920920
"type": "string"
921921
},
922+
"satisfiesPzi": {
923+
"description": "Output only. Reserved for future use.",
924+
"readOnly": true,
925+
"type": "boolean"
926+
},
922927
"satisfiesPzs": {
923928
"description": "Output only. Reserved for future use.",
924929
"readOnly": true,
@@ -1068,7 +1073,7 @@
10681073
"type": "string"
10691074
},
10701075
"name": {
1071-
"description": "The name of the file share (must be 16 characters or less).",
1076+
"description": "Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.",
10721077
"type": "string"
10731078
},
10741079
"nfsExportOptions": {
@@ -1408,6 +1413,11 @@
14081413
},
14091414
"type": "array"
14101415
},
1416+
"satisfiesPzi": {
1417+
"description": "Output only. Reserved for future use.",
1418+
"readOnly": true,
1419+
"type": "boolean"
1420+
},
14111421
"satisfiesPzs": {
14121422
"description": "Output only. Reserved for future use.",
14131423
"readOnly": true,

file/v1/file-gen.go

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

file/v1beta1/file-api.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
}
10421042
}
10431043
},
1044-
"revision": "20231019",
1044+
"revision": "20231110",
10451045
"rootUrl": "https://file.googleapis.com/",
10461046
"schemas": {
10471047
"Backup": {
@@ -1086,6 +1086,11 @@
10861086
"readOnly": true,
10871087
"type": "string"
10881088
},
1089+
"satisfiesPzi": {
1090+
"description": "Output only. Reserved for future use.",
1091+
"readOnly": true,
1092+
"type": "boolean"
1093+
},
10891094
"satisfiesPzs": {
10901095
"description": "Output only. Reserved for future use.",
10911096
"readOnly": true,
@@ -1246,7 +1251,7 @@
12461251
"type": "string"
12471252
},
12481253
"name": {
1249-
"description": "The name of the file share (must be 32 characters or less for Enterprise and High Scale SSD tiers and 16 characters or less for all other tiers).",
1254+
"description": "Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.",
12501255
"type": "string"
12511256
},
12521257
"nfsExportOptions": {
@@ -1630,6 +1635,11 @@
16301635
],
16311636
"type": "string"
16321637
},
1638+
"satisfiesPzi": {
1639+
"description": "Output only. Reserved for future use.",
1640+
"readOnly": true,
1641+
"type": "boolean"
1642+
},
16331643
"satisfiesPzs": {
16341644
"description": "Output only. Reserved for future use.",
16351645
"readOnly": true,

file/v1beta1/file-gen.go

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

redis/v1/redis-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
}
822822
}
823823
},
824-
"revision": "20231102",
824+
"revision": "20231129",
825825
"rootUrl": "https://redis.googleapis.com/",
826826
"schemas": {
827827
"CertChain": {
@@ -1289,6 +1289,11 @@
12891289
"description": "Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.",
12901290
"type": "string"
12911291
},
1292+
"satisfiesPzi": {
1293+
"description": "Optional. Output only. Reserved for future use. Zone Isolation compliance state of the instance. Field name and documentation is obfuscated according to go/per-resource-zi-bit-semantics.",
1294+
"readOnly": true,
1295+
"type": "boolean"
1296+
},
12921297
"satisfiesPzs": {
12931298
"description": "Optional. Output only. Reserved for future use. Zone Separation compliance state of the instance. Field name and documentation is obfuscated according to go/zs-resource-status.",
12941299
"readOnly": true,

redis/v1/redis-gen.go

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

redis/v1beta1/redis-api.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
}
822822
}
823823
},
824-
"revision": "20231102",
824+
"revision": "20231129",
825825
"rootUrl": "https://redis.googleapis.com/",
826826
"schemas": {
827827
"CertChain": {
@@ -1296,6 +1296,11 @@
12961296
"description": "Optional. For DIRECT_PEERING mode, the CIDR range of internal addresses that are reserved for this instance. Range must be unique and non-overlapping with existing subnets in an authorized network. For PRIVATE_SERVICE_ACCESS mode, the name of one allocated IP address ranges associated with this private service access connection. If not provided, the service will choose an unused /29 block, for example, 10.0.0.0/29 or 192.168.0.0/29. For READ_REPLICAS_ENABLED the default block size is /28.",
12971297
"type": "string"
12981298
},
1299+
"satisfiesPzi": {
1300+
"description": "Optional. Output only. Reserved for future use. Zone Isolation compliance state of the instance. Field name and documentation is obfuscated according to go/per-resource-zi-bit-semantics.",
1301+
"readOnly": true,
1302+
"type": "boolean"
1303+
},
12991304
"satisfiesPzs": {
13001305
"description": "Optional. Output only. Reserved for future use. Zone Separation compliance state of the instance. Field name and documentation is obfuscated according to go/zs-resource-status.",
13011306
"readOnly": true,

redis/v1beta1/redis-gen.go

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

0 commit comments

Comments
 (0)