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 voidAlertPolicyServiceClient. 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 DeleteAlertPolicyRequestDeleteAlertPolicyRequest.Builder. build()DeleteAlertPolicyRequestDeleteAlertPolicyRequest.Builder. buildPartial()static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. getDefaultInstance()DeleteAlertPolicyRequestDeleteAlertPolicyRequest.Builder. getDefaultInstanceForType()DeleteAlertPolicyRequestDeleteAlertPolicyRequest. getDefaultInstanceForType()static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseDelimitedFrom(InputStream input)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(byte[] data)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(InputStream input)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. parseFrom(ByteBuffer data)static DeleteAlertPolicyRequestDeleteAlertPolicyRequest. 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.EmptyAlertPolicyServiceGrpc.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.voidAlertPolicyServiceGrpc.AlertPolicyServiceStub. deleteAlertPolicy(DeleteAlertPolicyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an alerting policy.default voidAlertPolicyServiceGrpc.AsyncService. deleteAlertPolicy(DeleteAlertPolicyRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an alerting policy.DeleteAlertPolicyRequest.BuilderDeleteAlertPolicyRequest.Builder. mergeFrom(DeleteAlertPolicyRequest other)static DeleteAlertPolicyRequest.BuilderDeleteAlertPolicyRequest. newBuilder(DeleteAlertPolicyRequest prototype)
-