public static final class UpdateGroupRequest.Builder extends GeneratedMessageV3.Builder<UpdateGroupRequest.Builder> implements UpdateGroupRequestOrBuilder
The `UpdateGroup` request.Protobuf type
google.monitoring.v3.UpdateGroupRequestgetAllFields, 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<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic UpdateGroupRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic UpdateGroupRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic UpdateGroupRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder mergeFrom(UpdateGroupRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public UpdateGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<UpdateGroupRequest.Builder>java.io.IOExceptionpublic boolean hasGroup()
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;hasGroup in interface UpdateGroupRequestOrBuilderpublic Group getGroup()
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;getGroup in interface UpdateGroupRequestOrBuilderpublic UpdateGroupRequest.Builder setGroup(Group value)
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;public UpdateGroupRequest.Builder setGroup(Group.Builder builderForValue)
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;public UpdateGroupRequest.Builder mergeGroup(Group value)
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;public UpdateGroupRequest.Builder clearGroup()
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;public Group.Builder getGroupBuilder()
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;public GroupOrBuilder getGroupOrBuilder()
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;getGroupOrBuilder in interface UpdateGroupRequestOrBuilderpublic boolean getValidateOnly()
If true, validate this request but do not update the existing group.
bool validate_only = 3;getValidateOnly in interface UpdateGroupRequestOrBuilderpublic UpdateGroupRequest.Builder setValidateOnly(boolean value)
If true, validate this request but do not update the existing group.
bool validate_only = 3;public UpdateGroupRequest.Builder clearValidateOnly()
If true, validate this request but do not update the existing group.
bool validate_only = 3;public final UpdateGroupRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>public final UpdateGroupRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<UpdateGroupRequest.Builder>