public static final class Value.Map.Entry.Builder extends com.google.protobuf.GeneratedMessage.Builder<Value.Map.Entry.Builder> implements Value.Map.EntryOrBuilder
A single key/value pair in the map.Protobuf type
sass.embedded_protocol.Value.Map.Entry
Modifier and Type | Method and Description |
---|---|
Value.Map.Entry |
build() |
Value.Map.Entry |
buildPartial() |
Value.Map.Entry.Builder |
clear() |
Value.Map.Entry.Builder |
clearKey()
The key this entry is associated with.
|
Value.Map.Entry.Builder |
clearValue()
The value associated with this key.
|
Value.Map.Entry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Value |
getKey()
The key this entry is associated with.
|
Value.Builder |
getKeyBuilder()
The key this entry is associated with.
|
ValueOrBuilder |
getKeyOrBuilder()
The key this entry is associated with.
|
Value |
getValue()
The value associated with this key.
|
Value.Builder |
getValueBuilder()
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Value.Map.Entry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.Map.Entry.Builder |
mergeFrom(com.google.protobuf.Message other) |
Value.Map.Entry.Builder |
mergeFrom(Value.Map.Entry other) |
Value.Map.Entry.Builder |
mergeKey(Value value)
The key this entry is associated with.
|
Value.Map.Entry.Builder |
mergeValue(Value value)
The value associated with this key.
|
Value.Map.Entry.Builder |
setKey(Value.Builder builderForValue)
The key this entry is associated with.
|
Value.Map.Entry.Builder |
setKey(Value value)
The key this entry is associated with.
|
Value.Map.Entry.Builder |
setValue(Value.Builder builderForValue)
The value associated with this key.
|
Value.Map.Entry.Builder |
setValue(Value value)
The value associated with this key.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<Value.Map.Entry.Builder>
public Value.Map.Entry.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Value.Map.Entry.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Value.Map.Entry.Builder>
public Value.Map.Entry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Value.Map.Entry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Value.Map.Entry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Value.Map.Entry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Value.Map.Entry.Builder>
public Value.Map.Entry.Builder mergeFrom(Value.Map.Entry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<Value.Map.Entry.Builder>
public Value.Map.Entry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Value.Map.Entry.Builder>
IOException
public boolean hasKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
hasKey
in interface Value.Map.EntryOrBuilder
public Value getKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
getKey
in interface Value.Map.EntryOrBuilder
public Value.Map.Entry.Builder setKey(Value value)
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
public Value.Map.Entry.Builder setKey(Value.Builder builderForValue)
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
public Value.Map.Entry.Builder mergeKey(Value value)
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
public Value.Map.Entry.Builder clearKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
public Value.Builder getKeyBuilder()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
public ValueOrBuilder getKeyOrBuilder()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;
getKeyOrBuilder
in interface Value.Map.EntryOrBuilder
public boolean hasValue()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
hasValue
in interface Value.Map.EntryOrBuilder
public Value getValue()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
getValue
in interface Value.Map.EntryOrBuilder
public Value.Map.Entry.Builder setValue(Value value)
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
public Value.Map.Entry.Builder setValue(Value.Builder builderForValue)
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
public Value.Map.Entry.Builder mergeValue(Value value)
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
public Value.Map.Entry.Builder clearValue()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
public Value.Builder getValueBuilder()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
public ValueOrBuilder getValueOrBuilder()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;
getValueOrBuilder
in interface Value.Map.EntryOrBuilder