@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/monitoring/v3/uptime_service.proto")
public final class UptimeCheckServiceGrpc
extends java.lang.Object
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] (http://console.cloud.google.com), selecting the appropriate project, clicking on "Monitoring" on the left-hand side to navigate to Stackdriver, and then clicking on "Uptime".
Modifier and Type | Class and Description |
---|---|
static class |
UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub
The UptimeCheckService API is used to manage (list, create, delete, edit)
uptime check configurations in the Stackdriver Monitoring product.
|
static class |
UptimeCheckServiceGrpc.UptimeCheckServiceFutureStub
The UptimeCheckService API is used to manage (list, create, delete, edit)
uptime check configurations in the Stackdriver Monitoring product.
|
static class |
UptimeCheckServiceGrpc.UptimeCheckServiceImplBase
The UptimeCheckService API is used to manage (list, create, delete, edit)
uptime check configurations in the Stackdriver Monitoring product.
|
static class |
UptimeCheckServiceGrpc.UptimeCheckServiceStub
The UptimeCheckService API is used to manage (list, create, delete, edit)
uptime check configurations in the Stackdriver Monitoring product.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig> |
METHOD_CREATE_UPTIME_CHECK_CONFIG |
static io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,Empty> |
METHOD_DELETE_UPTIME_CHECK_CONFIG |
static io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> |
METHOD_GET_UPTIME_CHECK_CONFIG |
static io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> |
METHOD_LIST_UPTIME_CHECK_CONFIGS |
static io.grpc.MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> |
METHOD_LIST_UPTIME_CHECK_IPS |
static io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> |
METHOD_UPDATE_UPTIME_CHECK_CONFIG |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static UptimeCheckServiceGrpc.UptimeCheckServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static UptimeCheckServiceGrpc.UptimeCheckServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> METHOD_LIST_UPTIME_CHECK_CONFIGS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> METHOD_GET_UPTIME_CHECK_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig> METHOD_CREATE_UPTIME_CHECK_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> METHOD_UPDATE_UPTIME_CHECK_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,Empty> METHOD_DELETE_UPTIME_CHECK_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> METHOD_LIST_UPTIME_CHECK_IPS
public static UptimeCheckServiceGrpc.UptimeCheckServiceStub newStub(io.grpc.Channel channel)
public static UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static UptimeCheckServiceGrpc.UptimeCheckServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()