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 void
NotificationChannelServiceClient. 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 DeleteNotificationChannelRequest
DeleteNotificationChannelRequest.Builder. build()
DeleteNotificationChannelRequest
DeleteNotificationChannelRequest.Builder. buildPartial()
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. getDefaultInstance()
DeleteNotificationChannelRequest
DeleteNotificationChannelRequest.Builder. getDefaultInstanceForType()
DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. getDefaultInstanceForType()
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseDelimitedFrom(InputStream input)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(byte[] data)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(InputStream input)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. parseFrom(ByteBuffer data)
static DeleteNotificationChannelRequest
DeleteNotificationChannelRequest. 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 void
NotificationChannelServiceGrpc.AsyncService. deleteNotificationChannel(DeleteNotificationChannelRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a notification channel.com.google.protobuf.Empty
NotificationChannelServiceGrpc.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.void
NotificationChannelServiceGrpc.NotificationChannelServiceStub. deleteNotificationChannel(DeleteNotificationChannelRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a notification channel.DeleteNotificationChannelRequest.Builder
DeleteNotificationChannelRequest.Builder. mergeFrom(DeleteNotificationChannelRequest other)
static DeleteNotificationChannelRequest.Builder
DeleteNotificationChannelRequest. newBuilder(DeleteNotificationChannelRequest prototype)
-