Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2290)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Dec 4, 2023
1 parent 4148872 commit 9f55397
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 10 deletions.
14 changes: 12 additions & 2 deletions file/v1/file-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@
}
}
},
"revision": "20231019",
"revision": "20231110",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -919,6 +919,11 @@
"readOnly": true,
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand Down Expand Up @@ -1068,7 +1073,7 @@
"type": "string"
},
"name": {
"description": "The name of the file share (must be 16 characters or less).",
"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.",
"type": "string"
},
"nfsExportOptions": {
Expand Down Expand Up @@ -1408,6 +1413,11 @@
},
"type": "array"
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand Down
11 changes: 10 additions & 1 deletion file/v1/file-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions file/v1beta1/file-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@
}
}
},
"revision": "20231019",
"revision": "20231110",
"rootUrl": "https://file.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -1086,6 +1086,11 @@
"readOnly": true,
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand Down Expand Up @@ -1246,7 +1251,7 @@
"type": "string"
},
"name": {
"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).",
"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.",
"type": "string"
},
"nfsExportOptions": {
Expand Down Expand Up @@ -1630,6 +1635,11 @@
],
"type": "string"
},
"satisfiesPzi": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
Expand Down
13 changes: 10 additions & 3 deletions file/v1beta1/file-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion redis/v1/redis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
}
}
},
"revision": "20231102",
"revision": "20231129",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"CertChain": {
Expand Down Expand Up @@ -1289,6 +1289,11 @@
"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.",
"type": "string"
},
"satisfiesPzi": {
"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.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"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.",
"readOnly": true,
Expand Down
6 changes: 6 additions & 0 deletions redis/v1/redis-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion redis/v1beta1/redis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
}
}
},
"revision": "20231102",
"revision": "20231129",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"CertChain": {
Expand Down Expand Up @@ -1296,6 +1296,11 @@
"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.",
"type": "string"
},
"satisfiesPzi": {
"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.",
"readOnly": true,
"type": "boolean"
},
"satisfiesPzs": {
"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.",
"readOnly": true,
Expand Down
6 changes: 6 additions & 0 deletions redis/v1beta1/redis-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9f55397

Please sign in to comment.