Class AlertPolicyServiceStub (3.3.6)

public abstract class AlertPolicyServiceStub implements BackgroundResource

Base stub class for the AlertPolicyService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > AlertPolicyServiceStub

Implements

BackgroundResource

Constructors

AlertPolicyServiceStub()

public AlertPolicyServiceStub()

Methods

close()

public abstract void close()

createAlertPolicyCallable()

public UnaryCallable<CreateAlertPolicyRequest,AlertPolicy> createAlertPolicyCallable()
Returns

deleteAlertPolicyCallable()

public UnaryCallable<DeleteAlertPolicyRequest,Empty> deleteAlertPolicyCallable()
Returns

getAlertPolicyCallable()

public UnaryCallable<GetAlertPolicyRequest,AlertPolicy> getAlertPolicyCallable()
Returns

listAlertPoliciesCallable()

public UnaryCallable<ListAlertPoliciesRequest,ListAlertPoliciesResponse> listAlertPoliciesCallable()
Returns

listAlertPoliciesPagedCallable()

public UnaryCallable<ListAlertPoliciesRequest,AlertPolicyServiceClient.ListAlertPoliciesPagedResponse> listAlertPoliciesPagedCallable()
Returns

updateAlertPolicyCallable()

public UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy> updateAlertPolicyCallable()
Returns