public static final class EmbeddedSass.Value.List.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder> implements EmbeddedSass.Value.ListOrBuilder
A SassScript list value.Protobuf type
sass.embedded_protocol.Value.ListaddRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>public EmbeddedSass.Value.List.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>public EmbeddedSass.Value.List getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EmbeddedSass.Value.List build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.Value.List buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EmbeddedSass.Value.List.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.Value.List.Builder>public EmbeddedSass.Value.List.Builder mergeFrom(EmbeddedSass.Value.List other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>public EmbeddedSass.Value.List.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmbeddedSass.Value.List.Builder>IOExceptionpublic int getSeparatorValue()
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;getSeparatorValue in interface EmbeddedSass.Value.ListOrBuilderpublic EmbeddedSass.Value.List.Builder setSeparatorValue(int value)
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;value - The enum numeric value on the wire for separator to set.public EmbeddedSass.ListSeparator getSeparator()
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;getSeparator in interface EmbeddedSass.Value.ListOrBuilderpublic EmbeddedSass.Value.List.Builder setSeparator(EmbeddedSass.ListSeparator value)
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;value - The separator to set.public EmbeddedSass.Value.List.Builder clearSeparator()
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;public boolean getHasBrackets()
Whether this list has square brackets. Mandatory.
bool has_brackets = 2;getHasBrackets in interface EmbeddedSass.Value.ListOrBuilderpublic EmbeddedSass.Value.List.Builder setHasBrackets(boolean value)
Whether this list has square brackets. Mandatory.
bool has_brackets = 2;value - The hasBrackets to set.public EmbeddedSass.Value.List.Builder clearHasBrackets()
Whether this list has square brackets. Mandatory.
bool has_brackets = 2;public List<EmbeddedSass.Value> getContentsList()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;getContentsList in interface EmbeddedSass.Value.ListOrBuilderpublic int getContentsCount()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;getContentsCount in interface EmbeddedSass.Value.ListOrBuilderpublic EmbeddedSass.Value getContents(int index)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;getContents in interface EmbeddedSass.Value.ListOrBuilderpublic EmbeddedSass.Value.List.Builder setContents(int index, EmbeddedSass.Value value)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.List.Builder setContents(int index, EmbeddedSass.Value.Builder builderForValue)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.List.Builder addContents(EmbeddedSass.Value value)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.List.Builder addContents(int index, EmbeddedSass.Value value)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.List.Builder addContents(EmbeddedSass.Value.Builder builderForValue)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.List.Builder addContents(int index, EmbeddedSass.Value.Builder builderForValue)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.List.Builder addAllContents(Iterable<? extends EmbeddedSass.Value> values)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.List.Builder clearContents()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.List.Builder removeContents(int index)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.Builder getContentsBuilder(int index)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.ValueOrBuilder getContentsOrBuilder(int index)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;getContentsOrBuilder in interface EmbeddedSass.Value.ListOrBuilderpublic List<? extends EmbeddedSass.ValueOrBuilder> getContentsOrBuilderList()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;getContentsOrBuilderList in interface EmbeddedSass.Value.ListOrBuilderpublic EmbeddedSass.Value.Builder addContentsBuilder()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public EmbeddedSass.Value.Builder addContentsBuilder(int index)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public List<EmbeddedSass.Value.Builder> getContentsBuilderList()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;public final EmbeddedSass.Value.List.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>public final EmbeddedSass.Value.List.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>