public static interface Value.Map.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Value |
getKey()
The key this entry is associated with.
|
ValueOrBuilder |
getKeyOrBuilder()
The key this entry is associated with.
|
Value |
getValue()
The value associated with this key.
|
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
boolean hasKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
Value getKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
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;
Value getValue()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
ValueOrBuilder getValueOrBuilder()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;