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
public static interface EmbeddedSass.Value.MapOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmbeddedSass.Value.Map.Entry
getEntries(int index)
The entries in this map.int
getEntriesCount()
The entries in this map.List<EmbeddedSass.Value.Map.Entry>
getEntriesList()
The entries in this map.EmbeddedSass.Value.Map.EntryOrBuilder
getEntriesOrBuilder(int index)
The entries in this map.List<? extends EmbeddedSass.Value.Map.EntryOrBuilder>
getEntriesOrBuilderList()
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 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;
-
-