@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/monitoring/v3/alert_service.proto")
public final class AlertPolicyServiceGrpc
extends java.lang.Object
The AlertPolicyService API is used to manage (list, create, delete, edit) alert policies in Stackdriver Monitoring. An alerting policy is a description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. In addition to using this API, alert policies can also be managed through [Stackdriver Monitoring](https://cloud.google.com/monitoring/docs/), which can be reached by clicking the "Monitoring" tab in [Cloud Console](https://console.cloud.google.com/).
Modifier and Type | Class and Description |
---|---|
static class |
AlertPolicyServiceGrpc.AlertPolicyServiceBlockingStub
The AlertPolicyService API is used to manage (list, create, delete,
edit) alert policies in Stackdriver Monitoring.
|
static class |
AlertPolicyServiceGrpc.AlertPolicyServiceFutureStub
The AlertPolicyService API is used to manage (list, create, delete,
edit) alert policies in Stackdriver Monitoring.
|
static class |
AlertPolicyServiceGrpc.AlertPolicyServiceImplBase
The AlertPolicyService API is used to manage (list, create, delete,
edit) alert policies in Stackdriver Monitoring.
|
static class |
AlertPolicyServiceGrpc.AlertPolicyServiceStub
The AlertPolicyService API is used to manage (list, create, delete,
edit) alert policies in Stackdriver Monitoring.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<CreateAlertPolicyRequest,AlertPolicy> |
METHOD_CREATE_ALERT_POLICY |
static io.grpc.MethodDescriptor<DeleteAlertPolicyRequest,Empty> |
METHOD_DELETE_ALERT_POLICY |
static io.grpc.MethodDescriptor<GetAlertPolicyRequest,AlertPolicy> |
METHOD_GET_ALERT_POLICY |
static io.grpc.MethodDescriptor<ListAlertPoliciesRequest,ListAlertPoliciesResponse> |
METHOD_LIST_ALERT_POLICIES |
static io.grpc.MethodDescriptor<UpdateAlertPolicyRequest,AlertPolicy> |
METHOD_UPDATE_ALERT_POLICY |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static AlertPolicyServiceGrpc.AlertPolicyServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AlertPolicyServiceGrpc.AlertPolicyServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static AlertPolicyServiceGrpc.AlertPolicyServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListAlertPoliciesRequest,ListAlertPoliciesResponse> METHOD_LIST_ALERT_POLICIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetAlertPolicyRequest,AlertPolicy> METHOD_GET_ALERT_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<CreateAlertPolicyRequest,AlertPolicy> METHOD_CREATE_ALERT_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<DeleteAlertPolicyRequest,Empty> METHOD_DELETE_ALERT_POLICY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateAlertPolicyRequest,AlertPolicy> METHOD_UPDATE_ALERT_POLICY
public static AlertPolicyServiceGrpc.AlertPolicyServiceStub newStub(io.grpc.Channel channel)
public static AlertPolicyServiceGrpc.AlertPolicyServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AlertPolicyServiceGrpc.AlertPolicyServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()