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