- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
public interface RunReportResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDimensionHeaders(int index)
public abstract 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.v1beta.DimensionHeader dimension_headers = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DimensionHeader |
getDimensionHeadersCount()
public abstract int getDimensionHeadersCount()
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1beta.DimensionHeader dimension_headers = 1;
Returns | |
---|---|
Type | Description |
int |
getDimensionHeadersList()
public abstract List<DimensionHeader> getDimensionHeadersList()
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.data.v1beta.DimensionHeader dimension_headers = 1;
Returns | |
---|---|
Type | Description |
List<DimensionHeader> |
getDimensionHeadersOrBuilder(int index)
public abstract 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.v1beta.DimensionHeader dimension_headers = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
DimensionHeaderOrBuilder |
getDimensionHeadersOrBuilderList()
public abstract 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.v1beta.DimensionHeader dimension_headers = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.data.v1beta.DimensionHeaderOrBuilder> |
getKind()
public abstract String getKind()
Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#runReport". Useful to distinguish between
response types in JSON.
string kind = 10;
Returns | |
---|---|
Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()
Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#runReport". Useful to distinguish between
response types in JSON.
string kind = 10;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kind. |
getMaximums(int index)
public abstract Row getMaximums(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Row |
getMaximumsCount()
public abstract int getMaximumsCount()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Returns | |
---|---|
Type | Description |
int |
getMaximumsList()
public abstract List<Row> getMaximumsList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Returns | |
---|---|
Type | Description |
List<Row> |
getMaximumsOrBuilder(int index)
public abstract RowOrBuilder getMaximumsOrBuilder(int index)
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RowOrBuilder |
getMaximumsOrBuilderList()
public abstract List<? extends RowOrBuilder> getMaximumsOrBuilderList()
If requested, the maximum values of metrics.
repeated .google.analytics.data.v1beta.Row maximums = 5;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.data.v1beta.RowOrBuilder> |
getMetadata()
public abstract ResponseMetaData getMetadata()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;
Returns | |
---|---|
Type | Description |
ResponseMetaData |
The metadata. |
getMetadataOrBuilder()
public abstract ResponseMetaDataOrBuilder getMetadataOrBuilder()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;
Returns | |
---|---|
Type | Description |
ResponseMetaDataOrBuilder |
getMetricHeaders(int index)
public abstract 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.v1beta.MetricHeader metric_headers = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MetricHeader |
getMetricHeadersCount()
public abstract int getMetricHeadersCount()
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1beta.MetricHeader metric_headers = 2;
Returns | |
---|---|
Type | Description |
int |
getMetricHeadersList()
public abstract List<MetricHeader> getMetricHeadersList()
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.data.v1beta.MetricHeader metric_headers = 2;
Returns | |
---|---|
Type | Description |
List<MetricHeader> |
getMetricHeadersOrBuilder(int index)
public abstract 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.v1beta.MetricHeader metric_headers = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MetricHeaderOrBuilder |
getMetricHeadersOrBuilderList()
public abstract 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.v1beta.MetricHeader metric_headers = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.data.v1beta.MetricHeaderOrBuilder> |
getMinimums(int index)
public abstract Row getMinimums(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Row |
getMinimumsCount()
public abstract int getMinimumsCount()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Returns | |
---|---|
Type | Description |
int |
getMinimumsList()
public abstract List<Row> getMinimumsList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Returns | |
---|---|
Type | Description |
List<Row> |
getMinimumsOrBuilder(int index)
public abstract RowOrBuilder getMinimumsOrBuilder(int index)
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RowOrBuilder |
getMinimumsOrBuilderList()
public abstract List<? extends RowOrBuilder> getMinimumsOrBuilderList()
If requested, the minimum values of metrics.
repeated .google.analytics.data.v1beta.Row minimums = 6;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.data.v1beta.RowOrBuilder> |
getPropertyQuota()
public abstract PropertyQuota getPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;
Returns | |
---|---|
Type | Description |
PropertyQuota |
The propertyQuota. |
getPropertyQuotaOrBuilder()
public abstract PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;
Returns | |
---|---|
Type | Description |
PropertyQuotaOrBuilder |
getRowCount()
public abstract int getRowCount()
The total number of rows in the query result. rowCount
is independent of
the number of rows returned in the response, the limit
request
parameter, and the offset
request parameter. For example if a query
returns 175 rows and includes limit
of 50 in the API request, the
response will contain rowCount
of 175 but only 50 rows.
To learn more about this pagination parameter, see Pagination.
int32 row_count = 7;
Returns | |
---|---|
Type | Description |
int |
The rowCount. |
getRows(int index)
public abstract Row getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Row |
getRowsCount()
public abstract int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Returns | |
---|---|
Type | Description |
int |
getRowsList()
public abstract List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Returns | |
---|---|
Type | Description |
List<Row> |
getRowsOrBuilder(int index)
public abstract RowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RowOrBuilder |
getRowsOrBuilderList()
public abstract List<? extends RowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1beta.Row rows = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.data.v1beta.RowOrBuilder> |
getTotals(int index)
public abstract Row getTotals(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Row |
getTotalsCount()
public abstract int getTotalsCount()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Returns | |
---|---|
Type | Description |
int |
getTotalsList()
public abstract List<Row> getTotalsList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Returns | |
---|---|
Type | Description |
List<Row> |
getTotalsOrBuilder(int index)
public abstract RowOrBuilder getTotalsOrBuilder(int index)
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RowOrBuilder |
getTotalsOrBuilderList()
public abstract List<? extends RowOrBuilder> getTotalsOrBuilderList()
If requested, the totaled values of metrics.
repeated .google.analytics.data.v1beta.Row totals = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.data.v1beta.RowOrBuilder> |
hasMetadata()
public abstract boolean hasMetadata()
Metadata for the report.
.google.analytics.data.v1beta.ResponseMetaData metadata = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the metadata field is set. |
hasPropertyQuota()
public abstract boolean hasPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1beta.PropertyQuota property_quota = 9;
Returns | |
---|---|
Type | Description |
boolean |
Whether the propertyQuota field is set. |