Class WorkflowTemplateServiceStub (3.1.2)

public abstract class WorkflowTemplateServiceStub implements BackgroundResource

Base stub class for the WorkflowTemplateService service API.

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

Inheritance

java.lang.Object > WorkflowTemplateServiceStub

Implements

BackgroundResource

Constructors

WorkflowTemplateServiceStub()

public WorkflowTemplateServiceStub()

Methods

close()

public abstract void close()

createWorkflowTemplateCallable()

public UnaryCallable<CreateWorkflowTemplateRequest,WorkflowTemplate> createWorkflowTemplateCallable()
Returns
TypeDescription
UnaryCallable<CreateWorkflowTemplateRequest,WorkflowTemplate>

deleteWorkflowTemplateCallable()

public UnaryCallable<DeleteWorkflowTemplateRequest,Empty> deleteWorkflowTemplateCallable()
Returns
TypeDescription
UnaryCallable<DeleteWorkflowTemplateRequest,Empty>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getWorkflowTemplateCallable()

public UnaryCallable<GetWorkflowTemplateRequest,WorkflowTemplate> getWorkflowTemplateCallable()
Returns
TypeDescription
UnaryCallable<GetWorkflowTemplateRequest,WorkflowTemplate>

instantiateInlineWorkflowTemplateCallable()

public UnaryCallable<InstantiateInlineWorkflowTemplateRequest,Operation> instantiateInlineWorkflowTemplateCallable()
Returns
TypeDescription
UnaryCallable<InstantiateInlineWorkflowTemplateRequest,Operation>

instantiateInlineWorkflowTemplateOperationCallable()

public OperationCallable<InstantiateInlineWorkflowTemplateRequest,Empty,WorkflowMetadata> instantiateInlineWorkflowTemplateOperationCallable()
Returns
TypeDescription
OperationCallable<InstantiateInlineWorkflowTemplateRequest,Empty,WorkflowMetadata>

instantiateWorkflowTemplateCallable()

public UnaryCallable<InstantiateWorkflowTemplateRequest,Operation> instantiateWorkflowTemplateCallable()
Returns
TypeDescription
UnaryCallable<InstantiateWorkflowTemplateRequest,Operation>

instantiateWorkflowTemplateOperationCallable()

public OperationCallable<InstantiateWorkflowTemplateRequest,Empty,WorkflowMetadata> instantiateWorkflowTemplateOperationCallable()
Returns
TypeDescription
OperationCallable<InstantiateWorkflowTemplateRequest,Empty,WorkflowMetadata>

listWorkflowTemplatesCallable()

public UnaryCallable<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse> listWorkflowTemplatesCallable()
Returns
TypeDescription
UnaryCallable<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse>

listWorkflowTemplatesPagedCallable()

public UnaryCallable<ListWorkflowTemplatesRequest,WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse> listWorkflowTemplatesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListWorkflowTemplatesRequest,ListWorkflowTemplatesPagedResponse>

updateWorkflowTemplateCallable()

public UnaryCallable<UpdateWorkflowTemplateRequest,WorkflowTemplate> updateWorkflowTemplateCallable()
Returns
TypeDescription
UnaryCallable<UpdateWorkflowTemplateRequest,WorkflowTemplate>