target.apidocs.com.google.api.services.analyticsadmin.v1beta.GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.html Maven / Gradle / Ivy
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks (Google Analytics Admin API v1beta-rev20240916-2.0.0)
com.google.api.services.analyticsadmin.v1beta
Class GoogleAnalyticsAdmin.Properties.GoogleAdsLinks
- java.lang.Object
-
- com.google.api.services.analyticsadmin.v1beta.GoogleAnalyticsAdmin.Properties.GoogleAdsLinks
-
- Enclosing class:
- GoogleAnalyticsAdmin.Properties
public class GoogleAnalyticsAdmin.Properties.GoogleAdsLinks
extends Object
The "googleAdsLinks" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Create
class
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Delete
class
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.List
class
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Patch
-
Constructor Summary
Constructors
Constructor and Description
GoogleAdsLinks()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Create
create(String parent,
GoogleAnalyticsAdminV1betaGoogleAdsLink content)
Creates a GoogleAdsLink.
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Delete
delete(String name)
Deletes a GoogleAdsLink on a property
Create a request for the method "googleAdsLinks.delete".
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.List
list(String parent)
Lists GoogleAdsLinks on a property.
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Patch
patch(String name,
GoogleAnalyticsAdminV1betaGoogleAdsLink content)
Updates a GoogleAdsLink on a property
Create a request for the method "googleAdsLinks.patch".
-
-
Method Detail
-
create
public GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Create create(String parent,
GoogleAnalyticsAdminV1betaGoogleAdsLink content)
throws IOException
Creates a GoogleAdsLink.
Create a request for the method "googleAdsLinks.create".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. Example format: properties/1234
content
- the GoogleAnalyticsAdminV1betaGoogleAdsLink
- Returns:
- the request
- Throws:
IOException
-
delete
public GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Delete delete(String name)
throws IOException
Deletes a GoogleAdsLink on a property
Create a request for the method "googleAdsLinks.delete".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Example format: properties/1234/googleAdsLinks/5678
- Returns:
- the request
- Throws:
IOException
-
list
public GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.List list(String parent)
throws IOException
Lists GoogleAdsLinks on a property.
Create a request for the method "googleAdsLinks.list".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. Example format: properties/1234
- Returns:
- the request
- Throws:
IOException
-
patch
public GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Patch patch(String name,
GoogleAnalyticsAdminV1betaGoogleAdsLink content)
throws IOException
Updates a GoogleAdsLink on a property
Create a request for the method "googleAdsLinks.patch".
This request holds the parameters needed by the analyticsadmin server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId
is not the Google Ads customer ID.
content
- the GoogleAnalyticsAdminV1betaGoogleAdsLink
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.