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