public static final class EmbeddedSass.Value.List.Builder extends GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder> implements EmbeddedSass.Value.ListOrBuilder
A SassScript list value.Protobuf type
sass.embedded_protocol.Value.List
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<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public EmbeddedSass.Value.List build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public EmbeddedSass.Value.List buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public EmbeddedSass.Value.List.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder mergeFrom(EmbeddedSass.Value.List other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<EmbeddedSass.Value.List.Builder>
IOException
public int getSeparatorValue()
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;
getSeparatorValue
in interface EmbeddedSass.Value.ListOrBuilder
public 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.ListOrBuilder
public 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.ListOrBuilder
public 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.ListOrBuilder
public int getContentsCount()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;
getContentsCount
in interface EmbeddedSass.Value.ListOrBuilder
public EmbeddedSass.Value getContents(int index)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;
getContents
in interface EmbeddedSass.Value.ListOrBuilder
public 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.ListOrBuilder
public List<? extends EmbeddedSass.ValueOrBuilder> getContentsOrBuilderList()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;
getContentsOrBuilderList
in interface EmbeddedSass.Value.ListOrBuilder
public 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(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public final EmbeddedSass.Value.List.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>