Interface EmbeddedSass.Value.ListOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
EmbeddedSass.Value.List, EmbeddedSass.Value.List.Builder
Enclosing class:
EmbeddedSass.Value

public static interface EmbeddedSass.Value.ListOrBuilder extends MessageOrBuilder
  • Method Details

    • getSeparatorValue

      int getSeparatorValue()
       The type of separator for this list. Mandatory.
       
      .sass.embedded_protocol.ListSeparator separator = 1;
      Returns:
      The enum numeric value on the wire for separator.
    • getSeparator

       The type of separator for this list. Mandatory.
       
      .sass.embedded_protocol.ListSeparator separator = 1;
      Returns:
      The separator.
    • getHasBrackets

      boolean getHasBrackets()
       Whether this list has square brackets. Mandatory.
       
      bool has_brackets = 2;
      Returns:
      The hasBrackets.
    • getContentsList

      List<EmbeddedSass.Value> getContentsList()
       The elements of this list.
       
      repeated .sass.embedded_protocol.Value contents = 3;
    • getContents

      EmbeddedSass.Value getContents(int index)
       The elements of this list.
       
      repeated .sass.embedded_protocol.Value contents = 3;
    • getContentsCount

      int getContentsCount()
       The elements of this list.
       
      repeated .sass.embedded_protocol.Value contents = 3;
    • getContentsOrBuilderList

      List<? extends EmbeddedSass.ValueOrBuilder> getContentsOrBuilderList()
       The elements of this list.
       
      repeated .sass.embedded_protocol.Value contents = 3;
    • getContentsOrBuilder

      EmbeddedSass.ValueOrBuilder getContentsOrBuilder(int index)
       The elements of this list.
       
      repeated .sass.embedded_protocol.Value contents = 3;