Class FeatureOnlineStoreAdminServiceStub (3.40.0)

public abstract class FeatureOnlineStoreAdminServiceStub implements BackgroundResource

Base stub class for the FeatureOnlineStoreAdminService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > FeatureOnlineStoreAdminServiceStub

Implements

BackgroundResource

Constructors

FeatureOnlineStoreAdminServiceStub()

public FeatureOnlineStoreAdminServiceStub()

Methods

close()

public abstract void close()

createFeatureOnlineStoreCallable()

public UnaryCallable<CreateFeatureOnlineStoreRequest,Operation> createFeatureOnlineStoreCallable()

createFeatureOnlineStoreOperationCallable()

public OperationCallable<CreateFeatureOnlineStoreRequest,FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreOperationCallable()

createFeatureViewCallable()

public UnaryCallable<CreateFeatureViewRequest,Operation> createFeatureViewCallable()

createFeatureViewOperationCallable()

public OperationCallable<CreateFeatureViewRequest,FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewOperationCallable()

deleteFeatureOnlineStoreCallable()

public UnaryCallable<DeleteFeatureOnlineStoreRequest,Operation> deleteFeatureOnlineStoreCallable()

deleteFeatureOnlineStoreOperationCallable()

public OperationCallable<DeleteFeatureOnlineStoreRequest,Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreOperationCallable()

deleteFeatureViewCallable()

public UnaryCallable<DeleteFeatureViewRequest,Operation> deleteFeatureViewCallable()

deleteFeatureViewOperationCallable()

public OperationCallable<DeleteFeatureViewRequest,Empty,DeleteOperationMetadata> deleteFeatureViewOperationCallable()

getFeatureOnlineStoreCallable()

public UnaryCallable<GetFeatureOnlineStoreRequest,FeatureOnlineStore> getFeatureOnlineStoreCallable()

getFeatureViewCallable()

public UnaryCallable<GetFeatureViewRequest,FeatureView> getFeatureViewCallable()

getFeatureViewSyncCallable()

public UnaryCallable<GetFeatureViewSyncRequest,FeatureViewSync> getFeatureViewSyncCallable()

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listFeatureOnlineStoresCallable()

public UnaryCallable<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse> listFeatureOnlineStoresCallable()

listFeatureOnlineStoresPagedCallable()

public UnaryCallable<ListFeatureOnlineStoresRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse> listFeatureOnlineStoresPagedCallable()

listFeatureViewSyncsCallable()

public UnaryCallable<ListFeatureViewSyncsRequest,ListFeatureViewSyncsResponse> listFeatureViewSyncsCallable()

listFeatureViewSyncsPagedCallable()

public UnaryCallable<ListFeatureViewSyncsRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse> listFeatureViewSyncsPagedCallable()

listFeatureViewsCallable()

public UnaryCallable<ListFeatureViewsRequest,ListFeatureViewsResponse> listFeatureViewsCallable()

listFeatureViewsPagedCallable()

public UnaryCallable<ListFeatureViewsRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse> listFeatureViewsPagedCallable()

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,FeatureOnlineStoreAdminServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

syncFeatureViewCallable()

public UnaryCallable<SyncFeatureViewRequest,SyncFeatureViewResponse> syncFeatureViewCallable()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateFeatureOnlineStoreCallable()

public UnaryCallable<UpdateFeatureOnlineStoreRequest,Operation> updateFeatureOnlineStoreCallable()

updateFeatureOnlineStoreOperationCallable()

public OperationCallable<UpdateFeatureOnlineStoreRequest,FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> updateFeatureOnlineStoreOperationCallable()

updateFeatureViewCallable()

public UnaryCallable<UpdateFeatureViewRequest,Operation> updateFeatureViewCallable()

updateFeatureViewOperationCallable()

public OperationCallable<UpdateFeatureViewRequest,FeatureView,UpdateFeatureViewOperationMetadata> updateFeatureViewOperationCallable()