@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 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] (https://console.cloud.google.com), selecting the appropriate project, clicking on "Monitoring" on the left-hand side to navigate to Cloud Monitoring, and then clicking on "Uptime".
| Modifier and Type | Class and Description |
|---|---|
static interface |
UptimeCheckServiceGrpc.AsyncService
The UptimeCheckService API is used to manage (list, create, delete, edit)
Uptime check configurations in the Cloud Monitoring product.
|
static class |
UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service UptimeCheckService.
|
static class |
UptimeCheckServiceGrpc.UptimeCheckServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service UptimeCheckService.
|
static class |
UptimeCheckServiceGrpc.UptimeCheckServiceImplBase
Base class for the server implementation of the service UptimeCheckService.
|
static class |
UptimeCheckServiceGrpc.UptimeCheckServiceStub
A stub to allow clients to do asynchronous rpc calls to service UptimeCheckService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(UptimeCheckServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig> |
getCreateUptimeCheckConfigMethod() |
static io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,com.google.protobuf.Empty> |
getDeleteUptimeCheckConfigMethod() |
static io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> |
getGetUptimeCheckConfigMethod() |
static io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> |
getListUptimeCheckConfigsMethod() |
static io.grpc.MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> |
getListUptimeCheckIpsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> |
getUpdateUptimeCheckConfigMethod() |
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 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 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 final io.grpc.ServerServiceDefinition bindService(UptimeCheckServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.