Class GrpcFeatureOnlineStoreServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.FeatureOnlineStoreServiceStub
com.google.cloud.aiplatform.v1.stub.GrpcFeatureOnlineStoreServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
@Generated("by gapic-generator-java")
public class GrpcFeatureOnlineStoreServiceStub
extends FeatureOnlineStoreServiceStub
gRPC stub implementation for the FeatureOnlineStoreService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcFeatureOnlineStoreServiceStub(FeatureOnlineStoreServiceStubSettings settings, ClientContext clientContext) Constructs an instance of GrpcFeatureOnlineStoreServiceStub, using the given settings.protectedGrpcFeatureOnlineStoreServiceStub(FeatureOnlineStoreServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) Constructs an instance of GrpcFeatureOnlineStoreServiceStub, using the given settings. -
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(long duration, TimeUnit unit) final voidclose()static final GrpcFeatureOnlineStoreServiceStubcreate(ClientContext clientContext) static final GrpcFeatureOnlineStoreServiceStubcreate(ClientContext clientContext, GrpcStubCallableFactory callableFactory) static final GrpcFeatureOnlineStoreServiceStubcreate(FeatureOnlineStoreServiceStubSettings settings) booleanbooleanvoidshutdown()void
-
Constructor Details
-
GrpcFeatureOnlineStoreServiceStub
protected GrpcFeatureOnlineStoreServiceStub(FeatureOnlineStoreServiceStubSettings settings, ClientContext clientContext) throws IOException Constructs an instance of GrpcFeatureOnlineStoreServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
GrpcFeatureOnlineStoreServiceStub
protected GrpcFeatureOnlineStoreServiceStub(FeatureOnlineStoreServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException Constructs an instance of GrpcFeatureOnlineStoreServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
-
Method Details
-
create
public static final GrpcFeatureOnlineStoreServiceStub create(FeatureOnlineStoreServiceStubSettings settings) throws IOException - Throws:
IOException
-
create
public static final GrpcFeatureOnlineStoreServiceStub create(ClientContext clientContext) throws IOException - Throws:
IOException
-
create
public static final GrpcFeatureOnlineStoreServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException - Throws:
IOException
-
getOperationsStub
-
fetchFeatureValuesCallable
public UnaryCallable<FetchFeatureValuesRequest,FetchFeatureValuesResponse> fetchFeatureValuesCallable()- Overrides:
fetchFeatureValuesCallablein classFeatureOnlineStoreServiceStub
-
searchNearestEntitiesCallable
public UnaryCallable<SearchNearestEntitiesRequest,SearchNearestEntitiesResponse> searchNearestEntitiesCallable()- Overrides:
searchNearestEntitiesCallablein classFeatureOnlineStoreServiceStub
-
featureViewDirectWriteCallable
public BidiStreamingCallable<FeatureViewDirectWriteRequest,FeatureViewDirectWriteResponse> featureViewDirectWriteCallable()- Overrides:
featureViewDirectWriteCallablein classFeatureOnlineStoreServiceStub
-
generateFetchAccessTokenCallable
public UnaryCallable<GenerateFetchAccessTokenRequest,GenerateFetchAccessTokenResponse> generateFetchAccessTokenCallable()- Overrides:
generateFetchAccessTokenCallablein classFeatureOnlineStoreServiceStub
-
listLocationsCallable
- Overrides:
listLocationsCallablein classFeatureOnlineStoreServiceStub
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,FeatureOnlineStoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()- Overrides:
listLocationsPagedCallablein classFeatureOnlineStoreServiceStub
-
getLocationCallable
- Overrides:
getLocationCallablein classFeatureOnlineStoreServiceStub
-
setIamPolicyCallable
- Overrides:
setIamPolicyCallablein classFeatureOnlineStoreServiceStub
-
getIamPolicyCallable
- Overrides:
getIamPolicyCallablein classFeatureOnlineStoreServiceStub
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()- Overrides:
testIamPermissionsCallablein classFeatureOnlineStoreServiceStub
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classFeatureOnlineStoreServiceStub
-
shutdown
public void shutdown() -
isShutdown
public boolean isShutdown() -
isTerminated
public boolean isTerminated() -
shutdownNow
public void shutdownNow() -
awaitTermination
- Throws:
InterruptedException
-