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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `RunAccessReportResponse` class in the Google Analytics Admin API (Java) manages customized data access reports, extending `GeneratedMessageV3` and implementing `RunAccessReportResponseOrBuilder`."],["It handles reporting data, including dimension headers, metric headers, rows, row count, and quota information, accessible through methods such as `getDimensionHeadersList()`, `getMetricHeadersList()`, `getRowsList()`, `getRowCount()`, and `getQuota()`."],["The class provides numerous static methods for parsing data from various formats, including `byte[]`, `ByteString`, `CodedInputStream`, and `InputStream`, as well as creating new instances and builders."],["The `RunAccessReportResponse` class includes a variety of instance methods for retrieving specific elements of the data, checking the presence of a quota, and managing builders, ensuring proper handling and retrieval of report data."],["The class allows for the generation of new builders, new instances, hashing, serialization, writing to output streams, and checking whether a particular instance has been initialized."]]],[]]