| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
RealtimeData |
RealtimeData.clone() |
RealtimeData |
RealtimeData.set(String fieldName,
Object value) |
RealtimeData |
RealtimeData.setColumnHeaders(List<RealtimeData.ColumnHeaders> columnHeaders)
Column headers that list dimension names followed by the metric names.
|
RealtimeData |
RealtimeData.setId(String id)
Unique ID for this data response.
|
RealtimeData |
RealtimeData.setKind(String kind)
Resource type.
|
RealtimeData |
RealtimeData.setProfileInfo(RealtimeData.ProfileInfo profileInfo)
Information for the view (profile), for which the real time data was requested.
|
RealtimeData |
RealtimeData.setQuery(RealtimeData.Query query)
Real time data request query parameters.
|
RealtimeData |
RealtimeData.setRows(List<List<String>> rows)
Real time data rows, where each row contains a list of dimension values followed by the metric
values.
|
RealtimeData |
RealtimeData.setSelfLink(String selfLink)
Link to this page.
|
RealtimeData |
RealtimeData.setTotalResults(Integer totalResults)
The total number of rows for the query, regardless of the number of rows in the response.
|
RealtimeData |
RealtimeData.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.