Class HealthCheckServiceGrpc (0.1.0)

public final class HealthCheckServiceGrpc

HealthCheckService provides an interface for Vertex AI Vision Cluster Health Check.

Inheritance

java.lang.Object > HealthCheckServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(HealthCheckServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(HealthCheckServiceGrpc.AsyncService service)
Parameter
Name Description
service HealthCheckServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getHealthCheckMethod()

public static MethodDescriptor<HealthCheckRequest,HealthCheckResponse> getHealthCheckMethod()
Returns
Type Description
io.grpc.MethodDescriptor<HealthCheckRequest,HealthCheckResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static HealthCheckServiceGrpc.HealthCheckServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
HealthCheckServiceGrpc.HealthCheckServiceBlockingStub

newFutureStub(Channel channel)

public static HealthCheckServiceGrpc.HealthCheckServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
HealthCheckServiceGrpc.HealthCheckServiceFutureStub

newStub(Channel channel)

public static HealthCheckServiceGrpc.HealthCheckServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
HealthCheckServiceGrpc.HealthCheckServiceStub