public static interface EmbeddedSass.Value.ListOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EmbeddedSass.Value |
getContents(int index)
The elements of this list.
|
int |
getContentsCount()
The elements of this list.
|
List<EmbeddedSass.Value> |
getContentsList()
The elements of this list.
|
EmbeddedSass.ValueOrBuilder |
getContentsOrBuilder(int index)
The elements of this list.
|
List<? extends EmbeddedSass.ValueOrBuilder> |
getContentsOrBuilderList()
The elements of this list.
|
boolean |
getHasBrackets()
Whether this list has square brackets.
|
EmbeddedSass.ListSeparator |
getSeparator()
The type of separator for this list.
|
int |
getSeparatorValue()
The type of separator for this list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getSeparatorValue()
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;
EmbeddedSass.ListSeparator getSeparator()
The type of separator for this list. Mandatory.
.sass.embedded_protocol.ListSeparator separator = 1;
boolean getHasBrackets()
Whether this list has square brackets. Mandatory.
bool has_brackets = 2;
List<EmbeddedSass.Value> getContentsList()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;
EmbeddedSass.Value getContents(int index)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;
int getContentsCount()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;
List<? extends EmbeddedSass.ValueOrBuilder> getContentsOrBuilderList()
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;
EmbeddedSass.ValueOrBuilder getContentsOrBuilder(int index)
The elements of this list.
repeated .sass.embedded_protocol.Value contents = 3;