| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
GaData |
GaData.clone() |
GaData |
GaData.set(String fieldName,
Object value) |
GaData |
GaData.setColumnHeaders(List<GaData.ColumnHeaders> columnHeaders)
Column headers that list dimension names followed by the metric names.
|
GaData |
GaData.setContainsSampledData(Boolean containsSampledData)
Determines if Analytics data contains samples.
|
GaData |
GaData.setDataLastRefreshed(Long dataLastRefreshed)
The last refreshed time in seconds for Analytics data.
|
GaData |
GaData.setDataTable(GaData.DataTable dataTable) |
GaData |
GaData.setId(String id)
Unique ID for this data response.
|
GaData |
GaData.setItemsPerPage(Integer itemsPerPage)
The maximum number of rows the response can contain, regardless of the actual number of rows
returned.
|
GaData |
GaData.setKind(String kind)
Resource type.
|
GaData |
GaData.setNextLink(String nextLink)
Link to next page for this Analytics data query.
|
GaData |
GaData.setPreviousLink(String previousLink)
Link to previous page for this Analytics data query.
|
GaData |
GaData.setProfileInfo(GaData.ProfileInfo profileInfo)
Information for the view (profile), for which the Analytics data was requested.
|
GaData |
GaData.setQuery(GaData.Query query)
Analytics data request query parameters.
|
GaData |
GaData.setRows(List<List<String>> rows)
Analytics data rows, where each row contains a list of dimension values followed by the metric
values.
|
GaData |
GaData.setSampleSize(Long sampleSize)
The number of samples used to calculate the result.
|
GaData |
GaData.setSampleSpace(Long sampleSpace)
Total size of the sample space from which the samples were selected.
|
GaData |
GaData.setSelfLink(String selfLink)
Link to this page.
|
GaData |
GaData.setTotalResults(Integer totalResults)
The total number of rows for the query, regardless of the number of rows in the response.
|
GaData |
GaData.setTotalsForAllResults(Map<String,String> totalsForAllResults)
Total values for the requested metrics over all the results, not just the results returned in
this response.
|
Copyright © 2011–2022 Google. All rights reserved.