Interface EmbeddedSass.Value.MapOrBuilder

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

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

    • getEntriesList

       The entries in this map. The sending endpoint must guarantee that no two
       entries have the same key.
       
      repeated .sass.embedded_protocol.Value.Map.Entry entries = 1;
    • getEntries

      EmbeddedSass.Value.Map.Entry getEntries(int index)
       The entries in this map. The sending endpoint must guarantee that no two
       entries have the same key.
       
      repeated .sass.embedded_protocol.Value.Map.Entry entries = 1;
    • getEntriesCount

      int getEntriesCount()
       The entries in this map. The sending endpoint must guarantee that no two
       entries have the same key.
       
      repeated .sass.embedded_protocol.Value.Map.Entry entries = 1;
    • getEntriesOrBuilderList

      List<? extends EmbeddedSass.Value.Map.EntryOrBuilder> getEntriesOrBuilderList()
       The entries in this map. The sending endpoint must guarantee that no two
       entries have the same key.
       
      repeated .sass.embedded_protocol.Value.Map.Entry entries = 1;
    • getEntriesOrBuilder

      EmbeddedSass.Value.Map.EntryOrBuilder getEntriesOrBuilder(int index)
       The entries in this map. The sending endpoint must guarantee that no two
       entries have the same key.
       
      repeated .sass.embedded_protocol.Value.Map.Entry entries = 1;