@BetaApi @Generated(value="by gapic-generator-java") public class HttpJsonWorkflowsServiceV2BetaStub extends WorkflowsServiceV2BetaStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonWorkflowsServiceV2BetaStub(WorkflowsServiceV2BetaStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonWorkflowsServiceV2BetaStub, using the given settings.
|
protected |
HttpJsonWorkflowsServiceV2BetaStub(WorkflowsServiceV2BetaStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonWorkflowsServiceV2BetaStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonWorkflowsServiceV2BetaStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonWorkflowsServiceV2BetaStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonWorkflowsServiceV2BetaStub |
create(WorkflowsServiceV2BetaStubSettings settings) |
com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub |
getHttpJsonOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,WorkflowsServiceV2BetaClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<RunPipelineRequest,com.google.longrunning.Operation> |
runPipelineCallable() |
com.google.api.gax.rpc.OperationCallable<RunPipelineRequest,RunPipelineResponse,Metadata> |
runPipelineOperationCallable() |
void |
shutdown() |
void |
shutdownNow() |
getOperationsStubprotected HttpJsonWorkflowsServiceV2BetaStub(WorkflowsServiceV2BetaStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonWorkflowsServiceV2BetaStub(WorkflowsServiceV2BetaStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonWorkflowsServiceV2BetaStub create(WorkflowsServiceV2BetaStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonWorkflowsServiceV2BetaStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonWorkflowsServiceV2BetaStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub in class WorkflowsServiceV2BetaStubpublic com.google.api.gax.rpc.UnaryCallable<RunPipelineRequest,com.google.longrunning.Operation> runPipelineCallable()
runPipelineCallable in class WorkflowsServiceV2BetaStubpublic com.google.api.gax.rpc.OperationCallable<RunPipelineRequest,RunPipelineResponse,Metadata> runPipelineOperationCallable()
runPipelineOperationCallable in class WorkflowsServiceV2BetaStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class WorkflowsServiceV2BetaStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,WorkflowsServiceV2BetaClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class WorkflowsServiceV2BetaStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class WorkflowsServiceV2BetaStubpublic final void close()
close in interface AutoCloseableclose in class WorkflowsServiceV2BetaStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.