Interface EmbeddedSass.Value.MapOrBuilder

    • Method Detail

      • getEntriesList

        List<EmbeddedSass.Value.Map.Entry> 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;