Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
SearchUserActivityResponse |
SearchUserActivityResponse.clone() |
SearchUserActivityResponse |
SearchUserActivityResponse.set(String fieldName,
Object value) |
SearchUserActivityResponse |
SearchUserActivityResponse.setNextPageToken(String nextPageToken)
This token should be passed to [SearchUserActivityRequest](#SearchUserActivityRequest) to
retrieve the next page.
|
SearchUserActivityResponse |
SearchUserActivityResponse.setSampleRate(Double sampleRate)
This field represents the [sampling rate](https://support.google.com/analytics/answer/2637192)
for the given request and is a number between 0.0 to 1.0.
|
SearchUserActivityResponse |
SearchUserActivityResponse.setSessions(List<UserActivitySession> sessions)
Each record represents a session (device details, duration, etc).
|
SearchUserActivityResponse |
SearchUserActivityResponse.setTotalRows(Integer totalRows)
Total rows returned by this query (across different pages).
|
Copyright © 2011–2022 Google. All rights reserved.