@Generated(value="by gapic-generator-java") public abstract class AlertPolicyServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
AlertPolicyServiceStub() |
| Modifier and Type | Method and 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() |
public com.google.api.gax.rpc.UnaryCallable<ListAlertPoliciesRequest,AlertPolicyServiceClient.ListAlertPoliciesPagedResponse> listAlertPoliciesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListAlertPoliciesRequest,ListAlertPoliciesResponse> listAlertPoliciesCallable()
public com.google.api.gax.rpc.UnaryCallable<GetAlertPolicyRequest,AlertPolicy> getAlertPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateAlertPolicyRequest,AlertPolicy> createAlertPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteAlertPolicyRequest,com.google.protobuf.Empty> deleteAlertPolicyCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateAlertPolicyRequest,AlertPolicy> updateAlertPolicyCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2023 Google LLC. All rights reserved.