chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/analyticsadmin_v1alpha.properties.googleAdsLinks.html b/docs/dyn/analyticsadmin_v1alpha.properties.googleAdsLinks.html
index fb20450..701bf61 100644
--- a/docs/dyn/analyticsadmin_v1alpha.properties.googleAdsLinks.html
+++ b/docs/dyn/analyticsadmin_v1alpha.properties.googleAdsLinks.html
@@ -84,7 +84,7 @@
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes a GoogleAdsLink on a property</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists GoogleAdsLinks on a property.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -108,13 +108,13 @@
The object takes the form of:
{ # A link between an GA4 property and a Google Ads account.
- "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
- "createTime": "A String", # Output only. Time when this link was originally created.
"updateTime": "A String", # Output only. Time when this link was last updated.
- "parent": "A String", # Immutable. Format: properties/{propertyId}
- "customerId": "A String", # Immutable. Google Ads customer ID.
+ "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
+ "customerId": "A String", # Immutable. Google Ads customer ID.
+ "parent": "A String", # Immutable. Format: properties/{propertyId}
"adsPersonalizationEnabled": True or False, # Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update it will be defaulted to true.
+ "createTime": "A String", # Output only. Time when this link was originally created.
"canManageClients": True or False, # Output only. If true, this link is for a Google Ads manager account.
}
@@ -127,13 +127,13 @@
An object of the form:
{ # A link between an GA4 property and a Google Ads account.
- "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
- "createTime": "A String", # Output only. Time when this link was originally created.
"updateTime": "A String", # Output only. Time when this link was last updated.
- "parent": "A String", # Immutable. Format: properties/{propertyId}
- "customerId": "A String", # Immutable. Google Ads customer ID.
+ "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
+ "customerId": "A String", # Immutable. Google Ads customer ID.
+ "parent": "A String", # Immutable. Format: properties/{propertyId}
"adsPersonalizationEnabled": True or False, # Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update it will be defaulted to true.
+ "createTime": "A String", # Output only. Time when this link was originally created.
"canManageClients": True or False, # Output only. If true, this link is for a Google Ads manager account.
}</pre>
</div>
@@ -157,13 +157,13 @@
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists GoogleAdsLinks on a property.
Args:
parent: string, Required. Example format: properties/1234 (required)
- pageToken: string, A page token, received from a previous `ListGoogleAdsLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGoogleAdsLinks` must match the call that provided the page token.
pageSize: integer, The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
+ pageToken: string, A page token, received from a previous `ListGoogleAdsLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGoogleAdsLinks` must match the call that provided the page token.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -173,19 +173,19 @@
An object of the form:
{ # Response message for ListGoogleAdsLinks RPC.
- "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
"googleAdsLinks": [ # List of GoogleAdsLinks.
{ # A link between an GA4 property and a Google Ads account.
- "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
- "createTime": "A String", # Output only. Time when this link was originally created.
"updateTime": "A String", # Output only. Time when this link was last updated.
- "parent": "A String", # Immutable. Format: properties/{propertyId}
- "customerId": "A String", # Immutable. Google Ads customer ID.
+ "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
+ "customerId": "A String", # Immutable. Google Ads customer ID.
+ "parent": "A String", # Immutable. Format: properties/{propertyId}
"adsPersonalizationEnabled": True or False, # Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update it will be defaulted to true.
+ "createTime": "A String", # Output only. Time when this link was originally created.
"canManageClients": True or False, # Output only. If true, this link is for a Google Ads manager account.
},
],
+ "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
}</pre>
</div>
@@ -213,13 +213,13 @@
The object takes the form of:
{ # A link between an GA4 property and a Google Ads account.
- "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
- "createTime": "A String", # Output only. Time when this link was originally created.
"updateTime": "A String", # Output only. Time when this link was last updated.
- "parent": "A String", # Immutable. Format: properties/{propertyId}
- "customerId": "A String", # Immutable. Google Ads customer ID.
+ "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
+ "customerId": "A String", # Immutable. Google Ads customer ID.
+ "parent": "A String", # Immutable. Format: properties/{propertyId}
"adsPersonalizationEnabled": True or False, # Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update it will be defaulted to true.
+ "createTime": "A String", # Output only. Time when this link was originally created.
"canManageClients": True or False, # Output only. If true, this link is for a Google Ads manager account.
}
@@ -233,13 +233,13 @@
An object of the form:
{ # A link between an GA4 property and a Google Ads account.
- "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
- "createTime": "A String", # Output only. Time when this link was originally created.
"updateTime": "A String", # Output only. Time when this link was last updated.
- "parent": "A String", # Immutable. Format: properties/{propertyId}
- "customerId": "A String", # Immutable. Google Ads customer ID.
+ "emailAddress": "A String", # Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.
"name": "A String", # Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.
+ "customerId": "A String", # Immutable. Google Ads customer ID.
+ "parent": "A String", # Immutable. Format: properties/{propertyId}
"adsPersonalizationEnabled": True or False, # Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update it will be defaulted to true.
+ "createTime": "A String", # Output only. Time when this link was originally created.
"canManageClients": True or False, # Output only. If true, this link is for a Google Ads manager account.
}</pre>
</div>