Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b2d6d3

Browse files
committedOct 24, 2023
feat(redis): update the api
#### redis:v1 The following keys were added: - schemas.CertificateAuthority.properties.name.type (Total Keys: 1) #### redis:v1beta1 The following keys were added: - schemas.CertificateAuthority.properties.name.type (Total Keys: 1)
1 parent 03d6ee0 commit 0b2d6d3

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed
 

‎docs/dyn/redis_v1.projects.locations.clusters.html

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ <h3>Method Details</h3>
301301
},
302302
],
303303
},
304+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource in this scope including project, location and cluster using the form: `projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority`
304305
}</pre>
305306
</div>
306307

‎docs/dyn/redis_v1beta1.projects.locations.clusters.html

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ <h3>Method Details</h3>
301301
},
302302
],
303303
},
304+
&quot;name&quot;: &quot;A String&quot;, # Identifier. Unique name of the resource in this scope including project, location and cluster using the form: `projects/{project}/locations/{location}/clusters/{cluster}/certificateAuthority`
304305
}</pre>
305306
</div>
306307

‎googleapiclient/discovery_cache/documents/redis.v1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
}
822822
}
823823
},
824-
"revision": "20231009",
824+
"revision": "20231017",
825825
"rootUrl": "https://redis.googleapis.com/",
826826
"schemas": {
827827
"CertChain": {
@@ -843,6 +843,10 @@
843843
"properties": {
844844
"managedServerCa": {
845845
"$ref": "ManagedCertificateAuthority"
846+
},
847+
"name": {
848+
"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`",
849+
"type": "string"
846850
}
847851
},
848852
"type": "object"

‎googleapiclient/discovery_cache/documents/redis.v1beta1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
}
822822
}
823823
},
824-
"revision": "20231009",
824+
"revision": "20231017",
825825
"rootUrl": "https://redis.googleapis.com/",
826826
"schemas": {
827827
"CertChain": {
@@ -843,6 +843,10 @@
843843
"properties": {
844844
"managedServerCa": {
845845
"$ref": "ManagedCertificateAuthority"
846+
},
847+
"name": {
848+
"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`",
849+
"type": "string"
846850
}
847851
},
848852
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.