Uses of Class
com.google.monitoring.v3.DeleteNotificationChannelRequest
-
Packages that use DeleteNotificationChannelRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of DeleteNotificationChannelRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type DeleteNotificationChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteNotificationChannelRequest,com.google.protobuf.Empty>NotificationChannelServiceClient. deleteNotificationChannelCallable()Deletes a notification channel.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNotificationChannelRequest,com.google.protobuf.Empty>NotificationChannelServiceSettings.Builder. deleteNotificationChannelSettings()Returns the builder for the settings used for calls to deleteNotificationChannel.com.google.api.gax.rpc.UnaryCallSettings<DeleteNotificationChannelRequest,com.google.protobuf.Empty>NotificationChannelServiceSettings. deleteNotificationChannelSettings()Returns the object with the settings used for calls to deleteNotificationChannel.Methods in com.google.cloud.monitoring.v3 with parameters of type DeleteNotificationChannelRequest Modifier and Type Method Description voidNotificationChannelServiceClient. deleteNotificationChannel(DeleteNotificationChannelRequest request)Deletes a notification channel. -
Uses of DeleteNotificationChannelRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type DeleteNotificationChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteNotificationChannelRequest,com.google.protobuf.Empty>GrpcNotificationChannelServiceStub. deleteNotificationChannelCallable()com.google.api.gax.rpc.UnaryCallable<DeleteNotificationChannelRequest,com.google.protobuf.Empty>NotificationChannelServiceStub. deleteNotificationChannelCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteNotificationChannelRequest,com.google.protobuf.Empty>NotificationChannelServiceStubSettings.Builder. deleteNotificationChannelSettings()Returns the builder for the settings used for calls to deleteNotificationChannel.com.google.api.gax.rpc.UnaryCallSettings<DeleteNotificationChannelRequest,com.google.protobuf.Empty>NotificationChannelServiceStubSettings. deleteNotificationChannelSettings()Returns the object with the settings used for calls to deleteNotificationChannel. -
Uses of DeleteNotificationChannelRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return DeleteNotificationChannelRequest Modifier and Type Method Description DeleteNotificationChannelRequestDeleteNotificationChannelRequest.Builder. build()DeleteNotificationChannelRequestDeleteNotificationChannelRequest.Builder. buildPartial()static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. getDefaultInstance()DeleteNotificationChannelRequestDeleteNotificationChannelRequest.Builder. getDefaultInstanceForType()DeleteNotificationChannelRequestDeleteNotificationChannelRequest. getDefaultInstanceForType()static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseDelimitedFrom(InputStream input)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(byte[] data)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(InputStream input)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(ByteBuffer data)static DeleteNotificationChannelRequestDeleteNotificationChannelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type DeleteNotificationChannelRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteNotificationChannelRequest,com.google.protobuf.Empty>NotificationChannelServiceGrpc. getDeleteNotificationChannelMethod()com.google.protobuf.Parser<DeleteNotificationChannelRequest>DeleteNotificationChannelRequest. getParserForType()static com.google.protobuf.Parser<DeleteNotificationChannelRequest>DeleteNotificationChannelRequest. parser()Methods in com.google.monitoring.v3 with parameters of type DeleteNotificationChannelRequest Modifier and Type Method Description default voidNotificationChannelServiceGrpc.AsyncService. deleteNotificationChannel(DeleteNotificationChannelRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a notification channel.com.google.protobuf.EmptyNotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. deleteNotificationChannel(DeleteNotificationChannelRequest request)Deletes a notification channel.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. deleteNotificationChannel(DeleteNotificationChannelRequest request)Deletes a notification channel.voidNotificationChannelServiceGrpc.NotificationChannelServiceStub. deleteNotificationChannel(DeleteNotificationChannelRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a notification channel.DeleteNotificationChannelRequest.BuilderDeleteNotificationChannelRequest.Builder. mergeFrom(DeleteNotificationChannelRequest other)static DeleteNotificationChannelRequest.BuilderDeleteNotificationChannelRequest. newBuilder(DeleteNotificationChannelRequest prototype)
-