public class GoogleAnalyticsAdmin.Accounts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleAnalyticsAdmin.Accounts.Delete |
class |
GoogleAnalyticsAdmin.Accounts.Get |
class |
GoogleAnalyticsAdmin.Accounts.GetDataSharingSettings |
class |
GoogleAnalyticsAdmin.Accounts.List |
class |
GoogleAnalyticsAdmin.Accounts.Patch |
class |
GoogleAnalyticsAdmin.Accounts.ProvisionAccountTicket |
class |
GoogleAnalyticsAdmin.Accounts.SearchChangeHistoryEvents |
| Constructor and Description |
|---|
Accounts() |
public GoogleAnalyticsAdmin.Accounts.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the Account to soft-delete. Format: accounts/{account} Example: "accounts/100"IOExceptionpublic GoogleAnalyticsAdmin.Accounts.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the account to lookup. Format: accounts/{account} Example: "accounts/100"IOExceptionpublic GoogleAnalyticsAdmin.Accounts.GetDataSharingSettings getDataSharingSettings(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.name - Required. The name of the settings to lookup. Format: accounts/{account}/dataSharingSettings
Example: "accounts/1000/dataSharingSettings"IOExceptionpublic GoogleAnalyticsAdmin.Accounts.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic GoogleAnalyticsAdmin.Accounts.Patch patch(String name, GoogleAnalyticsAdminV1betaAccount content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"content - the GoogleAnalyticsAdminV1betaAccountIOExceptionpublic GoogleAnalyticsAdmin.Accounts.ProvisionAccountTicket provisionAccountTicket(GoogleAnalyticsAdminV1betaProvisionAccountTicketRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.content - the GoogleAnalyticsAdminV1betaProvisionAccountTicketRequestIOExceptionpublic GoogleAnalyticsAdmin.Accounts.SearchChangeHistoryEvents searchChangeHistoryEvents(String account, GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.account - Required. The account resource for which to return change history resources.content - the GoogleAnalyticsAdminV1betaSearchChangeHistoryEventsRequestIOExceptionCopyright © 2011–2023 Google. All rights reserved.