Class WorkflowsStub (2.43.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
Type Description
UnaryCallable<CreateWorkflowRequest,Operation>

createWorkflowOperationCallable()

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

deleteWorkflowCallable()

public UnaryCallable<DeleteWorkflowRequest,Operation> deleteWorkflowCallable()
Returns
Type Description
UnaryCallable<DeleteWorkflowRequest,Operation>

deleteWorkflowOperationCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getWorkflowCallable()

public UnaryCallable<GetWorkflowRequest,Workflow> getWorkflowCallable()
Returns
Type Description
UnaryCallable<GetWorkflowRequest,Workflow>

listWorkflowsCallable()

public UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse> listWorkflowsCallable()
Returns
Type Description
UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse>

listWorkflowsPagedCallable()

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

updateWorkflowCallable()

public UnaryCallable<UpdateWorkflowRequest,Operation> updateWorkflowCallable()
Returns
Type Description
UnaryCallable<UpdateWorkflowRequest,Operation>

updateWorkflowOperationCallable()

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