-
- All Implemented Interfaces:
-
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,io.spine.validate.MessageWithConstraints
,io.spine.validation.ListOfAnysOrBuilder
,java.io.Serializable
public final class ListOfAnys extends GeneratedMessageV3 implements MessageWithConstraints, ListOfAnysOrBuilder
Protobuf typeA list of values packed into `google.protobuf.Any`. Unlike any other list in any target language, this message can itself be packed into `Any`.
{@code spine.validation.ListOfAnys}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ListOfAnys.Builder
Protobuf typeA list of values packed into `google.protobuf.Any`. Unlike any other list in any target language, this message can itself be packed into `Any`.
{@code spine.validation.ListOfAnys}
-
Field Summary
Fields Modifier and Type Field Description public final static int
VALUE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final UnknownFieldSet
getUnknownFields()
final static Descriptors.Descriptor
getDescriptor()
List<Any>
getValueList()
repeated .google.protobuf.Any value = 1;
List<out AnyOrBuilder>
getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;
int
getValueCount()
repeated .google.protobuf.Any value = 1;
Any
getValue(int index)
repeated .google.protobuf.Any value = 1;
AnyOrBuilder
getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;
final boolean
isInitialized()
void
writeTo(CodedOutputStream output)
int
getSerializedSize()
boolean
equals(Object obj)
int
hashCode()
static ListOfAnys
parseFrom(ByteBuffer data)
static ListOfAnys
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static ListOfAnys
parseFrom(ByteString data)
static ListOfAnys
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static ListOfAnys
parseFrom(Array<byte> data)
static ListOfAnys
parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
static ListOfAnys
parseFrom(InputStream input)
static ListOfAnys
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ListOfAnys
parseDelimitedFrom(InputStream input)
static ListOfAnys
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static ListOfAnys
parseFrom(CodedInputStream input)
static ListOfAnys
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
ListOfAnys.Builder
newBuilderForType()
static ListOfAnys.Builder
newBuilder()
static ListOfAnys.Builder
newBuilder(ListOfAnys prototype)
ListOfAnys.Builder
toBuilder()
ImmutableList<ConstraintViolation>
validate()
static ListOfAnys
from(Iterable<out Object> values)
static ListOfAnys
getDefaultInstance()
static Parser<ListOfAnys>
parser()
Parser<ListOfAnys>
getParserForType()
ListOfAnys
getDefaultInstanceForType()
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo
-
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, toBuilder
-
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUnknownFields
final UnknownFieldSet getUnknownFields()
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getValueList
List<Any> getValueList()
repeated .google.protobuf.Any value = 1;
-
getValueOrBuilderList
List<out AnyOrBuilder> getValueOrBuilderList()
repeated .google.protobuf.Any value = 1;
-
getValueCount
int getValueCount()
repeated .google.protobuf.Any value = 1;
-
getValue
Any getValue(int index)
repeated .google.protobuf.Any value = 1;
-
getValueOrBuilder
AnyOrBuilder getValueOrBuilder(int index)
repeated .google.protobuf.Any value = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ListOfAnys parseFrom(ByteBuffer data)
-
parseFrom
static ListOfAnys parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ListOfAnys parseFrom(ByteString data)
-
parseFrom
static ListOfAnys parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ListOfAnys parseFrom(Array<byte> data)
-
parseFrom
static ListOfAnys parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ListOfAnys parseFrom(InputStream input)
-
parseFrom
static ListOfAnys parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ListOfAnys parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ListOfAnys parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ListOfAnys parseFrom(CodedInputStream input)
-
parseFrom
static ListOfAnys parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ListOfAnys.Builder newBuilderForType()
-
newBuilder
static ListOfAnys.Builder newBuilder()
-
newBuilder
static ListOfAnys.Builder newBuilder(ListOfAnys prototype)
-
toBuilder
ListOfAnys.Builder toBuilder()
-
validate
@Beta() ImmutableList<ConstraintViolation> validate()
-
from
static ListOfAnys from(Iterable<out Object> values)
-
getDefaultInstance
static ListOfAnys getDefaultInstance()
-
parser
static Parser<ListOfAnys> parser()
-
getParserForType
Parser<ListOfAnys> getParserForType()
-
getDefaultInstanceForType
ListOfAnys getDefaultInstanceForType()
-
-
-
-