public abstract class WorkflowsStub implements BackgroundResource
Base stub class for the Workflows service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
WorkflowsStub()
Methods
close()
public abstract void close()
createWorkflowCallable()
public UnaryCallable<CreateWorkflowRequest,Operation> createWorkflowCallable()
createWorkflowOperationCallable()
public OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata> createWorkflowOperationCallable()
deleteWorkflowCallable()
public UnaryCallable<DeleteWorkflowRequest,Operation> deleteWorkflowCallable()
deleteWorkflowOperationCallable()
public OperationCallable<DeleteWorkflowRequest,Empty,OperationMetadata> deleteWorkflowOperationCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
getWorkflowCallable()
public UnaryCallable<GetWorkflowRequest,Workflow> getWorkflowCallable()
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
|
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,WorkflowsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listWorkflowsCallable()
public UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse> listWorkflowsCallable()
listWorkflowsPagedCallable()
public UnaryCallable<ListWorkflowsRequest,WorkflowsClient.ListWorkflowsPagedResponse> listWorkflowsPagedCallable()
updateWorkflowCallable()
public UnaryCallable<UpdateWorkflowRequest,Operation> updateWorkflowCallable()
updateWorkflowOperationCallable()
public OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata> updateWorkflowOperationCallable()