Class UptimeCheckServiceGrpc (3.2.9)

public final class UptimeCheckServiceGrpc

The UptimeCheckService API is used to manage (list, create, delete, edit) Uptime check configurations in the Stackdriver 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 Stackdriver, and then clicking on "Uptime".

Inheritance

java.lang.Object > UptimeCheckServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateUptimeCheckConfigMethod()

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

getDeleteUptimeCheckConfigMethod()

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

getGetUptimeCheckConfigMethod()

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

getListUptimeCheckConfigsMethod()

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

getListUptimeCheckIpsMethod()

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

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateUptimeCheckConfigMethod()

public static MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> getUpdateUptimeCheckConfigMethod()
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
UptimeCheckServiceGrpc.UptimeCheckServiceStub