public class GoogleAnalyticsAdmin.Properties extends Object
| Constructor and Description |
|---|
Properties() |
public GoogleAnalyticsAdmin.Properties.AcknowledgeUserDataCollection acknowledgeUserDataCollection(String property, GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke
the remote operation.property - Required. The property for which to acknowledge user data collection.content - the GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequestIOExceptionpublic GoogleAnalyticsAdmin.Properties.Create create(GoogleAnalyticsAdminV1betaProperty content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GoogleAnalyticsAdminV1betaPropertyIOExceptionpublic GoogleAnalyticsAdmin.Properties.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the Property to soft-delete. Format: properties/{property_id} Example:
"properties/1000"IOExceptionpublic GoogleAnalyticsAdmin.Properties.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the property to lookup. Format: properties/{property_id} Example:
"properties/1000"IOExceptionpublic GoogleAnalyticsAdmin.Properties.GetDataRetentionSettings getDataRetentionSettings(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.name - Required. The name of the settings to lookup. Format: properties/{property}/dataRetentionSettings
Example: "properties/1000/dataRetentionSettings"IOExceptionpublic GoogleAnalyticsAdmin.Properties.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic GoogleAnalyticsAdmin.Properties.Patch patch(String name, GoogleAnalyticsAdminV1betaProperty content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name of this property. Format: properties/{property_id} Example:
"properties/1000"content - the GoogleAnalyticsAdminV1betaPropertyIOExceptionpublic GoogleAnalyticsAdmin.Properties.UpdateDataRetentionSettings updateDataRetentionSettings(String name, GoogleAnalyticsAdminV1betaDataRetentionSettings content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.name - Output only. Resource name for this DataRetentionSetting resource. Format:
properties/{property}/dataRetentionSettingscontent - the GoogleAnalyticsAdminV1betaDataRetentionSettingsIOExceptionpublic GoogleAnalyticsAdmin.Properties.ConversionEvents conversionEvents()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.ConversionEvents.List request = analyticsadmin.conversionEvents().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.CustomDimensions customDimensions()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.CustomDimensions.List request = analyticsadmin.customDimensions().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.CustomMetrics customMetrics()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.CustomMetrics.List request = analyticsadmin.customMetrics().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.DataStreams dataStreams()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.DataStreams.List request = analyticsadmin.dataStreams().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.FirebaseLinks firebaseLinks()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.FirebaseLinks.List request = analyticsadmin.firebaseLinks().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.GoogleAdsLinks googleAdsLinks()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.GoogleAdsLinks.List request = analyticsadmin.googleAdsLinks().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.