Class ReasoningEngineServiceStub (3.45.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
Type Description
UnaryCallable<CreateReasoningEngineRequest,Operation>

createReasoningEngineOperationCallable()

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

deleteReasoningEngineCallable()

public UnaryCallable<DeleteReasoningEngineRequest,Operation> deleteReasoningEngineCallable()
Returns
Type Description
UnaryCallable<DeleteReasoningEngineRequest,Operation>

deleteReasoningEngineOperationCallable()

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

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getReasoningEngineCallable()

public UnaryCallable<GetReasoningEngineRequest,ReasoningEngine> getReasoningEngineCallable()
Returns
Type Description
UnaryCallable<GetReasoningEngineRequest,ReasoningEngine>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listReasoningEnginesCallable()

public UnaryCallable<ListReasoningEnginesRequest,ListReasoningEnginesResponse> listReasoningEnginesCallable()
Returns
Type Description
UnaryCallable<ListReasoningEnginesRequest,ListReasoningEnginesResponse>

listReasoningEnginesPagedCallable()

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

setIamPolicyCallable()

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

testIamPermissionsCallable()

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