public static final class FeatureOnlineStoreAdminServiceGrpc.FeatureOnlineStoreAdminServiceFutureStub extends io.grpc.stub.AbstractFutureStub<FeatureOnlineStoreAdminServiceGrpc.FeatureOnlineStoreAdminServiceFutureStub>
The service that handles CRUD and List for resources for FeatureOnlineStore.
| Modifier and Type | Method and Description |
|---|---|
protected FeatureOnlineStoreAdminServiceGrpc.FeatureOnlineStoreAdminServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createFeatureOnlineStore(CreateFeatureOnlineStoreRequest request)
Creates a new FeatureOnlineStore in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createFeatureView(CreateFeatureViewRequest request)
Creates a new FeatureView in a given FeatureOnlineStore.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteFeatureOnlineStore(DeleteFeatureOnlineStoreRequest request)
Deletes a single FeatureOnlineStore.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteFeatureView(DeleteFeatureViewRequest request)
Deletes a single FeatureView.
|
com.google.common.util.concurrent.ListenableFuture<FeatureOnlineStore> |
getFeatureOnlineStore(GetFeatureOnlineStoreRequest request)
Gets details of a single FeatureOnlineStore.
|
com.google.common.util.concurrent.ListenableFuture<FeatureView> |
getFeatureView(GetFeatureViewRequest request)
Gets details of a single FeatureView.
|
com.google.common.util.concurrent.ListenableFuture<FeatureViewSync> |
getFeatureViewSync(GetFeatureViewSyncRequest request)
Gets details of a single FeatureViewSync.
|
com.google.common.util.concurrent.ListenableFuture<ListFeatureOnlineStoresResponse> |
listFeatureOnlineStores(ListFeatureOnlineStoresRequest request)
Lists FeatureOnlineStores in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<ListFeatureViewsResponse> |
listFeatureViews(ListFeatureViewsRequest request)
Lists FeatureViews in a given FeatureOnlineStore.
|
com.google.common.util.concurrent.ListenableFuture<ListFeatureViewSyncsResponse> |
listFeatureViewSyncs(ListFeatureViewSyncsRequest request)
Lists FeatureViewSyncs in a given FeatureView.
|
com.google.common.util.concurrent.ListenableFuture<SyncFeatureViewResponse> |
syncFeatureView(SyncFeatureViewRequest request)
Triggers on-demand sync for the FeatureView.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest request)
Updates the parameters of a single FeatureOnlineStore.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
updateFeatureView(UpdateFeatureViewRequest request)
Updates the parameters of a single FeatureView.
|
protected FeatureOnlineStoreAdminServiceGrpc.FeatureOnlineStoreAdminServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<FeatureOnlineStoreAdminServiceGrpc.FeatureOnlineStoreAdminServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createFeatureOnlineStore(CreateFeatureOnlineStoreRequest request)
Creates a new FeatureOnlineStore in a given project and location.
public com.google.common.util.concurrent.ListenableFuture<FeatureOnlineStore> getFeatureOnlineStore(GetFeatureOnlineStoreRequest request)
Gets details of a single FeatureOnlineStore.
public com.google.common.util.concurrent.ListenableFuture<ListFeatureOnlineStoresResponse> listFeatureOnlineStores(ListFeatureOnlineStoresRequest request)
Lists FeatureOnlineStores in a given project and location.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateFeatureOnlineStore(UpdateFeatureOnlineStoreRequest request)
Updates the parameters of a single FeatureOnlineStore.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteFeatureOnlineStore(DeleteFeatureOnlineStoreRequest request)
Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createFeatureView(CreateFeatureViewRequest request)
Creates a new FeatureView in a given FeatureOnlineStore.
public com.google.common.util.concurrent.ListenableFuture<FeatureView> getFeatureView(GetFeatureViewRequest request)
Gets details of a single FeatureView.
public com.google.common.util.concurrent.ListenableFuture<ListFeatureViewsResponse> listFeatureViews(ListFeatureViewsRequest request)
Lists FeatureViews in a given FeatureOnlineStore.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> updateFeatureView(UpdateFeatureViewRequest request)
Updates the parameters of a single FeatureView.
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteFeatureView(DeleteFeatureViewRequest request)
Deletes a single FeatureView.
public com.google.common.util.concurrent.ListenableFuture<SyncFeatureViewResponse> syncFeatureView(SyncFeatureViewRequest request)
Triggers on-demand sync for the FeatureView.
public com.google.common.util.concurrent.ListenableFuture<FeatureViewSync> getFeatureViewSync(GetFeatureViewSyncRequest request)
Gets details of a single FeatureViewSync.
public com.google.common.util.concurrent.ListenableFuture<ListFeatureViewSyncsResponse> listFeatureViewSyncs(ListFeatureViewSyncsRequest request)
Lists FeatureViewSyncs in a given FeatureView.
Copyright © 2024 Google LLC. All rights reserved.