public static interface EmbeddedSass.Value.MapOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;