public static interface ReportDataTable.MetricValueGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAbsoluteChangeValues(int index)
public abstract 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 |
|
getAbsoluteChangeValuesCount()
public abstract int getAbsoluteChangeValuesCount()Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.ReportValue absolute_change_values = 5;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAbsoluteChangeValuesList()
public abstract 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 abstract 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 abstract 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 abstract 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 |
|
getComparisonPercentOfTotalValuesCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 |
|
getComparisonValuesCount()
public abstract int getComparisonValuesCount()Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.ReportValue comparison_values = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getComparisonValuesList()
public abstract 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 abstract 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 abstract 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> |
|
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 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 |
|
getPrimaryPercentOfTotalValuesCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 |
|
getPrimaryValuesCount()
public abstract int getPrimaryValuesCount()Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.ReportValue primary_values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getPrimaryValuesList()
public abstract 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 abstract 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 abstract 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 abstract 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 |
|
getRelativeChangeValuesCount()
public abstract int getRelativeChangeValuesCount()Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.ReportValue relative_change_values = 6;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRelativeChangeValuesList()
public abstract 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 abstract 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 abstract 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> |
|