Class UptimeCheckServiceGrpc (3.43.0)

public final class UptimeCheckServiceGrpc

The UptimeCheckService API is used to manage (list, create, delete, edit) Uptime check configurations in the Cloud Monitoring product. An Uptime check is a piece of configuration that determines which resources and services to monitor for availability. These configurations can also be configured interactively by navigating to the Cloud console, selecting the appropriate project, clicking on "Monitoring" on the left-hand side to navigate to Cloud Monitoring, and then clicking on "Uptime".

Inheritance

java.lang.Object > UptimeCheckServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(UptimeCheckServiceGrpc.AsyncService service)

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

getCreateUptimeCheckConfigMethod()

public static MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig> getCreateUptimeCheckConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig>

getDeleteUptimeCheckConfigMethod()

public static MethodDescriptor<DeleteUptimeCheckConfigRequest,Empty> getDeleteUptimeCheckConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,Empty>

getGetUptimeCheckConfigMethod()

public static MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> getGetUptimeCheckConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig>

getListUptimeCheckConfigsMethod()

public static MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> getListUptimeCheckConfigsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse>

getListUptimeCheckIpsMethod()

public static MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> getListUptimeCheckIpsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse>

getServiceDescriptor()

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

getUpdateUptimeCheckConfigMethod()

public static MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> getUpdateUptimeCheckConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig>

newBlockingStub(Channel channel)

public static UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub 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
UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub

newFutureStub(Channel channel)

public static UptimeCheckServiceGrpc.UptimeCheckServiceFutureStub 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
UptimeCheckServiceGrpc.UptimeCheckServiceFutureStub

newStub(Channel channel)

public static UptimeCheckServiceGrpc.UptimeCheckServiceStub 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
UptimeCheckServiceGrpc.UptimeCheckServiceStub