Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aiplatform): add v1beta1 StreamingFetchFeatureValues API #9568

Merged
merged 9 commits into from
Mar 13, 2024
926 changes: 627 additions & 299 deletions aiplatform/apiv1beta1/aiplatformpb/feature_online_store_service.pb.go

Large diffs are not rendered by default.

109 changes: 73 additions & 36 deletions aiplatform/apiv1beta1/feature_online_store_client.go

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

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 @@ -956,6 +956,11 @@
"SetIamPolicy"
]
},
"StreamingFetchFeatureValues": {
"methods": [
"StreamingFetchFeatureValues"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
Expand Down Expand Up @@ -1021,6 +1026,11 @@
"SetIamPolicy"
]
},
"StreamingFetchFeatureValues": {
"methods": [
"StreamingFetchFeatureValues"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
Expand Down
12 changes: 4 additions & 8 deletions cloudquotas/apiv1/cloudquotaspb/cloudquotas.pb.go

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

Loading
Loading