- 0.62.0 (latest)
- 0.61.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.49.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.37.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
- 0.14.0
public interface RunAccessReportResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDimensionHeaders(int index)
public abstract AccessDimensionHeader getDimensionHeaders(int index)
The header for a column in the report that corresponds to a specific dimension. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessDimensionHeader |
getDimensionHeadersCount()
public abstract int getDimensionHeadersCount()
The header for a column in the report that corresponds to a specific dimension. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Returns | |
---|---|
Type | Description |
int |
getDimensionHeadersList()
public abstract List<AccessDimensionHeader> getDimensionHeadersList()
The header for a column in the report that corresponds to a specific dimension. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Returns | |
---|---|
Type | Description |
List<AccessDimensionHeader> |
getDimensionHeadersOrBuilder(int index)
public abstract AccessDimensionHeaderOrBuilder getDimensionHeadersOrBuilder(int index)
The header for a column in the report that corresponds to a specific dimension. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessDimensionHeaderOrBuilder |
getDimensionHeadersOrBuilderList()
public abstract List<? extends AccessDimensionHeaderOrBuilder> getDimensionHeadersOrBuilderList()
The header for a column in the report that corresponds to a specific dimension. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
repeated .google.analytics.admin.v1alpha.AccessDimensionHeader dimension_headers = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccessDimensionHeaderOrBuilder> |
getMetricHeaders(int index)
public abstract AccessMetricHeader getMetricHeaders(int index)
The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessMetricHeader |
getMetricHeadersCount()
public abstract int getMetricHeadersCount()
The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Returns | |
---|---|
Type | Description |
int |
getMetricHeadersList()
public abstract List<AccessMetricHeader> getMetricHeadersList()
The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Returns | |
---|---|
Type | Description |
List<AccessMetricHeader> |
getMetricHeadersOrBuilder(int index)
public abstract AccessMetricHeaderOrBuilder getMetricHeadersOrBuilder(int index)
The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessMetricHeaderOrBuilder |
getMetricHeadersOrBuilderList()
public abstract List<? extends AccessMetricHeaderOrBuilder> getMetricHeadersOrBuilderList()
The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
repeated .google.analytics.admin.v1alpha.AccessMetricHeader metric_headers = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccessMetricHeaderOrBuilder> |
getQuota()
public abstract AccessQuota getQuota()
The quota state for this Analytics property including this request. This field doesn't work with account-level requests.
.google.analytics.admin.v1alpha.AccessQuota quota = 5;
Returns | |
---|---|
Type | Description |
AccessQuota |
The quota. |
getQuotaOrBuilder()
public abstract AccessQuotaOrBuilder getQuotaOrBuilder()
The quota state for this Analytics property including this request. This field doesn't work with account-level requests.
.google.analytics.admin.v1alpha.AccessQuota quota = 5;
Returns | |
---|---|
Type | Description |
AccessQuotaOrBuilder |
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 = 4;
Returns | |
---|---|
Type | Description |
int |
The rowCount. |
getRows(int index)
public abstract AccessRow getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessRow |
getRowsCount()
public abstract int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns | |
---|---|
Type | Description |
int |
getRowsList()
public abstract List<AccessRow> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns | |
---|---|
Type | Description |
List<AccessRow> |
getRowsOrBuilder(int index)
public abstract AccessRowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AccessRowOrBuilder |
getRowsOrBuilderList()
public abstract List<? extends AccessRowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.admin.v1alpha.AccessRow rows = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.AccessRowOrBuilder> |
hasQuota()
public abstract boolean hasQuota()
The quota state for this Analytics property including this request. This field doesn't work with account-level requests.
.google.analytics.admin.v1alpha.AccessQuota quota = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the quota field is set. |