public interface CreateNotificationChannelRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The project on which to execute the request.
|
ByteString |
getNameBytes()
The project on which to execute the request.
|
NotificationChannel |
getNotificationChannel()
The definition of the `NotificationChannel` to create.
|
NotificationChannelOrBuilder |
getNotificationChannelOrBuilder()
The definition of the `NotificationChannel` to create.
|
boolean |
hasNotificationChannel()
The definition of the `NotificationChannel` to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
The project on which to execute the request. The format is:
projects/[PROJECT_ID]
Note that this names the container into which the channel will be
written. This does not name the newly created channel. The resulting
channel's name will have a normalized version of this field as a prefix,
but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
string name = 3;ByteString getNameBytes()
The project on which to execute the request. The format is:
projects/[PROJECT_ID]
Note that this names the container into which the channel will be
written. This does not name the newly created channel. The resulting
channel's name will have a normalized version of this field as a prefix,
but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
string name = 3;boolean hasNotificationChannel()
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;NotificationChannel getNotificationChannel()
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;NotificationChannelOrBuilder getNotificationChannelOrBuilder()
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;