Class AlertPolicyServiceStub (3.2.9)

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
TypeDescription
UnaryCallable<CreateAlertPolicyRequest,AlertPolicy>

deleteAlertPolicyCallable()

public UnaryCallable<DeleteAlertPolicyRequest,Empty> deleteAlertPolicyCallable()
Returns
TypeDescription
UnaryCallable<DeleteAlertPolicyRequest,Empty>

getAlertPolicyCallable()

public UnaryCallable<GetAlertPolicyRequest,AlertPolicy> getAlertPolicyCallable()
Returns
TypeDescription
UnaryCallable<GetAlertPolicyRequest,AlertPolicy>

listAlertPoliciesCallable()

public UnaryCallable<ListAlertPoliciesRequest,ListAlertPoliciesResponse> listAlertPoliciesCallable()
Returns
TypeDescription
UnaryCallable<ListAlertPoliciesRequest,ListAlertPoliciesResponse>

listAlertPoliciesPagedCallable()

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

updateAlertPolicyCallable()

public UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy> updateAlertPolicyCallable()
Returns
TypeDescription
UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy>