Entry
public final class Entry extends GeneratedMessageV3 implements MapOfAnys.EntryOrBuilder
Content copied to clipboard
An entry in a map of `Any`s.
Content copied to clipboard
spine.validation.MapOfAnys.Entry
Types
Link copied to clipboard
public final class Builder extends GeneratedMessageV3.Builder<BuilderType> implements MapOfAnys.EntryOrBuilder
Content copied to clipboard
An entry in a map of `Any`s.
Content copied to clipboard
spine.validation.MapOfAnys.Entry
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.google.protobuf.Any key = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
.google.protobuf.Any value = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
MapOfAnys.Entry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
static MapOfAnys.Entry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Content copied to clipboard
Link copied to clipboard
static MapOfAnys.Entry parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
Content copied to clipboard
static MapOfAnys.Entry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Content copied to clipboard
static MapOfAnys.Entry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Content copied to clipboard
static MapOfAnys.Entry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Content copied to clipboard
static MapOfAnys.Entry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Inherited functions
Link copied to clipboard
static void addAll<T>(Iterable<T> values, Collection<? extends Object> list)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
static int hashFields(int hash, Map<Descriptors.FieldDescriptor, Object> map)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
void mergeFromAndMakeImmutableInternal(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
static M parseDelimitedWithIOException<M extends Message>(Parser<M> parser, InputStream input)
Content copied to clipboard
Link copied to clipboard
boolean parseUnknownField( CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag)
Content copied to clipboard
Link copied to clipboard
boolean parseUnknownFieldProto3( CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag)
Content copied to clipboard
Link copied to clipboard
static M parseWithIOException<M extends Message>(Parser<M> parser, InputStream input)
Content copied to clipboard
Link copied to clipboard
static void serializeBooleanMapTo<V>( CodedOutputStream out, MapField<Boolean, V> field, MapEntry<Boolean, V> defaultEntry, int fieldNumber)
Content copied to clipboard
Link copied to clipboard
static void serializeIntegerMapTo<V>( CodedOutputStream out, MapField<Integer, V> field, MapEntry<Integer, V> defaultEntry, int fieldNumber)
Content copied to clipboard
Link copied to clipboard
static void serializeLongMapTo<V>( CodedOutputStream out, MapField<Long, V> field, MapEntry<Long, V> defaultEntry, int fieldNumber)
Content copied to clipboard
Link copied to clipboard
static void serializeStringMapTo<V>( CodedOutputStream out, MapField<String, V> field, MapEntry<String, V> defaultEntry, int fieldNumber)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
static void writeString( CodedOutputStream output, int fieldNumber, Object value)
Content copied to clipboard
Link copied to clipboard