Uses of Class
com.google.monitoring.v3.CreateNotificationChannelRequest
-
Packages that use CreateNotificationChannelRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of CreateNotificationChannelRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type CreateNotificationChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNotificationChannelRequest,NotificationChannel>NotificationChannelServiceClient. createNotificationChannelCallable()Creates a new notification channel, representing a single notification endpoint such as an email address, SMS number, or PagerDuty service.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationChannelRequest,NotificationChannel>NotificationChannelServiceSettings.Builder. createNotificationChannelSettings()Returns the builder for the settings used for calls to createNotificationChannel.com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationChannelRequest,NotificationChannel>NotificationChannelServiceSettings. createNotificationChannelSettings()Returns the object with the settings used for calls to createNotificationChannel.Methods in com.google.cloud.monitoring.v3 with parameters of type CreateNotificationChannelRequest Modifier and Type Method Description NotificationChannelNotificationChannelServiceClient. createNotificationChannel(CreateNotificationChannelRequest request)Creates a new notification channel, representing a single notification endpoint such as an email address, SMS number, or PagerDuty service. -
Uses of CreateNotificationChannelRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type CreateNotificationChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNotificationChannelRequest,NotificationChannel>GrpcNotificationChannelServiceStub. createNotificationChannelCallable()com.google.api.gax.rpc.UnaryCallable<CreateNotificationChannelRequest,NotificationChannel>NotificationChannelServiceStub. createNotificationChannelCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNotificationChannelRequest,NotificationChannel>NotificationChannelServiceStubSettings.Builder. createNotificationChannelSettings()Returns the builder for the settings used for calls to createNotificationChannel.com.google.api.gax.rpc.UnaryCallSettings<CreateNotificationChannelRequest,NotificationChannel>NotificationChannelServiceStubSettings. createNotificationChannelSettings()Returns the object with the settings used for calls to createNotificationChannel. -
Uses of CreateNotificationChannelRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return CreateNotificationChannelRequest Modifier and Type Method Description CreateNotificationChannelRequestCreateNotificationChannelRequest.Builder. build()CreateNotificationChannelRequestCreateNotificationChannelRequest.Builder. buildPartial()static CreateNotificationChannelRequestCreateNotificationChannelRequest. getDefaultInstance()CreateNotificationChannelRequestCreateNotificationChannelRequest.Builder. getDefaultInstanceForType()CreateNotificationChannelRequestCreateNotificationChannelRequest. getDefaultInstanceForType()static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseDelimitedFrom(InputStream input)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(byte[] data)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(InputStream input)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(ByteBuffer data)static CreateNotificationChannelRequestCreateNotificationChannelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type CreateNotificationChannelRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateNotificationChannelRequest,NotificationChannel>NotificationChannelServiceGrpc. getCreateNotificationChannelMethod()com.google.protobuf.Parser<CreateNotificationChannelRequest>CreateNotificationChannelRequest. getParserForType()static com.google.protobuf.Parser<CreateNotificationChannelRequest>CreateNotificationChannelRequest. parser()Methods in com.google.monitoring.v3 with parameters of type CreateNotificationChannelRequest Modifier and Type Method Description default voidNotificationChannelServiceGrpc.AsyncService. createNotificationChannel(CreateNotificationChannelRequest request, io.grpc.stub.StreamObserver<NotificationChannel> responseObserver)Creates a new notification channel, representing a single notification endpoint such as an email address, SMS number, or PagerDuty service.NotificationChannelNotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. createNotificationChannel(CreateNotificationChannelRequest request)Creates a new notification channel, representing a single notification endpoint such as an email address, SMS number, or PagerDuty service.com.google.common.util.concurrent.ListenableFuture<NotificationChannel>NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. createNotificationChannel(CreateNotificationChannelRequest request)Creates a new notification channel, representing a single notification endpoint such as an email address, SMS number, or PagerDuty service.voidNotificationChannelServiceGrpc.NotificationChannelServiceStub. createNotificationChannel(CreateNotificationChannelRequest request, io.grpc.stub.StreamObserver<NotificationChannel> responseObserver)Creates a new notification channel, representing a single notification endpoint such as an email address, SMS number, or PagerDuty service.CreateNotificationChannelRequest.BuilderCreateNotificationChannelRequest.Builder. mergeFrom(CreateNotificationChannelRequest other)static CreateNotificationChannelRequest.BuilderCreateNotificationChannelRequest. newBuilder(CreateNotificationChannelRequest prototype)
-