public static interface Report.DataTable.RowOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDimensionValues(int index)
public abstract Report.Value getDimensionValues(int index)
The order of the dimension values is the same as the order of the dimensions specified in the request.
repeated .google.ads.admanager.v1.Report.Value dimension_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value |
getDimensionValuesCount()
public abstract int getDimensionValuesCount()
The order of the dimension values is the same as the order of the dimensions specified in the request.
repeated .google.ads.admanager.v1.Report.Value dimension_values = 1;
Returns | |
---|---|
Type | Description |
int |
getDimensionValuesList()
public abstract List<Report.Value> getDimensionValuesList()
The order of the dimension values is the same as the order of the dimensions specified in the request.
repeated .google.ads.admanager.v1.Report.Value dimension_values = 1;
Returns | |
---|---|
Type | Description |
List<Value> |
getDimensionValuesOrBuilder(int index)
public abstract Report.ValueOrBuilder getDimensionValuesOrBuilder(int index)
The order of the dimension values is the same as the order of the dimensions specified in the request.
repeated .google.ads.admanager.v1.Report.Value dimension_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.ValueOrBuilder |
getDimensionValuesOrBuilderList()
public abstract List<? extends Report.ValueOrBuilder> getDimensionValuesOrBuilderList()
The order of the dimension values is the same as the order of the dimensions specified in the request.
repeated .google.ads.admanager.v1.Report.Value dimension_values = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> |
getMetricValueGroups(int index)
public abstract Report.DataTable.MetricValueGroup getMetricValueGroups(int index)
The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.
repeated .google.ads.admanager.v1.Report.DataTable.MetricValueGroup metric_value_groups = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup |
getMetricValueGroupsCount()
public abstract int getMetricValueGroupsCount()
The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.
repeated .google.ads.admanager.v1.Report.DataTable.MetricValueGroup metric_value_groups = 2;
Returns | |
---|---|
Type | Description |
int |
getMetricValueGroupsList()
public abstract List<Report.DataTable.MetricValueGroup> getMetricValueGroupsList()
The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.
repeated .google.ads.admanager.v1.Report.DataTable.MetricValueGroup metric_value_groups = 2;
Returns | |
---|---|
Type | Description |
List<MetricValueGroup> |
getMetricValueGroupsOrBuilder(int index)
public abstract Report.DataTable.MetricValueGroupOrBuilder getMetricValueGroupsOrBuilder(int index)
The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.
repeated .google.ads.admanager.v1.Report.DataTable.MetricValueGroup metric_value_groups = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroupOrBuilder |
getMetricValueGroupsOrBuilderList()
public abstract List<? extends Report.DataTable.MetricValueGroupOrBuilder> getMetricValueGroupsOrBuilderList()
The length of the metric_value_groups field will be equal to the length of the date_ranges field in the fetch response. The metric_value_groups field is ordered such that each index corresponds to the date_range at the same index. For example, given date_ranges [x, y], metric_value_groups will have a length of two. The first entry in metric_value_groups represents the metrics for date x and the second entry in metric_value_groups represents the metrics for date y.
repeated .google.ads.admanager.v1.Report.DataTable.MetricValueGroup metric_value_groups = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.Report.DataTable.MetricValueGroupOrBuilder> |