chore: Update discovery artifacts (#1195)
* chore(accesscontextmanager): update the api
* chore(adexchangebuyer2): update the api
* chore(admin): update the api
* chore(alertcenter): update the api
* chore(analyticsadmin): update the api
* chore(analyticsdata): update the api
* chore(androidmanagement): update the api
* chore(apigateway): update the api
* chore(apigee): update the api
* chore(appengine): update the api
* chore(area120tables): update the api
* chore(artifactregistry): update the api
* chore(bigquery): update the api
* chore(bigqueryconnection): update the api
* chore(bigqueryreservation): update the api
* chore(billingbudgets): update the api
* chore(binaryauthorization): update the api
* chore(blogger): update the api
* chore(calendar): update the api
* chore(chat): update the api
* chore(cloudasset): update the api
* chore(cloudbuild): update the api
* chore(cloudfunctions): update the api
* chore(cloudidentity): update the api
* chore(cloudkms): update the api
* chore(cloudresourcemanager): update the api
* chore(cloudscheduler): update the api
* chore(cloudtasks): update the api
* chore(composer): update the api
* chore(compute): update the api
* chore(container): update the api
* chore(containeranalysis): update the api
* chore(content): update the api
* chore(datacatalog): update the api
* chore(dataflow): update the api
* chore(datafusion): update the api
* chore(datamigration): update the api
* chore(dataproc): update the api
* chore(deploymentmanager): update the api
* chore(dialogflow): update the api
* chore(displayvideo): update the api
* chore(dlp): update the api
* chore(dns): update the api
* chore(documentai): update the api
* chore(eventarc): update the api
* chore(file): update the api
* chore(firebaseml): update the api
* chore(games): update the api
* chore(gameservices): update the api
* chore(genomics): update the api
* chore(healthcare): update the api
* chore(homegraph): update the api
* chore(iam): update the api
* chore(iap): update the api
* chore(jobs): update the api
* chore(lifesciences): update the api
* chore(localservices): update the api
* chore(managedidentities): update the api
* chore(manufacturers): update the api
* chore(memcache): update the api
* chore(ml): update the api
* chore(monitoring): update the api
* chore(notebooks): update the api
* chore(osconfig): update the api
* chore(pagespeedonline): update the api
* chore(people): update the api
* chore(privateca): update the api
* chore(prod_tt_sasportal): update the api
* chore(pubsub): update the api
* chore(pubsublite): update the api
* chore(recommender): update the api
* chore(remotebuildexecution): update the api
* chore(reseller): update the api
* chore(run): update the api
* chore(safebrowsing): update the api
* chore(sasportal): update the api
* chore(searchconsole): update the api
* chore(secretmanager): update the api
* chore(securitycenter): update the api
* chore(serviceconsumermanagement): update the api
* chore(servicecontrol): update the api
* chore(servicenetworking): update the api
* chore(serviceusage): update the api
* chore(sheets): update the api
* chore(slides): update the api
* chore(spanner): update the api
* chore(speech): update the api
* chore(sqladmin): update the api
* chore(storage): update the api
* chore(storagetransfer): update the api
* chore(sts): update the api
* chore(tagmanager): update the api
* chore(testing): update the api
* chore(toolresults): update the api
* chore(transcoder): update the api
* chore(vectortile): update the api
* chore(videointelligence): update the api
* chore(vision): update the api
* chore(webmasters): update the api
* chore(workflowexecutions): update the api
* chore(youtube): update the api
diff --git a/docs/dyn/analyticsadmin_v1alpha.properties.webDataStreams.html b/docs/dyn/analyticsadmin_v1alpha.properties.webDataStreams.html
index 91915dc..5a158cd 100644
--- a/docs/dyn/analyticsadmin_v1alpha.properties.webDataStreams.html
+++ b/docs/dyn/analyticsadmin_v1alpha.properties.webDataStreams.html
@@ -85,7 +85,7 @@
<p class="firstline">Deletes a web stream on a property.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
-<p class="firstline">Lookup for a single WebDataStream Throws "Target not found" if no such web data stream found, or if the caller does not have permissions to access it.</p>
+<p class="firstline">Lookup for a single WebDataStream</p>
<p class="toc_element">
<code><a href="#getEnhancedMeasurementSettings">getEnhancedMeasurementSettings(name, x__xgafv=None)</a></code></p>
<p class="firstline">Returns the singleton enhanced measurement settings for this web stream. Note that the stream must enable enhanced measurement for these settings to take effect.</p>
@@ -168,7 +168,7 @@
<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
- <pre>Lookup for a single WebDataStream Throws "Target not found" if no such web data stream found, or if the caller does not have permissions to access it.
+ <pre>Lookup for a single WebDataStream
Args:
name: string, Required. The name of the web data stream to lookup. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456" (required)
@@ -206,23 +206,17 @@
An object of the form:
{ # Singleton resource under a WebDataStream, configuring measurement of additional site interactions and content.
- "articlesAndBlogsEnabled": True or False, # Capture events when your visitors view content on your site that has articles or blog posts.
- "contentViewsEnabled": True or False, # Capture events when your visitors view content on your site that has structured data (eg, articles, blog posts, product details screens, etc.).
- "dataTaggedElementClicksEnabled": True or False, # If enabled, capture a click event each time a visitor clicks a link or element that has data attributes beginning with "data-ga".
- "excludedDomains": "A String", # Domains to exclude from measurement. Max length is 1024 characters.
"fileDownloadsEnabled": True or False, # If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension.
- "formInteractionsEnabled": True or False, # If enabled, capture a view search results event each time a visitor interacts with a form on your site.
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id}/enhancedMeasurementSettings Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings"
"outboundClicksEnabled": True or False, # If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.
"pageChangesEnabled": True or False, # If enabled, capture a page view event each time the website changes the browser history state.
- "pageLoadsEnabled": True or False, # If enabled, capture a page view event each time a page loads.
+ "pageLoadsEnabled": True or False, # Output only. If enabled, capture a page view event each time a page loads.
"pageViewsEnabled": True or False, # Output only. If enabled, capture a page view event each time a page loads or the website changes the browser history state.
- "productsAndEcommerceEnabled": True or False, # Capture events when your visitors view content on your site that has product details screens, etc.
"scrollsEnabled": True or False, # If enabled, capture scroll events each time a visitor gets to the bottom of a page.
"searchQueryParameter": "A String", # Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty.
"siteSearchEnabled": True or False, # If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).
"streamEnabled": True or False, # Indicates whether Enhanced Measurement Settings will be used to automatically measure interactions and content on this web stream. Changing this value does not affect the settings themselves, but determines whether they are respected.
- "urlQueryParameter": "A String", # Additional URL query parameters. Max length is 1024 characters.
+ "uriQueryParameter": "A String", # Additional URL query parameters. Max length is 1024 characters.
"videoEngagementEnabled": True or False, # If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.
}</pre>
</div>
@@ -242,6 +236,7 @@
An object of the form:
{ # Read-only resource with the tag for sending data from a website to a WebDataStream.
+ "name": "A String", # Output only. Resource name for this GlobalSiteTag resource. Format: properties/{propertyId}/globalSiteTag
"snippet": "A String", # Immutable. JavaScript code snippet to be pasted as the first item into the head tag of every webpage to measure.
}</pre>
</div>
@@ -311,7 +306,7 @@
"updateTime": "A String", # Output only. Time when stream payload fields were last updated.
}
- updateMask: string, The list of fields to be updated. Omitted fields will not be updated.
+ updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -341,27 +336,21 @@
The object takes the form of:
{ # Singleton resource under a WebDataStream, configuring measurement of additional site interactions and content.
- "articlesAndBlogsEnabled": True or False, # Capture events when your visitors view content on your site that has articles or blog posts.
- "contentViewsEnabled": True or False, # Capture events when your visitors view content on your site that has structured data (eg, articles, blog posts, product details screens, etc.).
- "dataTaggedElementClicksEnabled": True or False, # If enabled, capture a click event each time a visitor clicks a link or element that has data attributes beginning with "data-ga".
- "excludedDomains": "A String", # Domains to exclude from measurement. Max length is 1024 characters.
"fileDownloadsEnabled": True or False, # If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension.
- "formInteractionsEnabled": True or False, # If enabled, capture a view search results event each time a visitor interacts with a form on your site.
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id}/enhancedMeasurementSettings Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings"
"outboundClicksEnabled": True or False, # If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.
"pageChangesEnabled": True or False, # If enabled, capture a page view event each time the website changes the browser history state.
- "pageLoadsEnabled": True or False, # If enabled, capture a page view event each time a page loads.
+ "pageLoadsEnabled": True or False, # Output only. If enabled, capture a page view event each time a page loads.
"pageViewsEnabled": True or False, # Output only. If enabled, capture a page view event each time a page loads or the website changes the browser history state.
- "productsAndEcommerceEnabled": True or False, # Capture events when your visitors view content on your site that has product details screens, etc.
"scrollsEnabled": True or False, # If enabled, capture scroll events each time a visitor gets to the bottom of a page.
"searchQueryParameter": "A String", # Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty.
"siteSearchEnabled": True or False, # If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).
"streamEnabled": True or False, # Indicates whether Enhanced Measurement Settings will be used to automatically measure interactions and content on this web stream. Changing this value does not affect the settings themselves, but determines whether they are respected.
- "urlQueryParameter": "A String", # Additional URL query parameters. Max length is 1024 characters.
+ "uriQueryParameter": "A String", # Additional URL query parameters. Max length is 1024 characters.
"videoEngagementEnabled": True or False, # If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.
}
- updateMask: string, The list of fields to be updated. Omitted fields will not be updated.
+ updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -371,23 +360,17 @@
An object of the form:
{ # Singleton resource under a WebDataStream, configuring measurement of additional site interactions and content.
- "articlesAndBlogsEnabled": True or False, # Capture events when your visitors view content on your site that has articles or blog posts.
- "contentViewsEnabled": True or False, # Capture events when your visitors view content on your site that has structured data (eg, articles, blog posts, product details screens, etc.).
- "dataTaggedElementClicksEnabled": True or False, # If enabled, capture a click event each time a visitor clicks a link or element that has data attributes beginning with "data-ga".
- "excludedDomains": "A String", # Domains to exclude from measurement. Max length is 1024 characters.
"fileDownloadsEnabled": True or False, # If enabled, capture a file download event each time a link is clicked with a common document, compressed file, application, video, or audio extension.
- "formInteractionsEnabled": True or False, # If enabled, capture a view search results event each time a visitor interacts with a form on your site.
"name": "A String", # Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id}/enhancedMeasurementSettings Example: "properties/1000/webDataStreams/2000/enhancedMeasurementSettings"
"outboundClicksEnabled": True or False, # If enabled, capture an outbound click event each time a visitor clicks a link that leads them away from your domain.
"pageChangesEnabled": True or False, # If enabled, capture a page view event each time the website changes the browser history state.
- "pageLoadsEnabled": True or False, # If enabled, capture a page view event each time a page loads.
+ "pageLoadsEnabled": True or False, # Output only. If enabled, capture a page view event each time a page loads.
"pageViewsEnabled": True or False, # Output only. If enabled, capture a page view event each time a page loads or the website changes the browser history state.
- "productsAndEcommerceEnabled": True or False, # Capture events when your visitors view content on your site that has product details screens, etc.
"scrollsEnabled": True or False, # If enabled, capture scroll events each time a visitor gets to the bottom of a page.
"searchQueryParameter": "A String", # Required. URL query parameters to interpret as site search parameters. Max length is 1024 characters. Must not be empty.
"siteSearchEnabled": True or False, # If enabled, capture a view search results event each time a visitor performs a search on your site (based on a query parameter).
"streamEnabled": True or False, # Indicates whether Enhanced Measurement Settings will be used to automatically measure interactions and content on this web stream. Changing this value does not affect the settings themselves, but determines whether they are respected.
- "urlQueryParameter": "A String", # Additional URL query parameters. Max length is 1024 characters.
+ "uriQueryParameter": "A String", # Additional URL query parameters. Max length is 1024 characters.
"videoEngagementEnabled": True or False, # If enabled, capture video play, progress, and complete events as visitors view embedded videos on your site.
}</pre>
</div>