Class ValueList (6.62.0)

public final class ValueList extends GeneratedMessageV3 implements ValueListOrBuilder

List of values.

Protobuf type google.spanner.executor.v1.ValueList

Implements

ValueListOrBuilder

Static Fields

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ValueList getDefaultInstance()
Returns
TypeDescription
ValueList

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ValueList.Builder newBuilder()
Returns
TypeDescription
ValueList.Builder

newBuilder(ValueList prototype)

public static ValueList.Builder newBuilder(ValueList prototype)
Parameter
NameDescription
prototypeValueList
Returns
TypeDescription
ValueList.Builder

parseDelimitedFrom(InputStream input)

public static ValueList parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ValueList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ValueList parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ValueList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ValueList parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ValueList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ValueList parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ValueList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ValueList parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ValueList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ValueList parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ValueList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ValueList
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ValueList> parser()
Returns
TypeDescription
Parser<ValueList>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ValueList getDefaultInstanceForType()
Returns
TypeDescription
ValueList

getParserForType()

public Parser<ValueList> getParserForType()
Returns
TypeDescription
Parser<ValueList>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValue(int index)

public Value getValue(int index)

Values contained in this ValueList.

repeated .google.spanner.executor.v1.Value value = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Value

getValueCount()

public int getValueCount()

Values contained in this ValueList.

repeated .google.spanner.executor.v1.Value value = 1;

Returns
TypeDescription
int

getValueList()

public List<Value> getValueList()

Values contained in this ValueList.

repeated .google.spanner.executor.v1.Value value = 1;

Returns
TypeDescription
List<Value>

getValueOrBuilder(int index)

public ValueOrBuilder getValueOrBuilder(int index)

Values contained in this ValueList.

repeated .google.spanner.executor.v1.Value value = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueOrBuilder

getValueOrBuilderList()

public List<? extends ValueOrBuilder> getValueOrBuilderList()

Values contained in this ValueList.

repeated .google.spanner.executor.v1.Value value = 1;

Returns
TypeDescription
List<? extends com.google.spanner.executor.v1.ValueOrBuilder>

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ValueList.Builder newBuilderForType()
Returns
TypeDescription
ValueList.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ValueList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ValueList.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ValueList.Builder toBuilder()
Returns
TypeDescription
ValueList.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException