@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 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.
|
| 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 final io.grpc.ServerServiceDefinition bindService(ServiceMonitoringServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.