Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 23, 2023
1 parent a1fb230 commit 8bb5867
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
6 changes: 5 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": "20230925",
"revision": "20231017",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"CertChain": {
Expand All @@ -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"
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.

6 changes: 5 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": "20230905",
"revision": "20231017",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"CertChain": {
Expand All @@ -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"
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 8bb5867

Please sign in to comment.