| 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(String fieldName,
Object value) |
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setAccountId(String accountId)
Account ID to which this view (profile) belongs.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setInternalWebPropertyId(String internalWebPropertyId)
Internal ID for the web property to which this view (profile) belongs.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setProfileId(String profileId)
View (Profile) ID.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setProfileName(String profileName)
View (Profile) name.
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setTableId(String tableId)
Table ID for view (profile).
|
RealtimeData.ProfileInfo |
RealtimeData.ProfileInfo.setWebPropertyId(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.
|
Copyright © 2011–2022 Google. All rights reserved.