Class DoubleList (0.37.0)

public final class DoubleList extends GeneratedMessageV3 implements DoubleListOrBuilder

Double list.

Protobuf type google.cloud.discoveryengine.v1beta.DoubleList

Implements

DoubleListOrBuilder

Static Fields

VALUES_FIELD_NUMBER

public static final int VALUES_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DoubleList getDefaultInstance()
Returns
TypeDescription
DoubleList

getDescriptor()

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

newBuilder()

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

newBuilder(DoubleList prototype)

public static DoubleList.Builder newBuilder(DoubleList prototype)
Parameter
NameDescription
prototypeDoubleList
Returns
TypeDescription
DoubleList.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public DoubleList getDefaultInstanceForType()
Returns
TypeDescription
DoubleList

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValues(int index)

public double getValues(int index)

Double values.

repeated double values = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
double

The values at the given index.

getValuesCount()

public int getValuesCount()

Double values.

repeated double values = 1;

Returns
TypeDescription
int

The count of values.

getValuesList()

public List<Double> getValuesList()

Double values.

repeated double values = 1;

Returns
TypeDescription
List<Double>

A list containing the values.

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 DoubleList.Builder newBuilderForType()
Returns
TypeDescription
DoubleList.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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