public class GoogleAnalyticsAdmin.Properties.CustomDimensions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleAnalyticsAdmin.Properties.CustomDimensions.Archive |
class |
GoogleAnalyticsAdmin.Properties.CustomDimensions.Create |
class |
GoogleAnalyticsAdmin.Properties.CustomDimensions.Get |
class |
GoogleAnalyticsAdmin.Properties.CustomDimensions.List |
class |
GoogleAnalyticsAdmin.Properties.CustomDimensions.Patch |
| Constructor and Description |
|---|
CustomDimensions() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdmin.Properties.CustomDimensions.Archive |
archive(String name,
GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest content)
Archives a CustomDimension on a property.
|
GoogleAnalyticsAdmin.Properties.CustomDimensions.Create |
create(String parent,
GoogleAnalyticsAdminV1betaCustomDimension content)
Creates a CustomDimension.
|
GoogleAnalyticsAdmin.Properties.CustomDimensions.Get |
get(String name)
Lookup for a single CustomDimension.
|
GoogleAnalyticsAdmin.Properties.CustomDimensions.List |
list(String parent)
Lists CustomDimensions on a property.
|
GoogleAnalyticsAdmin.Properties.CustomDimensions.Patch |
patch(String name,
GoogleAnalyticsAdminV1betaCustomDimension content)
Updates a CustomDimension on a property.
|
public GoogleAnalyticsAdmin.Properties.CustomDimensions.Archive archive(String name, GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the CustomDimension to archive. Example format:
properties/1234/customDimensions/5678content - the GoogleAnalyticsAdminV1betaArchiveCustomDimensionRequestIOExceptionpublic GoogleAnalyticsAdmin.Properties.CustomDimensions.Create create(String parent, GoogleAnalyticsAdminV1betaCustomDimension content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Example format: properties/1234content - the GoogleAnalyticsAdminV1betaCustomDimensionIOExceptionpublic GoogleAnalyticsAdmin.Properties.CustomDimensions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the CustomDimension to get. Example format:
properties/1234/customDimensions/5678IOExceptionpublic GoogleAnalyticsAdmin.Properties.CustomDimensions.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Example format: properties/1234IOExceptionpublic GoogleAnalyticsAdmin.Properties.CustomDimensions.Patch patch(String name, GoogleAnalyticsAdminV1betaCustomDimension content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name for this CustomDimension resource. Format:
properties/{property}/customDimensions/{customDimension}content - the GoogleAnalyticsAdminV1betaCustomDimensionIOExceptionCopyright © 2011–2023 Google. All rights reserved.