Skip to content

Commit 4134941

Browse files
chore(all): auto-regenerate gapics (#6137)
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#823 Changes: chore(shell): add http rules for LROs PiperOrigin-RevId: 453261273 Source-Link: googleapis/googleapis@f8e97f9 fix(talent)!: remove Application and Profile services and and related protos, enums, and messages PiperOrigin-RevId: 453241222 Source-Link: googleapis/googleapis@7837470 feat(functions): added support for CMEK docs: clarified wording around quota usage Clients can now specify the docker registry to use for storing function Docker images and KMS crypto keys for function source code objects. PiperOrigin-RevId: 453234231 Source-Link: googleapis/googleapis@d180952 feat(aiplatform): add monitor_window to ModelDeploymentMonitoringScheduleConfig proto in aiplatform v1/v1beta1 model_deployment_monitoring_job.proto PiperOrigin-RevId: 453226330 Source-Link: googleapis/googleapis@239db5e docs(contactcenterinsights): Updating comments PiperOrigin-RevId: 452751522 Source-Link: googleapis/googleapis@530ca55 feat(gkehub): Added support for locations and iam_policy clients PiperOrigin-RevId: 452647783 Source-Link: googleapis/googleapis@fbb5dd9 feat(spanner): add Session creator role docs: clarify transaction semantics PiperOrigin-RevId: 452634948 Source-Link: googleapis/googleapis@df51ec8 feat(compute): Update Compute Engine API to revision 20220526 (#722) Source-Link: googleapis/googleapis@950dd73
1 parent 1f35044 commit 4134941

46 files changed

Lines changed: 769 additions & 146 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

aiplatform/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go v0.102.0
77
github.com/googleapis/gax-go/v2 v2.4.0
88
google.golang.org/api v0.83.0
9-
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8
9+
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac
1010
google.golang.org/grpc v1.47.0
1111
google.golang.org/protobuf v1.28.0
1212
)

aiplatform/go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,9 @@ google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX
573573
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
574574
google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
575575
google.golang.org/genproto v0.0.0-20220523171625-347a074981d8/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
576-
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 h1:qRu95HZ148xXw+XeZ3dvqe85PxH4X8+jIo0iRPKcEnM=
577576
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8/go.mod h1:yKyY4AMRwFiC8yMMNaMi+RkCnjZJt9LoWuvhXjMs+To=
577+
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac h1:ByeiW1F67iV9o8ipGskA+HWzSkMbRJuKLlwCdPxzn7A=
578+
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
578579
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
579580
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
580581
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=

compute/apiv1/gapic_metadata.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3561,6 +3561,11 @@
35613561
"Patch"
35623562
]
35633563
},
3564+
"SetCertificateMap": {
3565+
"methods": [
3566+
"SetCertificateMap"
3567+
]
3568+
},
35643569
"SetQuicOverride": {
35653570
"methods": [
35663571
"SetQuicOverride"
@@ -3713,6 +3718,11 @@
37133718
"SetBackendService"
37143719
]
37153720
},
3721+
"SetCertificateMap": {
3722+
"methods": [
3723+
"SetCertificateMap"
3724+
]
3725+
},
37163726
"SetProxyHeader": {
37173727
"methods": [
37183728
"SetProxyHeader"

compute/apiv1/instance_group_managers_client.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/apiv1/instance_groups_client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/apiv1/instances_client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)