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 NotificationChannelNotificationChannelServiceClient. 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 UpdateNotificationChannelRequestUpdateNotificationChannelRequest.Builder. build()UpdateNotificationChannelRequestUpdateNotificationChannelRequest.Builder. buildPartial()static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. getDefaultInstance()UpdateNotificationChannelRequestUpdateNotificationChannelRequest.Builder. getDefaultInstanceForType()UpdateNotificationChannelRequestUpdateNotificationChannelRequest. getDefaultInstanceForType()static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseDelimitedFrom(InputStream input)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(byte[] data)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(InputStream input)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. parseFrom(ByteBuffer data)static UpdateNotificationChannelRequestUpdateNotificationChannelRequest. 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.BuilderUpdateNotificationChannelRequest.Builder. mergeFrom(UpdateNotificationChannelRequest other)static UpdateNotificationChannelRequest.BuilderUpdateNotificationChannelRequest. newBuilder(UpdateNotificationChannelRequest prototype)default voidNotificationChannelServiceGrpc.AsyncService. updateNotificationChannel(UpdateNotificationChannelRequest request, io.grpc.stub.StreamObserver<NotificationChannel> responseObserver)Updates a notification channel.NotificationChannelNotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. updateNotificationChannel(UpdateNotificationChannelRequest request)Updates a notification channel.com.google.common.util.concurrent.ListenableFuture<NotificationChannel>NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. updateNotificationChannel(UpdateNotificationChannelRequest request)Updates a notification channel.voidNotificationChannelServiceGrpc.NotificationChannelServiceStub. updateNotificationChannel(UpdateNotificationChannelRequest request, io.grpc.stub.StreamObserver<NotificationChannel> responseObserver)Updates a notification channel.
-