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