Package sass.embedded_protocol
Interface EmbeddedSass.Value.MapOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
EmbeddedSass.Value.Map
,EmbeddedSass.Value.Map.Builder
- Enclosing class:
- EmbeddedSass.Value
-
Method Summary
Modifier and TypeMethodDescriptiongetEntries
(int index) The entries in this map.int
The entries in this map.The entries in this map.getEntriesOrBuilder
(int index) The entries in this map.List<? extends EmbeddedSass.Value.Map.EntryOrBuilder>
The entries in this map.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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;
-