Skip to content

Commit 96afc04

Browse files
chore: Update discovery artifacts (#1493)
## Deleted keys were detected in the following stable discovery artifacts: documentai v1 3d6892c iam v1 9868263 osconfig v1 588812f ## Deleted keys were detected in the following pre-stable discovery artifacts: compute alpha 3740a88 compute beta 3740a88 documentai v1beta3 3d6892c ideahub v1alpha 942102d ## Discovery Artifact Change Summary: feat(analyticsadmin): update the api 8e0c67f feat(apigee): update the api 9fd19ee feat(appengine): update the api 9727d32 feat(bigquerydatatransfer): update the api 0b36baa feat(cloudfunctions): update the api c138aff feat(compute): update the api 3740a88 feat(container): update the api 90b095a feat(containeranalysis): update the api 07d2f43 feat(documentai): update the api 3d6892c feat(gkehub): update the api 1676d9f feat(iam): update the api 9868263 feat(ideahub): update the api 942102d feat(ondemandscanning): update the api 9716938 feat(osconfig): update the api 588812f feat(people): update the api 213598c feat(securitycenter): update the api 74bee35 feat(slides): update the api 623c740 feat(tagmanager): update the api 9866414
1 parent 861fe70 commit 96afc04

File tree

541 files changed

+30011
-22258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

541 files changed

+30011
-22258
lines changed

docs/dyn/analyticsadmin_v1alpha.accounts.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,11 @@ <h3>Method Details</h3>
379379
&quot;parameterName&quot;: &quot;A String&quot;, # Required. Immutable. Tagging name for this custom metric. If this is an event-scoped metric, then this is the event parameter name. May only contain alphanumeric and underscore charactes, starting with a letter. Max length of 40 characters for event-scoped metrics.
380380
&quot;scope&quot;: &quot;A String&quot;, # Required. Immutable. The scope of this custom metric.
381381
},
382+
&quot;dataRetentionSettings&quot;: { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
383+
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
384+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
385+
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
386+
},
382387
&quot;displayVideo360AdvertiserLink&quot;: { # A link between a GA4 property and a Display &amp; Video 360 advertiser. # A snapshot of a DisplayVideo360AdvertiserLink resource in change history.
383388
&quot;adsPersonalizationEnabled&quot;: True or False, # Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
384389
&quot;advertiserDisplayName&quot;: &quot;A String&quot;, # Output only. The display name of the Display &amp; Video 360 Advertiser.
@@ -496,6 +501,11 @@ <h3>Method Details</h3>
496501
&quot;parameterName&quot;: &quot;A String&quot;, # Required. Immutable. Tagging name for this custom metric. If this is an event-scoped metric, then this is the event parameter name. May only contain alphanumeric and underscore charactes, starting with a letter. Max length of 40 characters for event-scoped metrics.
497502
&quot;scope&quot;: &quot;A String&quot;, # Required. Immutable. The scope of this custom metric.
498503
},
504+
&quot;dataRetentionSettings&quot;: { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
505+
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
506+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
507+
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
508+
},
499509
&quot;displayVideo360AdvertiserLink&quot;: { # A link between a GA4 property and a Display &amp; Video 360 advertiser. # A snapshot of a DisplayVideo360AdvertiserLink resource in change history.
500510
&quot;adsPersonalizationEnabled&quot;: True or False, # Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
501511
&quot;advertiserDisplayName&quot;: &quot;A String&quot;, # Output only. The display name of the Display &amp; Video 360 Advertiser.

docs/dyn/analyticsadmin_v1alpha.properties.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ <h2>Instance Methods</h2>
141141
<p class="toc_element">
142142
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
143143
<p class="firstline">Lookup for a single "GA4" Property.</p>
144+
<p class="toc_element">
145+
<code><a href="#getDataRetentionSettings">getDataRetentionSettings(name, x__xgafv=None)</a></code></p>
146+
<p class="firstline">Returns the singleton data retention settings for this property.</p>
144147
<p class="toc_element">
145148
<code><a href="#getGoogleSignalsSettings">getGoogleSignalsSettings(name, x__xgafv=None)</a></code></p>
146149
<p class="firstline">Lookup for Google Signals settings for a property.</p>
@@ -153,6 +156,9 @@ <h2>Instance Methods</h2>
153156
<p class="toc_element">
154157
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
155158
<p class="firstline">Updates a property.</p>
159+
<p class="toc_element">
160+
<code><a href="#updateDataRetentionSettings">updateDataRetentionSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
161+
<p class="firstline">Updates the singleton data retention settings for this property.</p>
156162
<p class="toc_element">
157163
<code><a href="#updateGoogleSignalsSettings">updateGoogleSignalsSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
158164
<p class="firstline">Updates Google Signals settings for a property.</p>
@@ -265,6 +271,27 @@ <h3>Method Details</h3>
265271
}</pre>
266272
</div>
267273

274+
<div class="method">
275+
<code class="details" id="getDataRetentionSettings">getDataRetentionSettings(name, x__xgafv=None)</code>
276+
<pre>Returns the singleton data retention settings for this property.
277+
278+
Args:
279+
name: string, Required. The name of the settings to lookup. Format: properties/{property}/dataRetentionSettings Example: &quot;properties/1000/dataRetentionSettings&quot; (required)
280+
x__xgafv: string, V1 error format.
281+
Allowed values
282+
1 - v1 error format
283+
2 - v2 error format
284+
285+
Returns:
286+
An object of the form:
287+
288+
{ # Settings values for data retention. This is a singleton resource.
289+
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
290+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
291+
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
292+
}</pre>
293+
</div>
294+
268295
<div class="method">
269296
<code class="details" id="getGoogleSignalsSettings">getGoogleSignalsSettings(name, x__xgafv=None)</code>
270297
<pre>Lookup for Google Signals settings for a property.
@@ -384,6 +411,37 @@ <h3>Method Details</h3>
384411
}</pre>
385412
</div>
386413

414+
<div class="method">
415+
<code class="details" id="updateDataRetentionSettings">updateDataRetentionSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
416+
<pre>Updates the singleton data retention settings for this property.
417+
418+
Args:
419+
name: string, Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings (required)
420+
body: object, The request body.
421+
The object takes the form of:
422+
423+
{ # Settings values for data retention. This is a singleton resource.
424+
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
425+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
426+
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
427+
}
428+
429+
updateMask: string, Required. The list of fields to be updated. Field names must be in snake case (e.g., &quot;field_to_update&quot;). Omitted fields will not be updated. To replace the entire entity, use one path with the string &quot;*&quot; to match all fields.
430+
x__xgafv: string, V1 error format.
431+
Allowed values
432+
1 - v1 error format
433+
2 - v2 error format
434+
435+
Returns:
436+
An object of the form:
437+
438+
{ # Settings values for data retention. This is a singleton resource.
439+
&quot;eventDataRetention&quot;: &quot;A String&quot;, # The length of time that event-level data is retained.
440+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
441+
&quot;resetUserDataOnNewActivity&quot;: True or False, # If true, reset the retention period for the user identifier with every event from that user.
442+
}</pre>
443+
</div>
444+
387445
<div class="method">
388446
<code class="details" id="updateGoogleSignalsSettings">updateGoogleSignalsSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
389447
<pre>Updates Google Signals settings for a property.

0 commit comments

Comments
 (0)