Class ReasoningEngineExecutionServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.ReasoningEngineExecutionServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcReasoningEngineExecutionServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class ReasoningEngineExecutionServiceStub
extends Object
implements BackgroundResource
Base stub class for the ReasoningEngineExecutionService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOperationCallable<AsyncQueryReasoningEngineRequest,AsyncQueryReasoningEngineResponse, AsyncQueryReasoningEngineOperationMetadata> abstract voidclose()UnaryCallable<ListLocationsRequest,ReasoningEngineExecutionServiceClient.ListLocationsPagedResponse> 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
-
ReasoningEngineExecutionServiceStub
public ReasoningEngineExecutionServiceStub()
-
-
Method Details
-
getOperationsStub
-
queryReasoningEngineCallable
public UnaryCallable<QueryReasoningEngineRequest,QueryReasoningEngineResponse> queryReasoningEngineCallable() -
streamQueryReasoningEngineCallable
public ServerStreamingCallable<StreamQueryReasoningEngineRequest,HttpBody> streamQueryReasoningEngineCallable() -
asyncQueryReasoningEngineOperationCallable
public OperationCallable<AsyncQueryReasoningEngineRequest,AsyncQueryReasoningEngineResponse, asyncQueryReasoningEngineOperationCallable()AsyncQueryReasoningEngineOperationMetadata> -
asyncQueryReasoningEngineCallable
public UnaryCallable<AsyncQueryReasoningEngineRequest,Operation> asyncQueryReasoningEngineCallable() -
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,ReasoningEngineExecutionServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-