Package com.google.monitoring.v3
Class UptimeCheckServiceGrpc
- java.lang.Object
-
- com.google.monitoring.v3.UptimeCheckServiceGrpc
-
@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".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUptimeCheckServiceGrpc.AsyncServiceThe UptimeCheckService API is used to manage (list, create, delete, edit) Uptime check configurations in the Cloud Monitoring product.static classUptimeCheckServiceGrpc.UptimeCheckServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service UptimeCheckService.static classUptimeCheckServiceGrpc.UptimeCheckServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service UptimeCheckService.static classUptimeCheckServiceGrpc.UptimeCheckServiceImplBaseBase class for the server implementation of the service UptimeCheckService.static classUptimeCheckServiceGrpc.UptimeCheckServiceStubA stub to allow clients to do asynchronous rpc calls to service UptimeCheckService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig>getUpdateUptimeCheckConfigMethod()static UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic UptimeCheckServiceGrpc.UptimeCheckServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic UptimeCheckServiceGrpc.UptimeCheckServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListUptimeCheckConfigsMethod
public static io.grpc.MethodDescriptor<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> getListUptimeCheckConfigsMethod()
-
getGetUptimeCheckConfigMethod
public static io.grpc.MethodDescriptor<GetUptimeCheckConfigRequest,UptimeCheckConfig> getGetUptimeCheckConfigMethod()
-
getCreateUptimeCheckConfigMethod
public static io.grpc.MethodDescriptor<CreateUptimeCheckConfigRequest,UptimeCheckConfig> getCreateUptimeCheckConfigMethod()
-
getUpdateUptimeCheckConfigMethod
public static io.grpc.MethodDescriptor<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> getUpdateUptimeCheckConfigMethod()
-
getDeleteUptimeCheckConfigMethod
public static io.grpc.MethodDescriptor<DeleteUptimeCheckConfigRequest,com.google.protobuf.Empty> getDeleteUptimeCheckConfigMethod()
-
getListUptimeCheckIpsMethod
public static io.grpc.MethodDescriptor<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> getListUptimeCheckIpsMethod()
-
newStub
public static UptimeCheckServiceGrpc.UptimeCheckServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static UptimeCheckServiceGrpc.UptimeCheckServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static UptimeCheckServiceGrpc.UptimeCheckServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(UptimeCheckServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-