public class Analytics.Management.Profiles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.Profiles.List |
| Constructor and Description |
|---|
Profiles() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Profiles.List |
list(String accountId,
String webPropertyId)
Lists views (profiles) to which the user has access.
|
public Analytics.Management.Profiles.List list(String accountId, String webPropertyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID for the views (profiles) to retrieve. Can either be a specific account ID or '~all',
which refers to all the accounts to which the user has access.webPropertyId - Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID or
'~all', which refers to all the web properties to which the user has access.IOExceptionCopyright © 2011–2020 Google. All rights reserved.