Class ReasoningEngineServiceStub (3.42.0)

public abstract class ReasoningEngineServiceStub implements BackgroundResource

Base stub class for the ReasoningEngineService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ReasoningEngineServiceStub

Implements

BackgroundResource

Constructors

ReasoningEngineServiceStub()

public ReasoningEngineServiceStub()

Methods

close()

public abstract void close()

createReasoningEngineCallable()

public UnaryCallable<CreateReasoningEngineRequest,Operation> createReasoningEngineCallable()
Returns
TypeDescription
UnaryCallable<CreateReasoningEngineRequest,Operation>

createReasoningEngineOperationCallable()

public OperationCallable<CreateReasoningEngineRequest,ReasoningEngine,CreateReasoningEngineOperationMetadata> createReasoningEngineOperationCallable()
Returns
TypeDescription
OperationCallable<CreateReasoningEngineRequest,ReasoningEngine,CreateReasoningEngineOperationMetadata>

deleteReasoningEngineCallable()

public UnaryCallable<DeleteReasoningEngineRequest,Operation> deleteReasoningEngineCallable()
Returns
TypeDescription
UnaryCallable<DeleteReasoningEngineRequest,Operation>

deleteReasoningEngineOperationCallable()

public OperationCallable<DeleteReasoningEngineRequest,Empty,DeleteOperationMetadata> deleteReasoningEngineOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteReasoningEngineRequest,Empty,DeleteOperationMetadata>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getReasoningEngineCallable()

public UnaryCallable<GetReasoningEngineRequest,ReasoningEngine> getReasoningEngineCallable()
Returns
TypeDescription
UnaryCallable<GetReasoningEngineRequest,ReasoningEngine>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ReasoningEngineServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listReasoningEnginesCallable()

public UnaryCallable<ListReasoningEnginesRequest,ListReasoningEnginesResponse> listReasoningEnginesCallable()
Returns
TypeDescription
UnaryCallable<ListReasoningEnginesRequest,ListReasoningEnginesResponse>

listReasoningEnginesPagedCallable()

public UnaryCallable<ListReasoningEnginesRequest,ReasoningEngineServiceClient.ListReasoningEnginesPagedResponse> listReasoningEnginesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListReasoningEnginesRequest,ListReasoningEnginesPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>