ListOfAnys

public final class ListOfAnys extends GeneratedMessageV3 implements ListOfAnysOrBuilder
A list of values packed into `google.protobuf.Any`.
Unlike any other list in any target language, this message can itself be packed into `Any`.
Protobuf type spine.validation.ListOfAnys

Types

Link copied to clipboard
public final class Builder extends GeneratedMessageV3.Builder<BuilderType> implements ListOfAnysOrBuilder
A list of values packed into `google.protobuf.Any`.
Unlike any other list in any target language, this message can itself be packed into `Any`.
Protobuf type spine.validation.ListOfAnys

Properties

Link copied to clipboard
public final static int VALUE_FIELD_NUMBER

Functions

Link copied to clipboard
boolean equals(Object obj)
Link copied to clipboard
static ListOfAnys from(Iterable<? extends Object> values)
Link copied to clipboard
static ListOfAnys getDefaultInstance()
Link copied to clipboard
ListOfAnys getDefaultInstanceForType()
Link copied to clipboard
final static Descriptors.Descriptor getDescriptor()
Link copied to clipboard
Parser<ListOfAnys> getParserForType()
Link copied to clipboard
int getSerializedSize()
Link copied to clipboard
final UnknownFieldSet getUnknownFields()
Link copied to clipboard
Any getValue(int index)
repeated .google.protobuf.Any value = 1;
Link copied to clipboard
int getValueCount()
repeated .google.protobuf.Any value = 1;
Link copied to clipboard
List<Any> getValueList()
repeated .google.protobuf.Any value = 1;
Link copied to clipboard
AnyOrBuilder getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;
Link copied to clipboard
List<? extends AnyOrBuilder> getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;
Link copied to clipboard
int hashCode()
Link copied to clipboard
GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Link copied to clipboard
final boolean isInitialized()
Link copied to clipboard
static ListOfAnys.Builder newBuilder()
static ListOfAnys.Builder newBuilder(ListOfAnys prototype)
Link copied to clipboard
ListOfAnys.Builder newBuilderForType()
ListOfAnys.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Link copied to clipboard
Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Link copied to clipboard
static ListOfAnys parseDelimitedFrom(InputStream input)
static ListOfAnys parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Link copied to clipboard
static ListOfAnys parseFrom(Array<byte> data)
static ListOfAnys parseFrom(ByteString data)
static ListOfAnys parseFrom(CodedInputStream input)
static ListOfAnys parseFrom(InputStream input)
static ListOfAnys parseFrom(ByteBuffer data)
static ListOfAnys parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
static ListOfAnys parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static ListOfAnys parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
static ListOfAnys parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ListOfAnys parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Link copied to clipboard
static Parser<ListOfAnys> parser()
Link copied to clipboard
ListOfAnys.Builder toBuilder()
Link copied to clipboard
void writeTo(CodedOutputStream output)

Inherited functions

Link copied to clipboard
static void addAll<T>(Iterable<T> values, Collection<? extends Object> list)
Link copied to clipboard
static boolean canUseUnsafe()
Link copied to clipboard
static void checkByteStringIsUtf8(ByteString byteString)
Link copied to clipboard
static int computeStringSize(int fieldNumber, Object value)
Link copied to clipboard
static int computeStringSizeNoTag(Object value)
Link copied to clipboard
static Internal.BooleanList emptyBooleanList()
Link copied to clipboard
static Internal.DoubleList emptyDoubleList()
Link copied to clipboard
static Internal.FloatList emptyFloatList()
Link copied to clipboard
static Internal.IntList emptyIntList()
Link copied to clipboard
static Internal.LongList emptyLongList()
Link copied to clipboard
List<String> findInitializationErrors()
Link copied to clipboard
Map<Descriptors.FieldDescriptor, Object> getAllFields()
Link copied to clipboard
abstract MessageLite getDefaultInstanceForType()
Link copied to clipboard
Descriptors.Descriptor getDescriptorForType()
Link copied to clipboard
Object getField(Descriptors.FieldDescriptor field)
Link copied to clipboard
String getInitializationErrorString()
Link copied to clipboard
Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor oneof)
Link copied to clipboard
abstract Parser<? extends Message> getParserForType()
abstract Parser<? extends MessageLite> getParserForType()
Link copied to clipboard
Object getRepeatedField(Descriptors.FieldDescriptor field, int index)
Link copied to clipboard
int getRepeatedFieldCount(Descriptors.FieldDescriptor field)
Link copied to clipboard
boolean hasField(Descriptors.FieldDescriptor field)
Link copied to clipboard
static int hashBoolean(boolean b)
Link copied to clipboard
static int hashEnum(Internal.EnumLite e)
Link copied to clipboard
static int hashEnumList(List<? extends Internal.EnumLite> list)
Link copied to clipboard
static int hashFields(int hash, Map<Descriptors.FieldDescriptor, Object> map)
Link copied to clipboard
static int hashLong(long n)
Link copied to clipboard
boolean hasOneof(Descriptors.OneofDescriptor oneof)
Link copied to clipboard
MapField internalGetMapField(int fieldNumber)
Link copied to clipboard
static boolean isStringEmpty(Object value)
Link copied to clipboard
void makeExtensionsImmutable()
Link copied to clipboard
void mergeFromAndMakeImmutableInternal(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Link copied to clipboard
static Internal.BooleanList mutableCopy(Internal.BooleanList list)
static Internal.DoubleList mutableCopy(Internal.DoubleList list)
static Internal.FloatList mutableCopy(Internal.FloatList list)
static Internal.IntList mutableCopy(Internal.IntList list)
static Internal.LongList mutableCopy(Internal.LongList list)
Link copied to clipboard
static Internal.BooleanList newBooleanList()
Link copied to clipboard
static Internal.DoubleList newDoubleList()
Link copied to clipboard
static Internal.FloatList newFloatList()
Link copied to clipboard
static Internal.IntList newIntList()
Link copied to clipboard
static Internal.LongList newLongList()
Link copied to clipboard
static M parseDelimitedWithIOException<M extends Message>(Parser<M> parser, InputStream input)
Link copied to clipboard
boolean parseUnknownField(    CodedInputStream input,     UnknownFieldSet.Builder unknownFields,     ExtensionRegistryLite extensionRegistry,     int tag)
Link copied to clipboard
boolean parseUnknownFieldProto3(    CodedInputStream input,     UnknownFieldSet.Builder unknownFields,     ExtensionRegistryLite extensionRegistry,     int tag)
Link copied to clipboard
static M parseWithIOException<M extends Message>(Parser<M> parser, InputStream input)
Link copied to clipboard
static void serializeBooleanMapTo<V>(    CodedOutputStream out,     MapField<Boolean, V> field,     MapEntry<Boolean, V> defaultEntry,     int fieldNumber)
Link copied to clipboard
static void serializeIntegerMapTo<V>(    CodedOutputStream out,     MapField<Integer, V> field,     MapEntry<Integer, V> defaultEntry,     int fieldNumber)
Link copied to clipboard
static void serializeLongMapTo<V>(    CodedOutputStream out,     MapField<Long, V> field,     MapEntry<Long, V> defaultEntry,     int fieldNumber)
Link copied to clipboard
static void serializeStringMapTo<V>(    CodedOutputStream out,     MapField<String, V> field,     MapEntry<String, V> defaultEntry,     int fieldNumber)
Link copied to clipboard
Array<byte> toByteArray()
Link copied to clipboard
ByteString toByteString()
Link copied to clipboard
final String toString()
Link copied to clipboard
void writeDelimitedTo(OutputStream output)
Link copied to clipboard
Object writeReplace()
Link copied to clipboard
static void writeString(    CodedOutputStream output,     int fieldNumber,     Object value)
Link copied to clipboard
static void writeStringNoTag(CodedOutputStream output, Object value)