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.List
addRepeatedField, 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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
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.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>
public EmbeddedSass.Value.List getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public EmbeddedSass.Value.List build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.Value.List buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public EmbeddedSass.Value.List.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.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(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<EmbeddedSass.Value.List.Builder>