public final class ArrayValue extends GeneratedMessageV3 implements ArrayValueOrBuilder
An array value.
Protobuf type google.firestore.v1.ArrayValue
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ArrayValueImplements
ArrayValueOrBuilderStatic Fields
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ArrayValue getDefaultInstance()
Type | Description |
ArrayValue |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ArrayValue.Builder newBuilder()
Type | Description |
ArrayValue.Builder |
newBuilder(ArrayValue prototype)
public static ArrayValue.Builder newBuilder(ArrayValue prototype)
Name | Description |
prototype | ArrayValue |
Type | Description |
ArrayValue.Builder |
parseDelimitedFrom(InputStream input)
public static ArrayValue parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ArrayValue |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ArrayValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ArrayValue |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ArrayValue parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ArrayValue |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ArrayValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ArrayValue |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ArrayValue parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ArrayValue |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ArrayValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ArrayValue |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ArrayValue parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ArrayValue |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ArrayValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ArrayValue |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ArrayValue parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ArrayValue |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ArrayValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ArrayValue |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ArrayValue parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ArrayValue |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ArrayValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ArrayValue |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ArrayValue> parser()
Type | Description |
Parser<ArrayValue> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ArrayValue getDefaultInstanceForType()
Type | Description |
ArrayValue |
getParserForType()
public Parser<ArrayValue> getParserForType()
Type | Description |
Parser<ArrayValue> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getValues(int index)
public Value getValues(int index)
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Name | Description |
index | int |
Type | Description |
Value |
getValuesCount()
public int getValuesCount()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Type | Description |
int |
getValuesList()
public List<Value> getValuesList()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Type | Description |
List<Value> |
getValuesOrBuilder(int index)
public ValueOrBuilder getValuesOrBuilder(int index)
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Name | Description |
index | int |
Type | Description |
ValueOrBuilder |
getValuesOrBuilderList()
public List<? extends ValueOrBuilder> getValuesOrBuilderList()
Values in the array.
repeated .google.firestore.v1.Value values = 1;
Type | Description |
List<? extends com.google.firestore.v1.ValueOrBuilder> |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ArrayValue.Builder newBuilderForType()
Type | Description |
ArrayValue.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ArrayValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ArrayValue.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ArrayValue.Builder toBuilder()
Type | Description |
ArrayValue.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |