Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics
Browse files Browse the repository at this point in the history
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship.

Corresponding genproto PR: googleapis/go-genproto#848

Changes:

fix(certificatemanager)!: Removed resource definition of Compute API resources and incorrect resource references that used them
  PiperOrigin-RevId: 459444490
  Source-Link: googleapis/googleapis@24f0736
  • Loading branch information
yoshi-automation committed Jul 7, 2022
1 parent 8a1ad06 commit f146fc4
Show file tree
Hide file tree
Showing 12 changed files with 1,114 additions and 3 deletions.
379 changes: 379 additions & 0 deletions certificatemanager/apiv1/certificate_manager_client.go

Large diffs are not rendered by default.

130 changes: 130 additions & 0 deletions certificatemanager/apiv1/certificate_manager_client_example_test.go

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

30 changes: 30 additions & 0 deletions certificatemanager/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "Client",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"CreateCertificate": {
"methods": [
"CreateCertificate"
Expand Down Expand Up @@ -50,6 +55,11 @@
"DeleteDnsAuthorization"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"GetCertificate": {
"methods": [
"GetCertificate"
Expand All @@ -70,6 +80,16 @@
"GetDnsAuthorization"
]
},
"GetLocation": {
"methods": [
"GetLocation"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"ListCertificateMapEntries": {
"methods": [
"ListCertificateMapEntries"
Expand All @@ -90,6 +110,16 @@
"ListDnsAuthorizations"
]
},
"ListLocations": {
"methods": [
"ListLocations"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"UpdateCertificate": {
"methods": [
"UpdateCertificate"
Expand Down

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

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

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

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

0 comments on commit f146fc4

Please sign in to comment.