public interface RunReportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DimensionHeader |
getDimensionHeaders(int index)
Describes dimension columns.
|
int |
getDimensionHeadersCount()
Describes dimension columns.
|
List<DimensionHeader> |
getDimensionHeadersList()
Describes dimension columns.
|
DimensionHeaderOrBuilder |
getDimensionHeadersOrBuilder(int index)
Describes dimension columns.
|
List<? extends DimensionHeaderOrBuilder> |
getDimensionHeadersOrBuilderList()
Describes dimension columns.
|
Row |
getMaximums(int index)
If requested, the maximum values of metrics.
|
int |
getMaximumsCount()
If requested, the maximum values of metrics.
|
List<Row> |
getMaximumsList()
If requested, the maximum values of metrics.
|
RowOrBuilder |
getMaximumsOrBuilder(int index)
If requested, the maximum values of metrics.
|
List<? extends RowOrBuilder> |
getMaximumsOrBuilderList()
If requested, the maximum values of metrics.
|
ResponseMetaData |
getMetadata()
Metadata for the report.
|
ResponseMetaDataOrBuilder |
getMetadataOrBuilder()
Metadata for the report.
|
MetricHeader |
getMetricHeaders(int index)
Describes metric columns.
|
int |
getMetricHeadersCount()
Describes metric columns.
|
List<MetricHeader> |
getMetricHeadersList()
Describes metric columns.
|
MetricHeaderOrBuilder |
getMetricHeadersOrBuilder(int index)
Describes metric columns.
|
List<? extends MetricHeaderOrBuilder> |
getMetricHeadersOrBuilderList()
Describes metric columns.
|
Row |
getMinimums(int index)
If requested, the minimum values of metrics.
|
int |
getMinimumsCount()
If requested, the minimum values of metrics.
|
List<Row> |
getMinimumsList()
If requested, the minimum values of metrics.
|
RowOrBuilder |
getMinimumsOrBuilder(int index)
If requested, the minimum values of metrics.
|
List<? extends RowOrBuilder> |
getMinimumsOrBuilderList()
If requested, the minimum values of metrics.
|
PropertyQuota |
getPropertyQuota()
This Analytics Property's quota state including this request.
|
PropertyQuotaOrBuilder |
getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
|
int |
getRowCount()
The total number of rows in the query result, regardless of the number of
rows returned in the response.
|
Row |
getRows(int index)
Rows of dimension value combinations and metric values in the report.
|
int |
getRowsCount()
Rows of dimension value combinations and metric values in the report.
|
List<Row> |
getRowsList()
Rows of dimension value combinations and metric values in the report.
|
RowOrBuilder |
getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
|
List<? extends RowOrBuilder> |
getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
|
Row |
getTotals(int index)
If requested, the totaled values of metrics.
|
int |
getTotalsCount()
If requested, the totaled values of metrics.
|
List<Row> |
getTotalsList()
If requested, the totaled values of metrics.
|
RowOrBuilder |
getTotalsOrBuilder(int index)
If requested, the totaled values of metrics.
|
List<? extends RowOrBuilder> |
getTotalsOrBuilderList()
If requested, the totaled values of metrics.
|
boolean |
hasMetadata()
Metadata for the report.
|
boolean |
hasPropertyQuota()
This Analytics Property's quota state including this request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DimensionHeader> getDimensionHeadersList()
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 11;DimensionHeader getDimensionHeaders(int index)
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 11;int getDimensionHeadersCount()
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 11;List<? extends DimensionHeaderOrBuilder> getDimensionHeadersOrBuilderList()
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 11;DimensionHeaderOrBuilder getDimensionHeadersOrBuilder(int index)
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 11;List<MetricHeader> getMetricHeadersList()
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 1;MetricHeader getMetricHeaders(int index)
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 1;int getMetricHeadersCount()
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 1;List<? extends MetricHeaderOrBuilder> getMetricHeadersOrBuilderList()
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 1;MetricHeaderOrBuilder getMetricHeadersOrBuilder(int index)
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 1;List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 2;Row getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 2;int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 2;List<? extends RowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 2;RowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 2;List<Row> getTotalsList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1alpha.Row totals = 8;Row getTotals(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1alpha.Row totals = 8;int getTotalsCount()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1alpha.Row totals = 8;List<? extends RowOrBuilder> getTotalsOrBuilderList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1alpha.Row totals = 8;RowOrBuilder getTotalsOrBuilder(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1alpha.Row totals = 8;List<Row> getMaximumsList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1alpha.Row maximums = 9;Row getMaximums(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1alpha.Row maximums = 9;int getMaximumsCount()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1alpha.Row maximums = 9;List<? extends RowOrBuilder> getMaximumsOrBuilderList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1alpha.Row maximums = 9;RowOrBuilder getMaximumsOrBuilder(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1alpha.Row maximums = 9;List<Row> getMinimumsList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1alpha.Row minimums = 10;Row getMinimums(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1alpha.Row minimums = 10;int getMinimumsCount()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1alpha.Row minimums = 10;List<? extends RowOrBuilder> getMinimumsOrBuilderList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1alpha.Row minimums = 10;RowOrBuilder getMinimumsOrBuilder(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1alpha.Row minimums = 10;int getRowCount()
The total number of rows in the query result, regardless of the number of rows returned in the response. For example if a query returns 175 rows and includes limit = 50 in the API request, the response will contain row_count = 175 but only 50 rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
int32 row_count = 12;boolean hasMetadata()
Metadata for the report.
.google.analytics.data.v1alpha.ResponseMetaData metadata = 6;ResponseMetaData getMetadata()
Metadata for the report.
.google.analytics.data.v1alpha.ResponseMetaData metadata = 6;ResponseMetaDataOrBuilder getMetadataOrBuilder()
Metadata for the report.
.google.analytics.data.v1alpha.ResponseMetaData metadata = 6;boolean hasPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 7;PropertyQuota getPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 7;PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 7;Copyright © 2021 Google LLC. All rights reserved.