Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#6607)
Browse files Browse the repository at this point in the history
* chore(all): auto-regenerate gapics

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#890

Changes:

fix(batch): mark service_account_email as deprecated docs: removing comment from a deprecated field
  PiperOrigin-RevId: 471626558
  Source-Link: googleapis/googleapis@fff3f73

fix(apigeeregistry): additional error codes added to service configuration for retry
  PiperOrigin-RevId: 471585446
  Source-Link: googleapis/googleapis@e1b54cd

feat(bigquery/dataexchange)!: update BigQuery Analytics Hub API v1beta1 client BREAKING CHANGE: refresh current dataexchange/v1beta1/* directory to include recent change in protos. Removed common directory and use local enum Category fix!: refactor references to Category message docs: improve proto documentation.
  PiperOrigin-RevId: 471349319
  Source-Link: googleapis/googleapis@8495024

docs(websecurityscanner): Publish Scan Run logging proto for documentation
  PiperOrigin-RevId: 470878694
  Source-Link: googleapis/googleapis@7a8b988

feat(aiplatform): add model_monitoring_stats_anomalies,model_monitoring_status to BatchPredictionJob in aiplatform v1beta1 batch_prediction_job.proto
  PiperOrigin-RevId: 470845818
  Source-Link: googleapis/googleapis@284389e
  • Loading branch information
yoshi-automation committed Sep 8, 2022
1 parent 1ad1aba commit e45ad9a
Show file tree
Hide file tree
Showing 192 changed files with 16,742 additions and 133 deletions.
2 changes: 1 addition & 1 deletion aiplatform/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go v0.102.1
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.94.0
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf
google.golang.org/genproto v0.0.0-20220902135211-223410557253
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.1
)
Expand Down
4 changes: 2 additions & 2 deletions aiplatform/go.sum
Expand Up @@ -589,8 +589,8 @@ google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac/go.mod h1:KEWEmljW
google.golang.org/genproto v0.0.0-20220616135557-88e70c0c3a90/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf h1:Q5xNKbTSFwkuaaGaR7CMcXEM5sy19KYdUU8iF8/iRC0=
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk=
google.golang.org/genproto v0.0.0-20220902135211-223410557253 h1:vXJMM8Shg7TGaYxZsQ++A/FOSlbDmDtWhS/o+3w/hj4=
google.golang.org/genproto v0.0.0-20220902135211-223410557253/go.mod h1:dbqgFATTzChvnt+ujMdZwITVAJHFtfyN1qUhDqEiIlk=
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

0 comments on commit e45ad9a

Please sign in to comment.