Class ReportDataTable.MetricValueGroup.Builder (0.39.0)

public static final class ReportDataTable.MetricValueGroup.Builder extends GeneratedMessageV3.Builder<ReportDataTable.MetricValueGroup.Builder> implements ReportDataTable.MetricValueGroupOrBuilder

Contains all metric values requested for a single date range and set of column dimension values (returned in the columns field of the response). The order of the metrics in each field corresponds to the order of the metrics specified in the request.

Protobuf type google.ads.admanager.v1.ReportDataTable.MetricValueGroup

Static Methods

getDescriptor()

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

Methods

addAbsoluteChangeValues(ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addAbsoluteChangeValues(ReportValue value)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameter
Name Description
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAbsoluteChangeValues(ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addAbsoluteChangeValues(ReportValue.Builder builderForValue)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameter
Name Description
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAbsoluteChangeValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addAbsoluteChangeValues(int index, ReportValue value)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAbsoluteChangeValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addAbsoluteChangeValues(int index, ReportValue.Builder builderForValue)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAbsoluteChangeValuesBuilder()

public ReportValue.Builder addAbsoluteChangeValuesBuilder()

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Returns
Type Description
ReportValue.Builder

addAbsoluteChangeValuesBuilder(int index)

public ReportValue.Builder addAbsoluteChangeValuesBuilder(int index)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

addAllAbsoluteChangeValues(Iterable<? extends ReportValue> values)

public ReportDataTable.MetricValueGroup.Builder addAllAbsoluteChangeValues(Iterable<? extends ReportValue> values)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportValue>
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAllComparisonPercentOfTotalValues(Iterable<? extends ReportValue> values)

public ReportDataTable.MetricValueGroup.Builder addAllComparisonPercentOfTotalValues(Iterable<? extends ReportValue> values)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportValue>
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAllComparisonValues(Iterable<? extends ReportValue> values)

public ReportDataTable.MetricValueGroup.Builder addAllComparisonValues(Iterable<? extends ReportValue> values)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportValue>
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAllFlagValues(Iterable<? extends Boolean> values)

public ReportDataTable.MetricValueGroup.Builder addAllFlagValues(Iterable<? extends Boolean> values)

If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

repeated bool flag_values = 7;

Parameter
Name Description
values Iterable<? extends java.lang.Boolean>

The flagValues to add.

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

This builder for chaining.

addAllPrimaryPercentOfTotalValues(Iterable<? extends ReportValue> values)

public ReportDataTable.MetricValueGroup.Builder addAllPrimaryPercentOfTotalValues(Iterable<? extends ReportValue> values)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportValue>
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAllPrimaryValues(Iterable<? extends ReportValue> values)

public ReportDataTable.MetricValueGroup.Builder addAllPrimaryValues(Iterable<? extends ReportValue> values)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportValue>
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addAllRelativeChangeValues(Iterable<? extends ReportValue> values)

public ReportDataTable.MetricValueGroup.Builder addAllRelativeChangeValues(Iterable<? extends ReportValue> values)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameter
Name Description
values Iterable<? extends com.google.ads.admanager.v1.ReportValue>
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonPercentOfTotalValues(ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addComparisonPercentOfTotalValues(ReportValue value)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameter
Name Description
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonPercentOfTotalValues(ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addComparisonPercentOfTotalValues(ReportValue.Builder builderForValue)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameter
Name Description
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonPercentOfTotalValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addComparisonPercentOfTotalValues(int index, ReportValue value)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonPercentOfTotalValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addComparisonPercentOfTotalValues(int index, ReportValue.Builder builderForValue)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonPercentOfTotalValuesBuilder()

public ReportValue.Builder addComparisonPercentOfTotalValuesBuilder()

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Returns
Type Description
ReportValue.Builder

addComparisonPercentOfTotalValuesBuilder(int index)

public ReportValue.Builder addComparisonPercentOfTotalValuesBuilder(int index)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

addComparisonValues(ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addComparisonValues(ReportValue value)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameter
Name Description
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonValues(ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addComparisonValues(ReportValue.Builder builderForValue)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameter
Name Description
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addComparisonValues(int index, ReportValue value)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addComparisonValues(int index, ReportValue.Builder builderForValue)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addComparisonValuesBuilder()

public ReportValue.Builder addComparisonValuesBuilder()

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Returns
Type Description
ReportValue.Builder

addComparisonValuesBuilder(int index)

public ReportValue.Builder addComparisonValuesBuilder(int index)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

addFlagValues(boolean value)

public ReportDataTable.MetricValueGroup.Builder addFlagValues(boolean value)

If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

repeated bool flag_values = 7;

Parameter
Name Description
value boolean

The flagValues to add.

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

This builder for chaining.

addPrimaryPercentOfTotalValues(ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addPrimaryPercentOfTotalValues(ReportValue value)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameter
Name Description
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addPrimaryPercentOfTotalValues(ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addPrimaryPercentOfTotalValues(ReportValue.Builder builderForValue)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameter
Name Description
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addPrimaryPercentOfTotalValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addPrimaryPercentOfTotalValues(int index, ReportValue value)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addPrimaryPercentOfTotalValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addPrimaryPercentOfTotalValues(int index, ReportValue.Builder builderForValue)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addPrimaryPercentOfTotalValuesBuilder()

public ReportValue.Builder addPrimaryPercentOfTotalValuesBuilder()

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Returns
Type Description
ReportValue.Builder

addPrimaryPercentOfTotalValuesBuilder(int index)

public ReportValue.Builder addPrimaryPercentOfTotalValuesBuilder(int index)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

addPrimaryValues(ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addPrimaryValues(ReportValue value)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameter
Name Description
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addPrimaryValues(ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addPrimaryValues(ReportValue.Builder builderForValue)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameter
Name Description
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addPrimaryValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addPrimaryValues(int index, ReportValue value)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addPrimaryValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addPrimaryValues(int index, ReportValue.Builder builderForValue)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addPrimaryValuesBuilder()

public ReportValue.Builder addPrimaryValuesBuilder()

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Returns
Type Description
ReportValue.Builder

addPrimaryValuesBuilder(int index)

public ReportValue.Builder addPrimaryValuesBuilder(int index)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

addRelativeChangeValues(ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addRelativeChangeValues(ReportValue value)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameter
Name Description
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addRelativeChangeValues(ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addRelativeChangeValues(ReportValue.Builder builderForValue)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameter
Name Description
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addRelativeChangeValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder addRelativeChangeValues(int index, ReportValue value)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addRelativeChangeValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder addRelativeChangeValues(int index, ReportValue.Builder builderForValue)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

addRelativeChangeValuesBuilder()

public ReportValue.Builder addRelativeChangeValuesBuilder()

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Returns
Type Description
ReportValue.Builder

addRelativeChangeValuesBuilder(int index)

public ReportValue.Builder addRelativeChangeValuesBuilder(int index)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ReportDataTable.MetricValueGroup.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

build()

public ReportDataTable.MetricValueGroup build()
Returns
Type Description
ReportDataTable.MetricValueGroup

buildPartial()

public ReportDataTable.MetricValueGroup buildPartial()
Returns
Type Description
ReportDataTable.MetricValueGroup

clear()

public ReportDataTable.MetricValueGroup.Builder clear()
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

clearAbsoluteChangeValues()

public ReportDataTable.MetricValueGroup.Builder clearAbsoluteChangeValues()

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

clearComparisonPercentOfTotalValues()

public ReportDataTable.MetricValueGroup.Builder clearComparisonPercentOfTotalValues()

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

clearComparisonValues()

public ReportDataTable.MetricValueGroup.Builder clearComparisonValues()

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

clearField(Descriptors.FieldDescriptor field)

public ReportDataTable.MetricValueGroup.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

clearFlagValues()

public ReportDataTable.MetricValueGroup.Builder clearFlagValues()

If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

repeated bool flag_values = 7;

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ReportDataTable.MetricValueGroup.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

clearPrimaryPercentOfTotalValues()

public ReportDataTable.MetricValueGroup.Builder clearPrimaryPercentOfTotalValues()

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

clearPrimaryValues()

public ReportDataTable.MetricValueGroup.Builder clearPrimaryValues()

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

clearRelativeChangeValues()

public ReportDataTable.MetricValueGroup.Builder clearRelativeChangeValues()

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

clone()

public ReportDataTable.MetricValueGroup.Builder clone()
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

getAbsoluteChangeValues(int index)

public ReportValue getAbsoluteChangeValues(int index)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameter
Name Description
index int
Returns
Type Description
ReportValue

getAbsoluteChangeValuesBuilder(int index)

public ReportValue.Builder getAbsoluteChangeValuesBuilder(int index)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

getAbsoluteChangeValuesBuilderList()

public List<ReportValue.Builder> getAbsoluteChangeValuesBuilderList()

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Returns
Type Description
List<Builder>

getAbsoluteChangeValuesCount()

public int getAbsoluteChangeValuesCount()

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Returns
Type Description
int

getAbsoluteChangeValuesList()

public List<ReportValue> getAbsoluteChangeValuesList()

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Returns
Type Description
List<ReportValue>

getAbsoluteChangeValuesOrBuilder(int index)

public ReportValueOrBuilder getAbsoluteChangeValuesOrBuilder(int index)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameter
Name Description
index int
Returns
Type Description
ReportValueOrBuilder

getAbsoluteChangeValuesOrBuilderList()

public List<? extends ReportValueOrBuilder> getAbsoluteChangeValuesOrBuilderList()

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.ReportValueOrBuilder>

getComparisonPercentOfTotalValues(int index)

public ReportValue getComparisonPercentOfTotalValues(int index)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameter
Name Description
index int
Returns
Type Description
ReportValue

getComparisonPercentOfTotalValuesBuilder(int index)

public ReportValue.Builder getComparisonPercentOfTotalValuesBuilder(int index)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

getComparisonPercentOfTotalValuesBuilderList()

public List<ReportValue.Builder> getComparisonPercentOfTotalValuesBuilderList()

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Returns
Type Description
List<Builder>

getComparisonPercentOfTotalValuesCount()

public int getComparisonPercentOfTotalValuesCount()

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Returns
Type Description
int

getComparisonPercentOfTotalValuesList()

public List<ReportValue> getComparisonPercentOfTotalValuesList()

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Returns
Type Description
List<ReportValue>

getComparisonPercentOfTotalValuesOrBuilder(int index)

public ReportValueOrBuilder getComparisonPercentOfTotalValuesOrBuilder(int index)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameter
Name Description
index int
Returns
Type Description
ReportValueOrBuilder

getComparisonPercentOfTotalValuesOrBuilderList()

public List<? extends ReportValueOrBuilder> getComparisonPercentOfTotalValuesOrBuilderList()

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.ReportValueOrBuilder>

getComparisonValues(int index)

public ReportValue getComparisonValues(int index)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameter
Name Description
index int
Returns
Type Description
ReportValue

getComparisonValuesBuilder(int index)

public ReportValue.Builder getComparisonValuesBuilder(int index)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

getComparisonValuesBuilderList()

public List<ReportValue.Builder> getComparisonValuesBuilderList()

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Returns
Type Description
List<Builder>

getComparisonValuesCount()

public int getComparisonValuesCount()

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Returns
Type Description
int

getComparisonValuesList()

public List<ReportValue> getComparisonValuesList()

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Returns
Type Description
List<ReportValue>

getComparisonValuesOrBuilder(int index)

public ReportValueOrBuilder getComparisonValuesOrBuilder(int index)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameter
Name Description
index int
Returns
Type Description
ReportValueOrBuilder

getComparisonValuesOrBuilderList()

public List<? extends ReportValueOrBuilder> getComparisonValuesOrBuilderList()

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.ReportValueOrBuilder>

getDefaultInstanceForType()

public ReportDataTable.MetricValueGroup getDefaultInstanceForType()
Returns
Type Description
ReportDataTable.MetricValueGroup

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFlagValues(int index)

public boolean getFlagValues(int index)

If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

repeated bool flag_values = 7;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
boolean

The flagValues at the given index.

getFlagValuesCount()

public int getFlagValuesCount()

If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

repeated bool flag_values = 7;

Returns
Type Description
int

The count of flagValues.

getFlagValuesList()

public List<Boolean> getFlagValuesList()

If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

repeated bool flag_values = 7;

Returns
Type Description
List<Boolean>

A list containing the flagValues.

getPrimaryPercentOfTotalValues(int index)

public ReportValue getPrimaryPercentOfTotalValues(int index)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameter
Name Description
index int
Returns
Type Description
ReportValue

getPrimaryPercentOfTotalValuesBuilder(int index)

public ReportValue.Builder getPrimaryPercentOfTotalValuesBuilder(int index)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

getPrimaryPercentOfTotalValuesBuilderList()

public List<ReportValue.Builder> getPrimaryPercentOfTotalValuesBuilderList()

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Returns
Type Description
List<Builder>

getPrimaryPercentOfTotalValuesCount()

public int getPrimaryPercentOfTotalValuesCount()

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Returns
Type Description
int

getPrimaryPercentOfTotalValuesList()

public List<ReportValue> getPrimaryPercentOfTotalValuesList()

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Returns
Type Description
List<ReportValue>

getPrimaryPercentOfTotalValuesOrBuilder(int index)

public ReportValueOrBuilder getPrimaryPercentOfTotalValuesOrBuilder(int index)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameter
Name Description
index int
Returns
Type Description
ReportValueOrBuilder

getPrimaryPercentOfTotalValuesOrBuilderList()

public List<? extends ReportValueOrBuilder> getPrimaryPercentOfTotalValuesOrBuilderList()

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.ReportValueOrBuilder>

getPrimaryValues(int index)

public ReportValue getPrimaryValues(int index)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportValue

getPrimaryValuesBuilder(int index)

public ReportValue.Builder getPrimaryValuesBuilder(int index)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

getPrimaryValuesBuilderList()

public List<ReportValue.Builder> getPrimaryValuesBuilderList()

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Returns
Type Description
List<Builder>

getPrimaryValuesCount()

public int getPrimaryValuesCount()

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Returns
Type Description
int

getPrimaryValuesList()

public List<ReportValue> getPrimaryValuesList()

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Returns
Type Description
List<ReportValue>

getPrimaryValuesOrBuilder(int index)

public ReportValueOrBuilder getPrimaryValuesOrBuilder(int index)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportValueOrBuilder

getPrimaryValuesOrBuilderList()

public List<? extends ReportValueOrBuilder> getPrimaryValuesOrBuilderList()

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.ReportValueOrBuilder>

getRelativeChangeValues(int index)

public ReportValue getRelativeChangeValues(int index)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameter
Name Description
index int
Returns
Type Description
ReportValue

getRelativeChangeValuesBuilder(int index)

public ReportValue.Builder getRelativeChangeValuesBuilder(int index)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameter
Name Description
index int
Returns
Type Description
ReportValue.Builder

getRelativeChangeValuesBuilderList()

public List<ReportValue.Builder> getRelativeChangeValuesBuilderList()

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Returns
Type Description
List<Builder>

getRelativeChangeValuesCount()

public int getRelativeChangeValuesCount()

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Returns
Type Description
int

getRelativeChangeValuesList()

public List<ReportValue> getRelativeChangeValuesList()

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Returns
Type Description
List<ReportValue>

getRelativeChangeValuesOrBuilder(int index)

public ReportValueOrBuilder getRelativeChangeValuesOrBuilder(int index)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameter
Name Description
index int
Returns
Type Description
ReportValueOrBuilder

getRelativeChangeValuesOrBuilderList()

public List<? extends ReportValueOrBuilder> getRelativeChangeValuesOrBuilderList()

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.ReportValueOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ReportDataTable.MetricValueGroup other)

public ReportDataTable.MetricValueGroup.Builder mergeFrom(ReportDataTable.MetricValueGroup other)
Parameter
Name Description
other ReportDataTable.MetricValueGroup
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ReportDataTable.MetricValueGroup.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ReportDataTable.MetricValueGroup.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ReportDataTable.MetricValueGroup.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

removeAbsoluteChangeValues(int index)

public ReportDataTable.MetricValueGroup.Builder removeAbsoluteChangeValues(int index)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

removeComparisonPercentOfTotalValues(int index)

public ReportDataTable.MetricValueGroup.Builder removeComparisonPercentOfTotalValues(int index)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

removeComparisonValues(int index)

public ReportDataTable.MetricValueGroup.Builder removeComparisonValues(int index)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

removePrimaryPercentOfTotalValues(int index)

public ReportDataTable.MetricValueGroup.Builder removePrimaryPercentOfTotalValues(int index)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

removePrimaryValues(int index)

public ReportDataTable.MetricValueGroup.Builder removePrimaryValues(int index)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

removeRelativeChangeValues(int index)

public ReportDataTable.MetricValueGroup.Builder removeRelativeChangeValues(int index)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameter
Name Description
index int
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setAbsoluteChangeValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder setAbsoluteChangeValues(int index, ReportValue value)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setAbsoluteChangeValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder setAbsoluteChangeValues(int index, ReportValue.Builder builderForValue)

Data for the ABSOLUTE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setComparisonPercentOfTotalValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder setComparisonPercentOfTotalValues(int index, ReportValue value)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setComparisonPercentOfTotalValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder setComparisonPercentOfTotalValues(int index, ReportValue.Builder builderForValue)

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_percent_of_total_values = 4;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setComparisonValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder setComparisonValues(int index, ReportValue value)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setComparisonValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder setComparisonValues(int index, ReportValue.Builder builderForValue)

Data for the COMPARISON MetricValueType.

repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ReportDataTable.MetricValueGroup.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

setFlagValues(int index, boolean value)

public ReportDataTable.MetricValueGroup.Builder setFlagValues(int index, boolean value)

If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

repeated bool flag_values = 7;

Parameters
Name Description
index int

The index to set the value at.

value boolean

The flagValues to set.

Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

This builder for chaining.

setPrimaryPercentOfTotalValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder setPrimaryPercentOfTotalValues(int index, ReportValue value)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setPrimaryPercentOfTotalValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder setPrimaryPercentOfTotalValues(int index, ReportValue.Builder builderForValue)

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_percent_of_total_values = 2;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setPrimaryValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder setPrimaryValues(int index, ReportValue value)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setPrimaryValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder setPrimaryValues(int index, ReportValue.Builder builderForValue)

Data for the PRIMARY MetricValueType.

repeated .google.ads.admanager.v1.ReportValue primary_values = 1;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setRelativeChangeValues(int index, ReportValue value)

public ReportDataTable.MetricValueGroup.Builder setRelativeChangeValues(int index, ReportValue value)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameters
Name Description
index int
value ReportValue
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setRelativeChangeValues(int index, ReportValue.Builder builderForValue)

public ReportDataTable.MetricValueGroup.Builder setRelativeChangeValues(int index, ReportValue.Builder builderForValue)

Data for the RELATIVE_CHANGE MetricValueType.

repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;

Parameters
Name Description
index int
builderForValue ReportValue.Builder
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ReportDataTable.MetricValueGroup.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ReportDataTable.MetricValueGroup.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ReportDataTable.MetricValueGroup.Builder
Overrides