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