public static interface Report.DataTable.MetricValueGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAbsoluteChangeValues(int index)
public abstract Report.Value getAbsoluteChangeValues(int index)Data for the ABSOLUTE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.Value | |
getAbsoluteChangeValuesCount()
public abstract int getAbsoluteChangeValuesCount()Data for the ABSOLUTE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getAbsoluteChangeValuesList()
public abstract List<Report.Value> getAbsoluteChangeValuesList()Data for the ABSOLUTE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
| Returns | |
|---|---|
| Type | Description | 
| List<Value> | |
getAbsoluteChangeValuesOrBuilder(int index)
public abstract Report.ValueOrBuilder getAbsoluteChangeValuesOrBuilder(int index)Data for the ABSOLUTE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.ValueOrBuilder | |
getAbsoluteChangeValuesOrBuilderList()
public abstract List<? extends Report.ValueOrBuilder> getAbsoluteChangeValuesOrBuilderList()Data for the ABSOLUTE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> | |
getComparisonPercentOfTotalValues(int index)
public abstract Report.Value getComparisonPercentOfTotalValues(int index)Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
 
 repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.Value | |
getComparisonPercentOfTotalValuesCount()
public abstract int getComparisonPercentOfTotalValuesCount()Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
 
 repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getComparisonPercentOfTotalValuesList()
public abstract List<Report.Value> getComparisonPercentOfTotalValuesList()Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
 
 repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| List<Value> | |
getComparisonPercentOfTotalValuesOrBuilder(int index)
public abstract Report.ValueOrBuilder getComparisonPercentOfTotalValuesOrBuilder(int index)Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
 
 repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.ValueOrBuilder | |
getComparisonPercentOfTotalValuesOrBuilderList()
public abstract List<? extends Report.ValueOrBuilder> getComparisonPercentOfTotalValuesOrBuilderList()Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
 
 repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> | |
getComparisonValues(int index)
public abstract Report.Value getComparisonValues(int index)Data for the COMPARISON MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.Value | |
getComparisonValuesCount()
public abstract int getComparisonValuesCount()Data for the COMPARISON MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getComparisonValuesList()
public abstract List<Report.Value> getComparisonValuesList()Data for the COMPARISON MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
| Returns | |
|---|---|
| Type | Description | 
| List<Value> | |
getComparisonValuesOrBuilder(int index)
public abstract Report.ValueOrBuilder getComparisonValuesOrBuilder(int index)Data for the COMPARISON MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.ValueOrBuilder | |
getComparisonValuesOrBuilderList()
public abstract List<? extends Report.ValueOrBuilder> getComparisonValuesOrBuilderList()Data for the COMPARISON MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> | |
getFlagValues(int index)
public abstract 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 | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| boolean | The flagValues at the given index. | 
getFlagValuesCount()
public abstract 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 abstract 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 abstract Report.Value getPrimaryPercentOfTotalValues(int index)Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.Value | |
getPrimaryPercentOfTotalValuesCount()
public abstract int getPrimaryPercentOfTotalValuesCount()Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getPrimaryPercentOfTotalValuesList()
public abstract List<Report.Value> getPrimaryPercentOfTotalValuesList()Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| List<Value> | |
getPrimaryPercentOfTotalValuesOrBuilder(int index)
public abstract Report.ValueOrBuilder getPrimaryPercentOfTotalValuesOrBuilder(int index)Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.ValueOrBuilder | |
getPrimaryPercentOfTotalValuesOrBuilderList()
public abstract List<? extends Report.ValueOrBuilder> getPrimaryPercentOfTotalValuesOrBuilderList()Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> | |
getPrimaryValues(int index)
public abstract Report.Value getPrimaryValues(int index)Data for the PRIMARY MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.Value | |
getPrimaryValuesCount()
public abstract int getPrimaryValuesCount()Data for the PRIMARY MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getPrimaryValuesList()
public abstract List<Report.Value> getPrimaryValuesList()Data for the PRIMARY MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<Value> | |
getPrimaryValuesOrBuilder(int index)
public abstract Report.ValueOrBuilder getPrimaryValuesOrBuilder(int index)Data for the PRIMARY MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.ValueOrBuilder | |
getPrimaryValuesOrBuilderList()
public abstract List<? extends Report.ValueOrBuilder> getPrimaryValuesOrBuilderList()Data for the PRIMARY MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> | |
getRelativeChangeValues(int index)
public abstract Report.Value getRelativeChangeValues(int index)Data for the RELATIVE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.Value | |
getRelativeChangeValuesCount()
public abstract int getRelativeChangeValuesCount()Data for the RELATIVE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getRelativeChangeValuesList()
public abstract List<Report.Value> getRelativeChangeValuesList()Data for the RELATIVE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
| Returns | |
|---|---|
| Type | Description | 
| List<Value> | |
getRelativeChangeValuesOrBuilder(int index)
public abstract Report.ValueOrBuilder getRelativeChangeValuesOrBuilder(int index)Data for the RELATIVE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Report.ValueOrBuilder | |
getRelativeChangeValuesOrBuilderList()
public abstract List<? extends Report.ValueOrBuilder> getRelativeChangeValuesOrBuilderList()Data for the RELATIVE_CHANGE MetricValueType.
 repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> | |