Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#6137)
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#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
  • Loading branch information
yoshi-automation committed Jun 13, 2022
1 parent 1f35044 commit 4134941
Show file tree
Hide file tree
Showing 46 changed files with 769 additions and 146 deletions.
2 changes: 1 addition & 1 deletion aiplatform/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go v0.102.0
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.83.0
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
)
3 changes: 2 additions & 1 deletion aiplatform/go.sum
Expand Up @@ -573,8 +573,9 @@ google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220523171625-347a074981d8/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 h1:qRu95HZ148xXw+XeZ3dvqe85PxH4X8+jIo0iRPKcEnM=
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8/go.mod h1:yKyY4AMRwFiC8yMMNaMi+RkCnjZJt9LoWuvhXjMs+To=
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac h1:ByeiW1F67iV9o8ipGskA+HWzSkMbRJuKLlwCdPxzn7A=
google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand Down
10 changes: 10 additions & 0 deletions compute/apiv1/gapic_metadata.json
Expand Up @@ -3561,6 +3561,11 @@
"Patch"
]
},
"SetCertificateMap": {
"methods": [
"SetCertificateMap"
]
},
"SetQuicOverride": {
"methods": [
"SetQuicOverride"
Expand Down Expand Up @@ -3713,6 +3718,11 @@
"SetBackendService"
]
},
"SetCertificateMap": {
"methods": [
"SetCertificateMap"
]
},
"SetProxyHeader": {
"methods": [
"SetProxyHeader"
Expand Down
20 changes: 10 additions & 10 deletions compute/apiv1/instance_group_managers_client.go

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

4 changes: 2 additions & 2 deletions compute/apiv1/instance_groups_client.go

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

4 changes: 2 additions & 2 deletions compute/apiv1/instances_client.go

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

0 comments on commit 4134941

Please sign in to comment.