@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/monitoring/v3/uptime_service.proto") public final class UptimeCheckServiceGrpc extends 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
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,com.google.protobuf.Empty> |
METHOD_DELETE_UPTIME_CHECK_CONFIG
Deprecated.
|
static io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> |
METHOD_GET_UPTIME_CHECK_CONFIG
Deprecated.
|
static io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> |
METHOD_LIST_UPTIME_CHECK_CONFIGS
Deprecated.
|
static io.grpc.MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> |
METHOD_LIST_UPTIME_CHECK_IPS
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> |
METHOD_UPDATE_UPTIME_CHECK_CONFIG
Deprecated.
|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> METHOD_LIST_UPTIME_CHECK_CONFIGS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> METHOD_GET_UPTIME_CHECK_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig> METHOD_CREATE_UPTIME_CHECK_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> METHOD_UPDATE_UPTIME_CHECK_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,com.google.protobuf.Empty> METHOD_DELETE_UPTIME_CHECK_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> METHOD_LIST_UPTIME_CHECK_IPS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> getListUptimeCheckConfigsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> getGetUptimeCheckConfigMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig> getCreateUptimeCheckConfigMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> getUpdateUptimeCheckConfigMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,com.google.protobuf.Empty> getDeleteUptimeCheckConfigMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> getListUptimeCheckIpsMethod()
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()
Copyright © 2019 Google LLC. All rights reserved.