public static final class UpdateNotificationChannelRequest.Builder extends GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder> implements UpdateNotificationChannelRequestOrBuilder
The `UpdateNotificationChannel` request.Protobuf type
google.monitoring.v3.UpdateNotificationChannelRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public UpdateNotificationChannelRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public UpdateNotificationChannelRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public UpdateNotificationChannelRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder mergeFrom(UpdateNotificationChannelRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public UpdateNotificationChannelRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateNotificationChannelRequest.Builder>
java.io.IOException
public boolean hasUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 2;
hasUpdateMask
in interface UpdateNotificationChannelRequestOrBuilder
public FieldMask getUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 2;
getUpdateMask
in interface UpdateNotificationChannelRequestOrBuilder
public UpdateNotificationChannelRequest.Builder setUpdateMask(FieldMask value)
The fields to update.
.google.protobuf.FieldMask update_mask = 2;
public UpdateNotificationChannelRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
The fields to update.
.google.protobuf.FieldMask update_mask = 2;
public UpdateNotificationChannelRequest.Builder mergeUpdateMask(FieldMask value)
The fields to update.
.google.protobuf.FieldMask update_mask = 2;
public UpdateNotificationChannelRequest.Builder clearUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 2;
public FieldMask.Builder getUpdateMaskBuilder()
The fields to update.
.google.protobuf.FieldMask update_mask = 2;
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
The fields to update.
.google.protobuf.FieldMask update_mask = 2;
getUpdateMaskOrBuilder
in interface UpdateNotificationChannelRequestOrBuilder
public boolean hasNotificationChannel()
A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the `update_mask`.
.google.monitoring.v3.NotificationChannel notification_channel = 3;
hasNotificationChannel
in interface UpdateNotificationChannelRequestOrBuilder
public NotificationChannel getNotificationChannel()
A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the `update_mask`.
.google.monitoring.v3.NotificationChannel notification_channel = 3;
getNotificationChannel
in interface UpdateNotificationChannelRequestOrBuilder
public UpdateNotificationChannelRequest.Builder setNotificationChannel(NotificationChannel value)
A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the `update_mask`.
.google.monitoring.v3.NotificationChannel notification_channel = 3;
public UpdateNotificationChannelRequest.Builder setNotificationChannel(NotificationChannel.Builder builderForValue)
A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the `update_mask`.
.google.monitoring.v3.NotificationChannel notification_channel = 3;
public UpdateNotificationChannelRequest.Builder mergeNotificationChannel(NotificationChannel value)
A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the `update_mask`.
.google.monitoring.v3.NotificationChannel notification_channel = 3;
public UpdateNotificationChannelRequest.Builder clearNotificationChannel()
A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the `update_mask`.
.google.monitoring.v3.NotificationChannel notification_channel = 3;
public NotificationChannel.Builder getNotificationChannelBuilder()
A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the `update_mask`.
.google.monitoring.v3.NotificationChannel notification_channel = 3;
public NotificationChannelOrBuilder getNotificationChannelOrBuilder()
A description of the changes to be applied to the specified notification channel. The description must provide a definition for fields to be updated; the names of these fields should also be included in the `update_mask`.
.google.monitoring.v3.NotificationChannel notification_channel = 3;
getNotificationChannelOrBuilder
in interface UpdateNotificationChannelRequestOrBuilder
public final UpdateNotificationChannelRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>
public final UpdateNotificationChannelRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<UpdateNotificationChannelRequest.Builder>