Class GrpcMatchServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.MatchServiceStub
com.google.cloud.aiplatform.v1.stub.GrpcMatchServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
gRPC stub implementation for the MatchService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGrpcMatchServiceStub(MatchServiceStubSettings settings, ClientContext clientContext) Constructs an instance of GrpcMatchServiceStub, using the given settings.protectedGrpcMatchServiceStub(MatchServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) Constructs an instance of GrpcMatchServiceStub, using the given settings. -
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(long duration, TimeUnit unit) final voidclose()static final GrpcMatchServiceStubcreate(ClientContext clientContext) static final GrpcMatchServiceStubcreate(ClientContext clientContext, GrpcStubCallableFactory callableFactory) static final GrpcMatchServiceStubcreate(MatchServiceStubSettings settings) booleanbooleanvoidshutdown()void
-
Constructor Details
-
GrpcMatchServiceStub
protected GrpcMatchServiceStub(MatchServiceStubSettings settings, ClientContext clientContext) throws IOException Constructs an instance of GrpcMatchServiceStub, 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
-
GrpcMatchServiceStub
protected GrpcMatchServiceStub(MatchServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException Constructs an instance of GrpcMatchServiceStub, 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 GrpcMatchServiceStub create(MatchServiceStubSettings settings) throws IOException - Throws:
IOException
-
create
- Throws:
IOException
-
create
public static final GrpcMatchServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException - Throws:
IOException
-
getOperationsStub
-
findNeighborsCallable
- Overrides:
findNeighborsCallablein classMatchServiceStub
-
readIndexDatapointsCallable
public UnaryCallable<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse> readIndexDatapointsCallable()- Overrides:
readIndexDatapointsCallablein classMatchServiceStub
-
listLocationsCallable
- Overrides:
listLocationsCallablein classMatchServiceStub
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,MatchServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()- Overrides:
listLocationsPagedCallablein classMatchServiceStub
-
getLocationCallable
- Overrides:
getLocationCallablein classMatchServiceStub
-
setIamPolicyCallable
- Overrides:
setIamPolicyCallablein classMatchServiceStub
-
getIamPolicyCallable
- Overrides:
getIamPolicyCallablein classMatchServiceStub
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()- Overrides:
testIamPermissionsCallablein classMatchServiceStub
-
close
public final void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein classMatchServiceStub
-
shutdown
public void shutdown() -
isShutdown
public boolean isShutdown() -
isTerminated
public boolean isTerminated() -
shutdownNow
public void shutdownNow() -
awaitTermination
- Throws:
InterruptedException
-