Class HttpJsonWorkflowTemplateServiceStub (4.2.0)

public class HttpJsonWorkflowTemplateServiceStub extends WorkflowTemplateServiceStub

REST stub implementation for the WorkflowTemplateService service API.

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

Inheritance

java.lang.Object > WorkflowTemplateServiceStub > HttpJsonWorkflowTemplateServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonWorkflowTemplateServiceStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonWorkflowTemplateServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonWorkflowTemplateServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonWorkflowTemplateServiceStub
Exceptions
TypeDescription
IOException

create(WorkflowTemplateServiceStubSettings settings)

public static final HttpJsonWorkflowTemplateServiceStub create(WorkflowTemplateServiceStubSettings settings)
Parameter
NameDescription
settingsWorkflowTemplateServiceStubSettings
Returns
TypeDescription
HttpJsonWorkflowTemplateServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonWorkflowTemplateServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsWorkflowTemplateServiceStubSettings
clientContextClientContext

HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonWorkflowTemplateServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsWorkflowTemplateServiceStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createWorkflowTemplateCallable()

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

deleteWorkflowTemplateCallable()

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

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
HttpJsonOperationsStub
Overrides

getWorkflowTemplateCallable()

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

instantiateInlineWorkflowTemplateCallable()

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

instantiateInlineWorkflowTemplateOperationCallable()

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

instantiateWorkflowTemplateCallable()

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

instantiateWorkflowTemplateOperationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listWorkflowTemplatesCallable()

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

listWorkflowTemplatesPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateWorkflowTemplateCallable()

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