@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonWorkflowTemplateServiceStub extends WorkflowTemplateServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonWorkflowTemplateServiceStub, using the given settings.
|
protected |
HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonWorkflowTemplateServiceStub, using the given settings.
|
getOperationsStub
protected HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonWorkflowTemplateServiceStub create(WorkflowTemplateServiceStubSettings settings) throws IOException
IOException
public static final HttpJsonWorkflowTemplateServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonWorkflowTemplateServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@InternalApi public static List<ApiMethodDescriptor> getMethodDescriptors()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub
in class WorkflowTemplateServiceStub
public UnaryCallable<CreateWorkflowTemplateRequest,WorkflowTemplate> createWorkflowTemplateCallable()
createWorkflowTemplateCallable
in class WorkflowTemplateServiceStub
public UnaryCallable<GetWorkflowTemplateRequest,WorkflowTemplate> getWorkflowTemplateCallable()
getWorkflowTemplateCallable
in class WorkflowTemplateServiceStub
public UnaryCallable<InstantiateWorkflowTemplateRequest,Operation> instantiateWorkflowTemplateCallable()
instantiateWorkflowTemplateCallable
in class WorkflowTemplateServiceStub
public OperationCallable<InstantiateWorkflowTemplateRequest,Empty,WorkflowMetadata> instantiateWorkflowTemplateOperationCallable()
instantiateWorkflowTemplateOperationCallable
in class WorkflowTemplateServiceStub
public UnaryCallable<InstantiateInlineWorkflowTemplateRequest,Operation> instantiateInlineWorkflowTemplateCallable()
instantiateInlineWorkflowTemplateCallable
in class WorkflowTemplateServiceStub
public OperationCallable<InstantiateInlineWorkflowTemplateRequest,Empty,WorkflowMetadata> instantiateInlineWorkflowTemplateOperationCallable()
instantiateInlineWorkflowTemplateOperationCallable
in class WorkflowTemplateServiceStub
public UnaryCallable<UpdateWorkflowTemplateRequest,WorkflowTemplate> updateWorkflowTemplateCallable()
updateWorkflowTemplateCallable
in class WorkflowTemplateServiceStub
public UnaryCallable<ListWorkflowTemplatesRequest,ListWorkflowTemplatesResponse> listWorkflowTemplatesCallable()
listWorkflowTemplatesCallable
in class WorkflowTemplateServiceStub
public UnaryCallable<ListWorkflowTemplatesRequest,WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse> listWorkflowTemplatesPagedCallable()
listWorkflowTemplatesPagedCallable
in class WorkflowTemplateServiceStub
public UnaryCallable<DeleteWorkflowTemplateRequest,Empty> deleteWorkflowTemplateCallable()
deleteWorkflowTemplateCallable
in class WorkflowTemplateServiceStub
public final void close()
close
in interface AutoCloseable
close
in class WorkflowTemplateServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2022 Google LLC. All rights reserved.