Skip to content

Commit

Permalink
feat(aiplatform): add v1beta1 StreamingFetchFeatureValues API (#9568)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 615281865

Source-Link: https://togithub.com/googleapis/googleapis/commit/f9f3c04b03bf7738b761c9bd8f5dd5aed1bb5bfd

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/1351a6981c901c29c446bb3c9d083c0e7db85108
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTM1MWE2OTgxYzkwMWMyOWM0NDZiYjNjOWQwODNjMGU3ZGI4NTEwOCJ9
BEGIN_NESTED_COMMIT
docs(cloudquotas): A comment for field `filter` in message `.google.api.cloudquotas.v1.ListQuotaPreferencesRequest` is changed
docs: A comment for field `order_by` in message `.google.api.cloudquotas.v1.ListQuotaPreferencesRequest` is changed

PiperOrigin-RevId: 615202751

Source-Link: https://togithub.com/googleapis/googleapis/commit/e960a82d36e3ddaeb62f549dbd4c300e11e240dc

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/d20870e711e371683aaf207a0b63834974ee5a2b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDIwODcwZTcxMWUzNzE2ODNhYWYyMDdhMGI2MzgzNDk3NGVlNWEyYiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(firestore): add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats
feat: add ExplainOptions field to RunQueryRequest
feat: add ExplainMetrics field to RunQueryResponse
feat: add ExplainOptions field to RunAggregationQueryRequest
feat: add ExplainMetrics field to RunAggregationQueryResponse

PiperOrigin-RevId: 615158086

Source-Link: https://togithub.com/googleapis/googleapis/commit/dbd2d6de9fd7942c1d3507979eff666e37470e18

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a1d5d019300d206989746addda921e21d1b02e82
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTFkNWQwMTkzMDBkMjA2OTg5NzQ2YWRkZGE5MjFlMjFkMWIwMmU4MiJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Mar 13, 2024
1 parent e881afd commit 05f58cc
Show file tree
Hide file tree
Showing 9 changed files with 2,124 additions and 1,063 deletions.
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.

41 changes: 41 additions & 0 deletions aiplatform/apiv1beta1/feature_online_store_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 @@ -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

0 comments on commit 05f58cc

Please sign in to comment.