|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GaData | |
|---|---|
| com.google.api.services.analytics.model | |
| Uses of GaData in com.google.api.services.analytics.model |
|---|
| Methods in com.google.api.services.analytics.model that return GaData | |
|---|---|
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.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 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||