public class Analytics.Management.Profiles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.Profiles.Delete |
class |
Analytics.Management.Profiles.Get |
class |
Analytics.Management.Profiles.Insert |
class |
Analytics.Management.Profiles.List |
class |
Analytics.Management.Profiles.Patch |
class |
Analytics.Management.Profiles.Update |
| Constructor and Description |
|---|
Profiles() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Profiles.Delete |
delete(String accountId,
String webPropertyId,
String profileId)
Deletes a view (profile).
|
Analytics.Management.Profiles.Get |
get(String accountId,
String webPropertyId,
String profileId)
Gets a view (profile) to which the user has access.
|
Analytics.Management.Profiles.Insert |
insert(String accountId,
String webPropertyId,
Profile content)
Create a new view (profile).
|
Analytics.Management.Profiles.List |
list(String accountId,
String webPropertyId)
Lists views (profiles) to which the user has access.
|
Analytics.Management.Profiles.Patch |
patch(String accountId,
String webPropertyId,
String profileId,
Profile content)
Updates an existing view (profile).
|
Analytics.Management.Profiles.Update |
update(String accountId,
String webPropertyId,
String profileId,
Profile content)
Updates an existing view (profile).
|
public Analytics.Management.Profiles.Delete delete(String accountId, String webPropertyId, String profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to delete the view (profile) for.webPropertyId - Web property ID to delete the view (profile) for.profileId - ID of the view (profile) to be deleted.IOExceptionpublic Analytics.Management.Profiles.Get get(String accountId, String webPropertyId, String profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve the view (profile) for.webPropertyId - Web property ID to retrieve the view (profile) for.profileId - View (Profile) ID to retrieve the view (profile) for.IOExceptionpublic Analytics.Management.Profiles.Insert insert(String accountId, String webPropertyId, Profile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create the view (profile) for.webPropertyId - Web property ID to create the view (profile) for.content - the ProfileIOExceptionpublic Analytics.Management.Profiles.List list(String accountId, String webPropertyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID for the view (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.IOExceptionpublic Analytics.Management.Profiles.Patch patch(String accountId, String webPropertyId, String profileId, Profile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the view (profile) belongswebPropertyId - Web property ID to which the view (profile) belongsprofileId - ID of the view (profile) to be updated.content - the ProfileIOExceptionpublic Analytics.Management.Profiles.Update update(String accountId, String webPropertyId, String profileId, Profile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the view (profile) belongswebPropertyId - Web property ID to which the view (profile) belongsprofileId - ID of the view (profile) to be updated.content - the ProfileIOExceptionCopyright © 2011–2022 Google. All rights reserved.