Class AlertPolicyServiceGrpc (3.3.5)

public final class AlertPolicyServiceGrpc

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, which can be reached by clicking the "Monitoring" tab in Cloud Console.

Inheritance

java.lang.Object > AlertPolicyServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateAlertPolicyMethod()

public static MethodDescriptor<CreateAlertPolicyRequest,AlertPolicy> getCreateAlertPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAlertPolicyRequest,AlertPolicy>

getDeleteAlertPolicyMethod()

public static MethodDescriptor<DeleteAlertPolicyRequest,Empty> getDeleteAlertPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAlertPolicyRequest,Empty>

getGetAlertPolicyMethod()

public static MethodDescriptor<GetAlertPolicyRequest,AlertPolicy> getGetAlertPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAlertPolicyRequest,AlertPolicy>

getListAlertPoliciesMethod()

public static MethodDescriptor<ListAlertPoliciesRequest,ListAlertPoliciesResponse> getListAlertPoliciesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAlertPoliciesRequest,ListAlertPoliciesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateAlertPolicyMethod()

public static MethodDescriptor<UpdateAlertPolicyRequest,AlertPolicy> getUpdateAlertPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAlertPolicyRequest,AlertPolicy>

newBlockingStub(Channel channel)

public static AlertPolicyServiceGrpc.AlertPolicyServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AlertPolicyServiceGrpc.AlertPolicyServiceBlockingStub

newFutureStub(Channel channel)

public static AlertPolicyServiceGrpc.AlertPolicyServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AlertPolicyServiceGrpc.AlertPolicyServiceFutureStub

newStub(Channel channel)

public static AlertPolicyServiceGrpc.AlertPolicyServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AlertPolicyServiceGrpc.AlertPolicyServiceStub