Class FeatureOnlineStoreServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.FeatureOnlineStoreServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcFeatureOnlineStoreServiceStub
@Generated("by gapic-generator-java")
public abstract class FeatureOnlineStoreServiceStub
extends Object
implements BackgroundResource
Base stub class for the FeatureOnlineStoreService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
FeatureOnlineStoreServiceStub
public FeatureOnlineStoreServiceStub()
-
-
Method Details
-
fetchFeatureValuesCallable
public UnaryCallable<FetchFeatureValuesRequest,FetchFeatureValuesResponse> fetchFeatureValuesCallable() -
searchNearestEntitiesCallable
public UnaryCallable<SearchNearestEntitiesRequest,SearchNearestEntitiesResponse> searchNearestEntitiesCallable() -
featureViewDirectWriteCallable
public BidiStreamingCallable<FeatureViewDirectWriteRequest,FeatureViewDirectWriteResponse> featureViewDirectWriteCallable() -
generateFetchAccessTokenCallable
public UnaryCallable<GenerateFetchAccessTokenRequest,GenerateFetchAccessTokenResponse> generateFetchAccessTokenCallable() -
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,FeatureOnlineStoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-