public static interface EmbeddedSass.Value.Map.EntryOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
EmbeddedSass.Value |
getKey()
The key this entry is associated with.
|
EmbeddedSass.ValueOrBuilder |
getKeyOrBuilder()
The key this entry is associated with.
|
EmbeddedSass.Value |
getValue()
The value associated with this key.
|
EmbeddedSass.ValueOrBuilder |
getValueOrBuilder()
The value associated with this key.
|
boolean |
hasKey()
The key this entry is associated with.
|
boolean |
hasValue()
The value associated with this key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
EmbeddedSass.Value getKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
EmbeddedSass.ValueOrBuilder getKeyOrBuilder()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
boolean hasValue()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
EmbeddedSass.Value getValue()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
EmbeddedSass.ValueOrBuilder getValueOrBuilder()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;