Uses of Class
com.google.monitoring.v3.DeleteAlertPolicyRequest
-
Packages that use DeleteAlertPolicyRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of DeleteAlertPolicyRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type DeleteAlertPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
AlertPolicyServiceClient. deleteAlertPolicyCallable()
Deletes an alerting policy.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
AlertPolicyServiceSettings.Builder. deleteAlertPolicySettings()
Returns the builder for the settings used for calls to deleteAlertPolicy.com.google.api.gax.rpc.UnaryCallSettings<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
AlertPolicyServiceSettings. deleteAlertPolicySettings()
Returns the object with the settings used for calls to deleteAlertPolicy.Methods in com.google.cloud.monitoring.v3 with parameters of type DeleteAlertPolicyRequest Modifier and Type Method Description void
AlertPolicyServiceClient. deleteAlertPolicy(DeleteAlertPolicyRequest request)
Deletes an alerting policy. -
Uses of DeleteAlertPolicyRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type DeleteAlertPolicyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
AlertPolicyServiceStub. deleteAlertPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
GrpcAlertPolicyServiceStub. deleteAlertPolicyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
AlertPolicyServiceStubSettings.Builder. deleteAlertPolicySettings()
Returns the builder for the settings used for calls to deleteAlertPolicy.com.google.api.gax.rpc.UnaryCallSettings<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
AlertPolicyServiceStubSettings. deleteAlertPolicySettings()
Returns the object with the settings used for calls to deleteAlertPolicy. -
Uses of DeleteAlertPolicyRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return DeleteAlertPolicyRequest Modifier and Type Method Description DeleteAlertPolicyRequest
DeleteAlertPolicyRequest.Builder. build()
DeleteAlertPolicyRequest
DeleteAlertPolicyRequest.Builder. buildPartial()
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. getDefaultInstance()
DeleteAlertPolicyRequest
DeleteAlertPolicyRequest.Builder. getDefaultInstanceForType()
DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. getDefaultInstanceForType()
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseDelimitedFrom(InputStream input)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(byte[] data)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(InputStream input)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(ByteBuffer data)
static DeleteAlertPolicyRequest
DeleteAlertPolicyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type DeleteAlertPolicyRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteAlertPolicyRequest,com.google.protobuf.Empty>
AlertPolicyServiceGrpc. getDeleteAlertPolicyMethod()
com.google.protobuf.Parser<DeleteAlertPolicyRequest>
DeleteAlertPolicyRequest. getParserForType()
static com.google.protobuf.Parser<DeleteAlertPolicyRequest>
DeleteAlertPolicyRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type DeleteAlertPolicyRequest Modifier and Type Method Description com.google.protobuf.Empty
AlertPolicyServiceGrpc.AlertPolicyServiceBlockingStub. deleteAlertPolicy(DeleteAlertPolicyRequest request)
Deletes an alerting policy.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
AlertPolicyServiceGrpc.AlertPolicyServiceFutureStub. deleteAlertPolicy(DeleteAlertPolicyRequest request)
Deletes an alerting policy.void
AlertPolicyServiceGrpc.AlertPolicyServiceStub. deleteAlertPolicy(DeleteAlertPolicyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an alerting policy.default void
AlertPolicyServiceGrpc.AsyncService. deleteAlertPolicy(DeleteAlertPolicyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an alerting policy.DeleteAlertPolicyRequest.Builder
DeleteAlertPolicyRequest.Builder. mergeFrom(DeleteAlertPolicyRequest other)
static DeleteAlertPolicyRequest.Builder
DeleteAlertPolicyRequest. newBuilder(DeleteAlertPolicyRequest prototype)
-