@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.
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub
The Cloud Monitoring Service-Oriented Monitoring API has endpoints for
managing and querying aspects of a workspace's services.
|
static class |
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub
The Cloud Monitoring Service-Oriented Monitoring API has endpoints for
managing and querying aspects of a workspace's services.
|
static class |
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceImplBase
The Cloud Monitoring Service-Oriented Monitoring API has endpoints for
managing and querying aspects of a workspace's services.
|
static class |
ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub
The Cloud Monitoring Service-Oriented Monitoring API has endpoints for
managing and querying aspects of a workspace's services.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateServiceRequest,Service> getCreateServiceMethod()
public static io.grpc.MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
public static io.grpc.MethodDescriptor<UpdateServiceRequest,Service> getUpdateServiceMethod()
public static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.protobuf.Empty> getDeleteServiceMethod()
public static io.grpc.MethodDescriptor<CreateServiceLevelObjectiveRequest,ServiceLevelObjective> getCreateServiceLevelObjectiveMethod()
public static io.grpc.MethodDescriptor<GetServiceLevelObjectiveRequest,ServiceLevelObjective> getGetServiceLevelObjectiveMethod()
public static io.grpc.MethodDescriptor<ListServiceLevelObjectivesRequest,ListServiceLevelObjectivesResponse> getListServiceLevelObjectivesMethod()
public static io.grpc.MethodDescriptor<UpdateServiceLevelObjectiveRequest,ServiceLevelObjective> getUpdateServiceLevelObjectiveMethod()
public static io.grpc.MethodDescriptor<DeleteServiceLevelObjectiveRequest,com.google.protobuf.Empty> getDeleteServiceLevelObjectiveMethod()
public static ServiceMonitoringServiceGrpc.ServiceMonitoringServiceStub newStub(io.grpc.Channel channel)
public static ServiceMonitoringServiceGrpc.ServiceMonitoringServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ServiceMonitoringServiceGrpc.ServiceMonitoringServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.