public static final class CreateNotificationChannelRequest.Builder extends GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder> implements CreateNotificationChannelRequestOrBuilder
The `CreateNotificationChannel` request.Protobuf type
google.monitoring.v3.CreateNotificationChannelRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic CreateNotificationChannelRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic CreateNotificationChannelRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic CreateNotificationChannelRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder mergeFrom(CreateNotificationChannelRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public CreateNotificationChannelRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<CreateNotificationChannelRequest.Builder>java.io.IOExceptionpublic java.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;getName in interface CreateNotificationChannelRequestOrBuilderpublic 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;getNameBytes in interface CreateNotificationChannelRequestOrBuilderpublic CreateNotificationChannelRequest.Builder setName(java.lang.String value)
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;public CreateNotificationChannelRequest.Builder clearName()
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;public CreateNotificationChannelRequest.Builder setNameBytes(ByteString value)
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;public boolean hasNotificationChannel()
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;hasNotificationChannel in interface CreateNotificationChannelRequestOrBuilderpublic NotificationChannel getNotificationChannel()
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;getNotificationChannel in interface CreateNotificationChannelRequestOrBuilderpublic CreateNotificationChannelRequest.Builder setNotificationChannel(NotificationChannel value)
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;public CreateNotificationChannelRequest.Builder setNotificationChannel(NotificationChannel.Builder builderForValue)
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;public CreateNotificationChannelRequest.Builder mergeNotificationChannel(NotificationChannel value)
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;public CreateNotificationChannelRequest.Builder clearNotificationChannel()
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;public NotificationChannel.Builder getNotificationChannelBuilder()
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;public NotificationChannelOrBuilder getNotificationChannelOrBuilder()
The definition of the `NotificationChannel` to create.
.google.monitoring.v3.NotificationChannel notification_channel = 2;getNotificationChannelOrBuilder in interface CreateNotificationChannelRequestOrBuilderpublic final CreateNotificationChannelRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>public final CreateNotificationChannelRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<CreateNotificationChannelRequest.Builder>