diff --git a/redis/v1/redis-api.json b/redis/v1/redis-api.json index af146c25f21..ac8259785b3 100644 --- a/redis/v1/redis-api.json +++ b/redis/v1/redis-api.json @@ -821,7 +821,7 @@ } } }, - "revision": "20230925", + "revision": "20231017", "rootUrl": "https://redis.googleapis.com/", "schemas": { "CertChain": { @@ -843,6 +843,10 @@ "properties": { "managedServerCa": { "$ref": "ManagedCertificateAuthority" + }, + "name": { + "description": "Identifier. Unique name of the resource in this scope including project, location and cluster using the form: `projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority`", + "type": "string" } }, "type": "object" diff --git a/redis/v1/redis-gen.go b/redis/v1/redis-gen.go index c95f1183bb6..41b83c42201 100644 --- a/redis/v1/redis-gen.go +++ b/redis/v1/redis-gen.go @@ -242,6 +242,12 @@ func (s *CertChain) MarshalJSON() ([]byte, error) { type CertificateAuthority struct { ManagedServerCa *ManagedCertificateAuthority `json:"managedServerCa,omitempty"` + // Name: Identifier. Unique name of the resource in this scope including + // project, location and cluster using the form: + // `projects/{project}/locations/{location}/clusters/{cluster}/certificat + // eAuthority` + Name string `json:"name,omitempty"` + // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` diff --git a/redis/v1beta1/redis-api.json b/redis/v1beta1/redis-api.json index e4496f62d18..2248316af95 100644 --- a/redis/v1beta1/redis-api.json +++ b/redis/v1beta1/redis-api.json @@ -821,7 +821,7 @@ } } }, - "revision": "20230905", + "revision": "20231017", "rootUrl": "https://redis.googleapis.com/", "schemas": { "CertChain": { @@ -843,6 +843,10 @@ "properties": { "managedServerCa": { "$ref": "ManagedCertificateAuthority" + }, + "name": { + "description": "Identifier. Unique name of the resource in this scope including project, location and cluster using the form: `projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority`", + "type": "string" } }, "type": "object" diff --git a/redis/v1beta1/redis-gen.go b/redis/v1beta1/redis-gen.go index fbf1508bb60..9017374223a 100644 --- a/redis/v1beta1/redis-gen.go +++ b/redis/v1beta1/redis-gen.go @@ -242,6 +242,12 @@ func (s *CertChain) MarshalJSON() ([]byte, error) { type CertificateAuthority struct { ManagedServerCa *ManagedCertificateAuthority `json:"managedServerCa,omitempty"` + // Name: Identifier. Unique name of the resource in this scope including + // project, location and cluster using the form: + // `projects/{project}/locations/{location}/clusters/{cluster}/certificat + // eAuthority` + Name string `json:"name,omitempty"` + // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"`