From b11637cae354c26cb4c25a0e5072e2f4e5b57c08 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 4 Dec 2023 08:12:02 +0000 Subject: [PATCH] feat(all): auto-regenerate discovery clients --- file/v1/file-api.json | 14 ++++++++++++-- file/v1/file-gen.go | 11 ++++++++++- file/v1beta1/file-api.json | 14 ++++++++++++-- file/v1beta1/file-gen.go | 13 ++++++++++--- redis/v1/redis-api.json | 7 ++++++- redis/v1/redis-gen.go | 6 ++++++ redis/v1beta1/redis-api.json | 7 ++++++- redis/v1beta1/redis-gen.go | 6 ++++++ 8 files changed, 68 insertions(+), 10 deletions(-) diff --git a/file/v1/file-api.json b/file/v1/file-api.json index 30432bae7f7..905be5cfe5b 100644 --- a/file/v1/file-api.json +++ b/file/v1/file-api.json @@ -874,7 +874,7 @@ } } }, - "revision": "20231019", + "revision": "20231110", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -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, @@ -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": { @@ -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, diff --git a/file/v1/file-gen.go b/file/v1/file-gen.go index c7b834e9085..d51ae3ca4ba 100644 --- a/file/v1/file-gen.go +++ b/file/v1/file-gen.go @@ -249,6 +249,9 @@ type Backup struct { // `. Name string `json:"name,omitempty"` + // SatisfiesPzi: Output only. Reserved for future use. + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: Output only. Reserved for future use. SatisfiesPzs bool `json:"satisfiesPzs,omitempty"` @@ -478,7 +481,10 @@ type FileShareConfig struct { // 1 GB as 1024^3 bytes. CapacityGb int64 `json:"capacityGb,omitempty,string"` - // Name: The name of the file share (must be 16 characters or less). + // Name: 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. Name string `json:"name,omitempty"` // NfsExportOptions: Nfs Export Options. There is a limit of 10 export @@ -1023,6 +1029,9 @@ type Instance struct { // version, only a single network is supported. Networks []*NetworkConfig `json:"networks,omitempty"` + // SatisfiesPzi: Output only. Reserved for future use. + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: Output only. Reserved for future use. SatisfiesPzs bool `json:"satisfiesPzs,omitempty"` diff --git a/file/v1beta1/file-api.json b/file/v1beta1/file-api.json index c0853df1f49..282df1bc60c 100644 --- a/file/v1beta1/file-api.json +++ b/file/v1beta1/file-api.json @@ -1041,7 +1041,7 @@ } } }, - "revision": "20231019", + "revision": "20231110", "rootUrl": "https://file.googleapis.com/", "schemas": { "Backup": { @@ -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, @@ -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": { @@ -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, diff --git a/file/v1beta1/file-gen.go b/file/v1beta1/file-gen.go index af781066772..bdc5d3b9643 100644 --- a/file/v1beta1/file-gen.go +++ b/file/v1beta1/file-gen.go @@ -259,6 +259,9 @@ type Backup struct { // `projects/{project_id}/locations/{location_id}/backups/{backup_id}`. Name string `json:"name,omitempty"` + // SatisfiesPzi: Output only. Reserved for future use. + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: Output only. Reserved for future use. SatisfiesPzs bool `json:"satisfiesPzs,omitempty"` @@ -520,9 +523,10 @@ type FileShareConfig struct { // 1 GB as 1024^3 bytes. CapacityGb int64 `json:"capacityGb,omitempty,string"` - // Name: 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). + // Name: 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. Name string `json:"name,omitempty"` // NfsExportOptions: Nfs Export Options. There is a limit of 10 export @@ -1106,6 +1110,9 @@ type Instance struct { // "NFS_V4_1" - NFS 4.1. Protocol string `json:"protocol,omitempty"` + // SatisfiesPzi: Output only. Reserved for future use. + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: Output only. Reserved for future use. SatisfiesPzs bool `json:"satisfiesPzs,omitempty"` diff --git a/redis/v1/redis-api.json b/redis/v1/redis-api.json index 2ec22149626..6dab4b9c1a8 100644 --- a/redis/v1/redis-api.json +++ b/redis/v1/redis-api.json @@ -821,7 +821,7 @@ } } }, - "revision": "20231102", + "revision": "20231129", "rootUrl": "https://redis.googleapis.com/", "schemas": { "CertChain": { @@ -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, diff --git a/redis/v1/redis-gen.go b/redis/v1/redis-gen.go index f7de20e3669..8ea97bb57b8 100644 --- a/redis/v1/redis-gen.go +++ b/redis/v1/redis-gen.go @@ -869,6 +869,12 @@ type Instance struct { // READ_REPLICAS_ENABLED the default block size is /28. ReservedIpRange string `json:"reservedIpRange,omitempty"` + // SatisfiesPzi: 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. + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: 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. diff --git a/redis/v1beta1/redis-api.json b/redis/v1beta1/redis-api.json index eade9a074f0..358bdc84f7c 100644 --- a/redis/v1beta1/redis-api.json +++ b/redis/v1beta1/redis-api.json @@ -821,7 +821,7 @@ } } }, - "revision": "20231102", + "revision": "20231129", "rootUrl": "https://redis.googleapis.com/", "schemas": { "CertChain": { @@ -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, diff --git a/redis/v1beta1/redis-gen.go b/redis/v1beta1/redis-gen.go index 105633c44de..a108c2065ff 100644 --- a/redis/v1beta1/redis-gen.go +++ b/redis/v1beta1/redis-gen.go @@ -874,6 +874,12 @@ type Instance struct { // READ_REPLICAS_ENABLED the default block size is /28. ReservedIpRange string `json:"reservedIpRange,omitempty"` + // SatisfiesPzi: 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. + SatisfiesPzi bool `json:"satisfiesPzi,omitempty"` + // SatisfiesPzs: 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.