Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#6689)
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#898

Changes:

feat(container): added High Throughput Logging API for Google Kubernetes Engine docs: ReservationAffinity key field docs incorrect docs: missing period in description for min CPU platform
  PiperOrigin-RevId: 474706444
  Source-Link: googleapis/googleapis@a5a8829

feat(aiplatform): add deleteFeatureValues in aiplatform v1beta1 featurestore_service.proto
  PiperOrigin-RevId: 474635535
  Source-Link: googleapis/googleapis@39c28bf

fix(security/publicca): Add proto options for Ruby, PHP and C# API client libraries
  PiperOrigin-RevId: 474618303
  Source-Link: googleapis/googleapis@73f12f3
  • Loading branch information
yoshi-automation committed Sep 16, 2022
1 parent 563f546 commit bc7a5f6
Show file tree
Hide file tree
Showing 47 changed files with 437 additions and 64 deletions.
198 changes: 198 additions & 0 deletions aiplatform/apiv1beta1/featurestore_client.go

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

30 changes: 30 additions & 0 deletions aiplatform/apiv1beta1/featurestore_client_example_test.go

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

10 changes: 10 additions & 0 deletions aiplatform/apiv1beta1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,11 @@
"DeleteFeature"
]
},
"DeleteFeatureValues": {
"methods": [
"DeleteFeatureValues"
]
},
"DeleteFeaturestore": {
"methods": [
"DeleteFeaturestore"
Expand Down Expand Up @@ -921,6 +926,11 @@
"DeleteFeature"
]
},
"DeleteFeatureValues": {
"methods": [
"DeleteFeatureValues"
]
},
"DeleteFeaturestore": {
"methods": [
"DeleteFeaturestore"
Expand Down
8 changes: 4 additions & 4 deletions aiplatform/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.17
require (
cloud.google.com/go v0.102.1
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.95.0
google.golang.org/genproto v0.0.0-20220902135211-223410557253
google.golang.org/api v0.96.0
google.golang.org/genproto v0.0.0-20220916172020-2692e8806bfa
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.1
)
Expand All @@ -18,9 +18,9 @@ require (
github.com/google/go-cmp v0.5.8 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
)

0 comments on commit bc7a5f6

Please sign in to comment.