Class WorkflowsStub (2.41.0)

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.

Inheritance

java.lang.Object > WorkflowsStub

Implements

BackgroundResource

Constructors

WorkflowsStub()

public WorkflowsStub()

Methods

close()

public abstract void close()

createWorkflowCallable()

public UnaryCallable<CreateWorkflowRequest,Operation> createWorkflowCallable()
Returns
TypeDescription
UnaryCallable<CreateWorkflowRequest,Operation>

createWorkflowOperationCallable()

public OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata> createWorkflowOperationCallable()
Returns
TypeDescription
OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>

deleteWorkflowCallable()

public UnaryCallable<DeleteWorkflowRequest,Operation> deleteWorkflowCallable()
Returns
TypeDescription
UnaryCallable<DeleteWorkflowRequest,Operation>

deleteWorkflowOperationCallable()

public OperationCallable<DeleteWorkflowRequest,Empty,OperationMetadata> deleteWorkflowOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteWorkflowRequest,Empty,OperationMetadata>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

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

getWorkflowCallable()

public UnaryCallable<GetWorkflowRequest,Workflow> getWorkflowCallable()
Returns
TypeDescription
UnaryCallable<GetWorkflowRequest,Workflow>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listWorkflowsCallable()

public UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse> listWorkflowsCallable()
Returns
TypeDescription
UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse>

listWorkflowsPagedCallable()

public UnaryCallable<ListWorkflowsRequest,WorkflowsClient.ListWorkflowsPagedResponse> listWorkflowsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListWorkflowsRequest,ListWorkflowsPagedResponse>

updateWorkflowCallable()

public UnaryCallable<UpdateWorkflowRequest,Operation> updateWorkflowCallable()
Returns
TypeDescription
UnaryCallable<UpdateWorkflowRequest,Operation>

updateWorkflowOperationCallable()

public OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata> updateWorkflowOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>