Skip to content

Commit 46a5050

Browse files
feat(aiplatform): add SearchNearestEntities rpc to FeatureOnlineStoreService in aiplatform v1 (#9385)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 604763557 Source-Link: https://togithub.com/googleapis/googleapis/commit/5acba7c6c7c8961fe6ff05388b4636b686bef9d1 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0f0c9b140781bc3831a30eae944f0831e522dea3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGYwYzliMTQwNzgxYmMzODMxYTMwZWFlOTQ0ZjA4MzFlNTIyZGVhMyJ9 BEGIN_NESTED_COMMIT fix(storage/internal): Temporarily restoring storage_grpc_service_config.json to fix broken test PiperOrigin-RevId: 604727220 Source-Link: https://togithub.com/googleapis/googleapis/commit/0518a59bcaffcbc5879eef517c7c90174a54ab05 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/69f6d614d76e9cac2f637adf446c644db2d05db9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjlmNmQ2MTRkNzZlOWNhYzJmNjM3YWRmNDQ2YzY0NGRiMmQwNWRiOSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(container): added configuration for the StatefulHA addon to the AddonsConfig PiperOrigin-RevId: 604687474 Source-Link: https://togithub.com/googleapis/googleapis/commit/8b16254e37d1116facbe0a867632603ffa09f4c8 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/758959f1dd5f6152920ef42c71d54bcc2bff0283 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzU4OTU5ZjFkZDVmNjE1MjkyMGVmNDJjNzFkNTRiY2MyYmZmMDI4MyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(asset): update copyright year PiperOrigin-RevId: 604684389 Source-Link: https://togithub.com/googleapis/googleapis/commit/29c256b193890a478db436c9e6e7f3623315c1b1 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/ce394d349897c703ad7b136680dd621cad90d11e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2UzOTRkMzQ5ODk3YzcwM2FkN2IxMzY2ODBkZDYyMWNhZDkwZDExZSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs(asset): updated comments chore: update copyright year PiperOrigin-RevId: 604682846 Source-Link: https://togithub.com/googleapis/googleapis/commit/e3b2f147932ec1d265e3bb290be0a2d723669543 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/fc7aaf1db70193f9f386097f8720dd69990ba70b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmM3YWFmMWRiNzAxOTNmOWYzODYwOTdmODcyMGRkNjk5OTBiYTcwYiJ9 END_NESTED_COMMIT
1 parent b454f09 commit 46a5050

File tree

37 files changed

+5833
-4396
lines changed

37 files changed

+5833
-4396
lines changed

β€Žaiplatform/apiv1/aiplatformpb/feature_online_store_service.pb.go

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

β€Žaiplatform/apiv1/feature_online_store_client.go

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

β€Žaiplatform/apiv1/feature_online_store_client_example_test.go

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

β€Žaiplatform/apiv1/gapic_metadata.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,11 @@
506506
"ListOperations"
507507
]
508508
},
509+
"SearchNearestEntities": {
510+
"methods": [
511+
"SearchNearestEntities"
512+
]
513+
},
509514
"SetIamPolicy": {
510515
"methods": [
511516
"SetIamPolicy"

β€Žasset/apiv1/asset_client.go

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

β€Žasset/apiv1/assetpb/asset_service.pb.go

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

β€Žasset/apiv1p5beta1/assetpb/asset_service.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žasset/apiv1p5beta1/assetpb/assets.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)