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 NotificationChannel
NotificationChannelServiceClient. 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 CreateNotificationChannelRequest
CreateNotificationChannelRequest.Builder. build()
CreateNotificationChannelRequest
CreateNotificationChannelRequest.Builder. buildPartial()
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. getDefaultInstance()
CreateNotificationChannelRequest
CreateNotificationChannelRequest.Builder. getDefaultInstanceForType()
CreateNotificationChannelRequest
CreateNotificationChannelRequest. getDefaultInstanceForType()
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseDelimitedFrom(InputStream input)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(byte[] data)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(InputStream input)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. parseFrom(ByteBuffer data)
static CreateNotificationChannelRequest
CreateNotificationChannelRequest. 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 void
NotificationChannelServiceGrpc.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.NotificationChannel
NotificationChannelServiceGrpc.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.void
NotificationChannelServiceGrpc.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.Builder
CreateNotificationChannelRequest.Builder. mergeFrom(CreateNotificationChannelRequest other)
static CreateNotificationChannelRequest.Builder
CreateNotificationChannelRequest. newBuilder(CreateNotificationChannelRequest prototype)
-