Class GrpcFeaturestoreOnlineServingServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.FeaturestoreOnlineServingServiceStub
com.google.cloud.aiplatform.v1beta1.stub.GrpcFeaturestoreOnlineServingServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
@BetaApi
@Generated("by gapic-generator-java")
public class GrpcFeaturestoreOnlineServingServiceStub
extends FeaturestoreOnlineServingServiceStub
gRPC stub implementation for the FeaturestoreOnlineServingService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcFeaturestoreOnlineServingServiceStub(FeaturestoreOnlineServingServiceStubSettings settings, ClientContext clientContext) Constructs an instance of GrpcFeaturestoreOnlineServingServiceStub, using the given settings.protectedGrpcFeaturestoreOnlineServingServiceStub(FeaturestoreOnlineServingServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) Constructs an instance of GrpcFeaturestoreOnlineServingServiceStub, using the given settings. -
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(long duration, TimeUnit unit) final voidclose()static final GrpcFeaturestoreOnlineServingServiceStubcreate(ClientContext clientContext) static final GrpcFeaturestoreOnlineServingServiceStubcreate(ClientContext clientContext, GrpcStubCallableFactory callableFactory) static final GrpcFeaturestoreOnlineServingServiceStubbooleanbooleanUnaryCallable<ListLocationsRequest,FeaturestoreOnlineServingServiceClient.ListLocationsPagedResponse> voidshutdown()void
-
Constructor Details
-
GrpcFeaturestoreOnlineServingServiceStub
protected GrpcFeaturestoreOnlineServingServiceStub(FeaturestoreOnlineServingServiceStubSettings settings, ClientContext clientContext) throws IOException Constructs an instance of GrpcFeaturestoreOnlineServingServiceStub, 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
-
GrpcFeaturestoreOnlineServingServiceStub
protected GrpcFeaturestoreOnlineServingServiceStub(FeaturestoreOnlineServingServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException Constructs an instance of GrpcFeaturestoreOnlineServingServiceStub, 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 GrpcFeaturestoreOnlineServingServiceStub create(FeaturestoreOnlineServingServiceStubSettings settings) throws IOException - Throws:
IOException
-
create
public static final GrpcFeaturestoreOnlineServingServiceStub create(ClientContext clientContext) throws IOException - Throws:
IOException
-
create
public static final GrpcFeaturestoreOnlineServingServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException - Throws:
IOException
-
getOperationsStub
-
readFeatureValuesCallable
public UnaryCallable<ReadFeatureValuesRequest,ReadFeatureValuesResponse> readFeatureValuesCallable()- Overrides:
readFeatureValuesCallablein classFeaturestoreOnlineServingServiceStub
-
streamingReadFeatureValuesCallable
public ServerStreamingCallable<StreamingReadFeatureValuesRequest,ReadFeatureValuesResponse> streamingReadFeatureValuesCallable()- Overrides:
streamingReadFeatureValuesCallablein classFeaturestoreOnlineServingServiceStub
-
writeFeatureValuesCallable
public UnaryCallable<WriteFeatureValuesRequest,WriteFeatureValuesResponse> writeFeatureValuesCallable()- Overrides:
writeFeatureValuesCallablein classFeaturestoreOnlineServingServiceStub
-
listLocationsCallable
- Overrides:
listLocationsCallablein classFeaturestoreOnlineServingServiceStub
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,FeaturestoreOnlineServingServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()- Overrides:
listLocationsPagedCallablein classFeaturestoreOnlineServingServiceStub
-
getLocationCallable
- Overrides:
getLocationCallablein classFeaturestoreOnlineServingServiceStub
-
setIamPolicyCallable
- Overrides:
setIamPolicyCallablein classFeaturestoreOnlineServingServiceStub
-
getIamPolicyCallable
- Overrides:
getIamPolicyCallablein classFeaturestoreOnlineServingServiceStub
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()- Overrides:
testIamPermissionsCallablein classFeaturestoreOnlineServingServiceStub
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classFeaturestoreOnlineServingServiceStub
-
shutdown
public void shutdown() -
isShutdown
public boolean isShutdown() -
isTerminated
public boolean isTerminated() -
shutdownNow
public void shutdownNow() -
awaitTermination
- Throws:
InterruptedException
-