Package com.google.monitoring.v3
Class ServiceMonitoringServiceGrpc
- java.lang.Object
-
- com.google.monitoring.v3.ServiceMonitoringServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/monitoring/v3/service_service.proto") public final class ServiceMonitoringServiceGrpc extends Object
The Cloud Monitoring Service-Oriented Monitoring API has endpoints for managing and querying aspects of a workspace's services. These include the `Service`'s monitored resources, its Service-Level Objectives, and a taxonomy of categorized Health Metrics.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ServiceMonitoringServiceGrpc.AsyncService
The Cloud Monitoring Service-Oriented Monitoring API has endpoints for managing and querying aspects of a workspace's services.static class
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ServiceMonitoringService.static class
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ServiceMonitoringService.static class
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceImplBase
Base class for the server implementation of the service ServiceMonitoringService.static class
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub
A stub to allow clients to do asynchronous rpc calls to service ServiceMonitoringService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateServiceMethod
public static io.grpc.MethodDescriptor<CreateServiceRequest,Service> getCreateServiceMethod()
-
getGetServiceMethod
public static io.grpc.MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
-
getListServicesMethod
public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
-
getUpdateServiceMethod
public static io.grpc.MethodDescriptor<UpdateServiceRequest,Service> getUpdateServiceMethod()
-
getDeleteServiceMethod
public static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.protobuf.Empty> getDeleteServiceMethod()
-
getCreateServiceLevelObjectiveMethod
public static io.grpc.MethodDescriptor<CreateServiceLevelObjectiveRequest,ServiceLevelObjective> getCreateServiceLevelObjectiveMethod()
-
getGetServiceLevelObjectiveMethod
public static io.grpc.MethodDescriptor<GetServiceLevelObjectiveRequest,ServiceLevelObjective> getGetServiceLevelObjectiveMethod()
-
getListServiceLevelObjectivesMethod
public static io.grpc.MethodDescriptor<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse> getListServiceLevelObjectivesMethod()
-
getUpdateServiceLevelObjectiveMethod
public static io.grpc.MethodDescriptor<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective> getUpdateServiceLevelObjectiveMethod()
-
getDeleteServiceLevelObjectiveMethod
public static io.grpc.MethodDescriptor<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty> getDeleteServiceLevelObjectiveMethod()
-
newStub
public static ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub 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(ServiceMonitoringServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-