| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.clone() |
RealtimeData.ProfileInfo |
RealtimeData.getProfileInfo()
Information for the view (profile), for which the real time data was requested.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.set(java.lang.String fieldName,
java.lang.Object value) |
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setAccountId(java.lang.String accountId)
Account ID to which this view (profile) belongs.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setProfileId(java.lang.String profileId)
View (Profile) ID.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setProfileName(java.lang.String profileName)
View (Profile) name.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setTableId(java.lang.String tableId)
Table ID for view (profile).
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setWebPropertyId(java.lang.String webPropertyId)
Web Property ID to which this view (profile) belongs.
|
| Modifier and Type | Method and Description |
|---|---|
RealtimeData |
RealtimeData.setProfileInfo(RealtimeData.ProfileInfo profileInfo)
Information for the view (profile), for which the real time data was requested.
|