public class Analytics.Management.Webproperties extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.Webproperties.Get |
class |
Analytics.Management.Webproperties.Insert |
class |
Analytics.Management.Webproperties.List |
class |
Analytics.Management.Webproperties.Patch |
class |
Analytics.Management.Webproperties.Update |
| Constructor and Description |
|---|
Webproperties() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Webproperties.Get |
get(String accountId,
String webPropertyId)
Gets a web property to which the user has access.
|
Analytics.Management.Webproperties.Insert |
insert(String accountId,
Webproperty content)
Create a new property if the account has fewer than 20 properties.
|
Analytics.Management.Webproperties.List |
list(String accountId)
Lists web properties to which the user has access.
|
Analytics.Management.Webproperties.Patch |
patch(String accountId,
String webPropertyId,
Webproperty content)
Updates an existing web property.
|
Analytics.Management.Webproperties.Update |
update(String accountId,
String webPropertyId,
Webproperty content)
Updates an existing web property.
|
public Analytics.Management.Webproperties.Get get(String accountId, String webPropertyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve the web property for.webPropertyId - ID to retrieve the web property for.IOExceptionpublic Analytics.Management.Webproperties.Insert insert(String accountId, Webproperty content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to create the web property for.content - the WebpropertyIOExceptionpublic Analytics.Management.Webproperties.List list(String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which
refers to all the accounts that user has access to.IOExceptionpublic Analytics.Management.Webproperties.Patch patch(String accountId, String webPropertyId, Webproperty content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the web property belongswebPropertyId - Web property IDcontent - the WebpropertyIOExceptionpublic Analytics.Management.Webproperties.Update update(String accountId, String webPropertyId, Webproperty content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the web property belongswebPropertyId - Web property IDcontent - the WebpropertyIOExceptionCopyright © 2011–2022 Google. All rights reserved.