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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.Builderclear in interface com.google.protobuf.MessageLite.Builderclear 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.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Value.Map.Entry.Builder>public Value.Map.Entry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Value.Map.Entry build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Value.Map.Entry buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Value.Map.Entry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom 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.MessageLiteOrBuilderisInitialized 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.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Value.Map.Entry.Builder>IOExceptionpublic boolean hasKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;hasKey in interface Value.Map.EntryOrBuilderpublic Value getKey()
The key this entry is associated with. Mandatory.
.sass.embedded_protocol.Value key = 1;getKey in interface Value.Map.EntryOrBuilderpublic 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.EntryOrBuilderpublic boolean hasValue()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;hasValue in interface Value.Map.EntryOrBuilderpublic Value getValue()
The value associated with this key. Mandatory.
.sass.embedded_protocol.Value value = 2;getValue in interface Value.Map.EntryOrBuilderpublic 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