@Generated(value="by gapic-generator-java") public class HttpJsonExecutionsStub extends ExecutionsStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonExecutionsStub(ExecutionsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonExecutionsStub, using the given settings.
|
protected |
HttpJsonExecutionsStub(ExecutionsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonExecutionsStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution> |
cancelExecutionCallable() |
void |
close() |
static HttpJsonExecutionsStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonExecutionsStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonExecutionsStub |
create(ExecutionsStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution> |
createExecutionCallable() |
com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution> |
getExecutionCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> |
listExecutionsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> |
listExecutionsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected HttpJsonExecutionsStub(ExecutionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonExecutionsStub(ExecutionsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonExecutionsStub create(ExecutionsStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonExecutionsStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonExecutionsStub 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.rpc.UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
listExecutionsCallable in class ExecutionsStubpublic com.google.api.gax.rpc.UnaryCallable<ListExecutionsRequest,ExecutionsClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
listExecutionsPagedCallable in class ExecutionsStubpublic com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution> createExecutionCallable()
createExecutionCallable in class ExecutionsStubpublic com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
getExecutionCallable in class ExecutionsStubpublic com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution> cancelExecutionCallable()
cancelExecutionCallable in class ExecutionsStubpublic final void close()
close in interface AutoCloseableclose in class ExecutionsStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.