Skip to content

Commit bc7a5f6

Browse files
chore(all): auto-regenerate gapics (#6689)
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
1 parent 563f546 commit bc7a5f6

47 files changed

Lines changed: 437 additions & 64 deletions

File tree

Some content is hidden

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

aiplatform/apiv1beta1/featurestore_client.go

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

aiplatform/apiv1beta1/featurestore_client_example_test.go

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

aiplatform/apiv1beta1/gapic_metadata.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,11 @@
766766
"DeleteFeature"
767767
]
768768
},
769+
"DeleteFeatureValues": {
770+
"methods": [
771+
"DeleteFeatureValues"
772+
]
773+
},
769774
"DeleteFeaturestore": {
770775
"methods": [
771776
"DeleteFeaturestore"
@@ -921,6 +926,11 @@
921926
"DeleteFeature"
922927
]
923928
},
929+
"DeleteFeatureValues": {
930+
"methods": [
931+
"DeleteFeatureValues"
932+
]
933+
},
924934
"DeleteFeaturestore": {
925935
"methods": [
926936
"DeleteFeaturestore"

aiplatform/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.17
55
require (
66
cloud.google.com/go v0.102.1
77
github.com/googleapis/gax-go/v2 v2.4.0
8-
google.golang.org/api v0.95.0
9-
google.golang.org/genproto v0.0.0-20220902135211-223410557253
8+
google.golang.org/api v0.96.0
9+
google.golang.org/genproto v0.0.0-20220916172020-2692e8806bfa
1010
google.golang.org/grpc v1.48.0
1111
google.golang.org/protobuf v1.28.1
1212
)
@@ -18,9 +18,9 @@ require (
1818
github.com/google/go-cmp v0.5.8 // indirect
1919
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
2020
go.opencensus.io v0.23.0 // indirect
21-
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
21+
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
2222
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
23-
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
23+
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
2424
golang.org/x/text v0.3.7 // indirect
2525
google.golang.org/appengine v1.6.7 // indirect
2626
)

0 commit comments

Comments
 (0)