@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonServiceControllerStub extends ServiceControllerStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonServiceControllerStub(ServiceControllerStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonServiceControllerStub, using the given settings.
|
protected |
HttpJsonServiceControllerStub(ServiceControllerStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonServiceControllerStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
com.google.api.gax.rpc.UnaryCallable<CheckRequest,CheckResponse> |
checkCallable() |
void |
close() |
static HttpJsonServiceControllerStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonServiceControllerStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonServiceControllerStub |
create(ServiceControllerStubSettings settings) |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ReportRequest,ReportResponse> |
reportCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected HttpJsonServiceControllerStub(ServiceControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonServiceControllerStub(ServiceControllerStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonServiceControllerStub create(ServiceControllerStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonServiceControllerStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonServiceControllerStub 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<CheckRequest,CheckResponse> checkCallable()
checkCallable in class ServiceControllerStubpublic com.google.api.gax.rpc.UnaryCallable<ReportRequest,ReportResponse> reportCallable()
reportCallable in class ServiceControllerStubpublic final void close()
close in interface AutoCloseableclose in class ServiceControllerStubpublic 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.