Interface RunAccessReportResponseOrBuilder (0.51.0)

public interface RunAccessReportResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1beta.AccessDimensionHeader dimension_headers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta.AccessDimensionHeader dimension_headers = 1;

Returns
TypeDescription
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.v1beta.AccessDimensionHeader dimension_headers = 1;

Returns
TypeDescription
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.v1beta.AccessDimensionHeader dimension_headers = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta.AccessDimensionHeader dimension_headers = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1beta.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.v1beta.AccessMetricHeader metric_headers = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta.AccessMetricHeader metric_headers = 2;

Returns
TypeDescription
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.v1beta.AccessMetricHeader metric_headers = 2;

Returns
TypeDescription
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.v1beta.AccessMetricHeader metric_headers = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta.AccessMetricHeader metric_headers = 2;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1beta.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.v1beta.AccessQuota quota = 5;

Returns
TypeDescription
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.v1beta.AccessQuota quota = 5;

Returns
TypeDescription
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
TypeDescription
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.v1beta.AccessRow rows = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessRow

getRowsCount()

public abstract int getRowsCount()

Rows of dimension value combinations and metric values in the report.

repeated .google.analytics.admin.v1beta.AccessRow rows = 3;

Returns
TypeDescription
int

getRowsList()

public abstract List<AccessRow> getRowsList()

Rows of dimension value combinations and metric values in the report.

repeated .google.analytics.admin.v1beta.AccessRow rows = 3;

Returns
TypeDescription
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.v1beta.AccessRow rows = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
AccessRowOrBuilder

getRowsOrBuilderList()

public abstract List<? extends AccessRowOrBuilder> getRowsOrBuilderList()

Rows of dimension value combinations and metric values in the report.

repeated .google.analytics.admin.v1beta.AccessRow rows = 3;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1beta.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.v1beta.AccessQuota quota = 5;

Returns
TypeDescription
boolean

Whether the quota field is set.