@Generated(value="by gapic-generator-java") public class GrpcWorkflowTemplateServiceStub extends WorkflowTemplateServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings,
ClientContext clientContext)
Constructs an instance of GrpcWorkflowTemplateServiceStub, using the given settings.
|
protected |
GrpcWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcWorkflowTemplateServiceStub, using the given settings.
|
getHttpJsonOperationsStub
protected GrpcWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcWorkflowTemplateServiceStub create(WorkflowTemplateServiceStubSettings settings) throws IOException
IOException
public static final GrpcWorkflowTemplateServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcWorkflowTemplateServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public GrpcOperationsStub getOperationsStub()
getOperationsStub
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.