Class AlertPolicyServiceStub
- java.lang.Object
-
- com.google.cloud.monitoring.v3.stub.AlertPolicyServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcAlertPolicyServiceStub
@Generated("by gapic-generator-java") public abstract class AlertPolicyServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the AlertPolicyService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AlertPolicyServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateAlertPolicyRequest,AlertPolicy>
createAlertPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
deleteAlertPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<GetAlertPolicyRequest,AlertPolicy>
getAlertPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<ListAlertPoliciesRequest,ListAlertPoliciesResponse>
listAlertPoliciesCallable()
com.google.api.gax.rpc.UnaryCallable<ListAlertPoliciesRequest,AlertPolicyServiceClient.ListAlertPoliciesPagedResponse>
listAlertPoliciesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy>
updateAlertPolicyCallable()
-
-
-
Method Detail
-
listAlertPoliciesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListAlertPoliciesRequest,AlertPolicyServiceClient.ListAlertPoliciesPagedResponse> listAlertPoliciesPagedCallable()
-
listAlertPoliciesCallable
public com.google.api.gax.rpc.UnaryCallable<ListAlertPoliciesRequest,ListAlertPoliciesResponse> listAlertPoliciesCallable()
-
getAlertPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<GetAlertPolicyRequest,AlertPolicy> getAlertPolicyCallable()
-
createAlertPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<CreateAlertPolicyRequest,AlertPolicy> createAlertPolicyCallable()
-
deleteAlertPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteAlertPolicyRequest,com.google.protobuf.Empty> deleteAlertPolicyCallable()
-
updateAlertPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy> updateAlertPolicyCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-