@Generated(value="by gRPC proto compiler", 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 String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> getListUptimeCheckConfigsMethod()
public static io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> getGetUptimeCheckConfigMethod()
public static io.grpc.MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig> getCreateUptimeCheckConfigMethod()
public static io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> getUpdateUptimeCheckConfigMethod()
public static io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,com.google.protobuf.Empty> getDeleteUptimeCheckConfigMethod()
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 © 2020 Google LLC. All rights reserved.