Class ReportValue.DoubleList (0.39.0)

public static final class ReportValue.DoubleList extends GeneratedMessageV3 implements ReportValue.DoubleListOrBuilder

A list of double values.

Protobuf type google.ads.admanager.v1.ReportValue.DoubleList

Static Fields

VALUES_FIELD_NUMBER

public static final int VALUES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ReportValue.DoubleList getDefaultInstance()
Returns
Type Description
ReportValue.DoubleList

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ReportValue.DoubleList.Builder newBuilder()
Returns
Type Description
ReportValue.DoubleList.Builder

newBuilder(ReportValue.DoubleList prototype)

public static ReportValue.DoubleList.Builder newBuilder(ReportValue.DoubleList prototype)
Parameter
Name Description
prototype ReportValue.DoubleList
Returns
Type Description
ReportValue.DoubleList.Builder

parseDelimitedFrom(InputStream input)

public static ReportValue.DoubleList parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportValue.DoubleList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ReportValue.DoubleList parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReportValue.DoubleList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReportValue.DoubleList parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReportValue.DoubleList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReportValue.DoubleList parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportValue.DoubleList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ReportValue.DoubleList parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportValue.DoubleList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ReportValue.DoubleList parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReportValue.DoubleList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportValue.DoubleList
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ReportValue.DoubleList> parser()
Returns
Type Description
Parser<DoubleList>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ReportValue.DoubleList getDefaultInstanceForType()
Returns
Type Description
ReportValue.DoubleList

getParserForType()

public Parser<ReportValue.DoubleList> getParserForType()
Returns
Type Description
Parser<DoubleList>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getValues(int index)

public double getValues(int index)

The values

repeated double values = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
double

The values at the given index.

getValuesCount()

public int getValuesCount()

The values

repeated double values = 1;

Returns
Type Description
int

The count of values.

getValuesList()

public List<Double> getValuesList()

The values

repeated double values = 1;

Returns
Type Description
List<Double>

A list containing the values.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ReportValue.DoubleList.Builder newBuilderForType()
Returns
Type Description
ReportValue.DoubleList.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReportValue.DoubleList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ReportValue.DoubleList.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ReportValue.DoubleList.Builder toBuilder()
Returns
Type Description
ReportValue.DoubleList.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException