You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -379,6 +379,11 @@ <h3>Method Details</h3>
379
379
"parameterName": "A String", # 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.
380
380
"scope": "A String", # Required. Immutable. The scope of this custom metric.
381
381
},
382
+
"dataRetentionSettings": { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
383
+
"eventDataRetention": "A String", # The length of time that event-level data is retained.
384
+
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
385
+
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
386
+
},
382
387
"displayVideo360AdvertiserLink": { # A link between a GA4 property and a Display & Video 360 advertiser. # A snapshot of a DisplayVideo360AdvertiserLink resource in change history.
383
388
"adsPersonalizationEnabled": 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.
384
389
"advertiserDisplayName": "A String", # Output only. The display name of the Display & Video 360 Advertiser.
@@ -496,6 +501,11 @@ <h3>Method Details</h3>
496
501
"parameterName": "A String", # 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.
497
502
"scope": "A String", # Required. Immutable. The scope of this custom metric.
498
503
},
504
+
"dataRetentionSettings": { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
505
+
"eventDataRetention": "A String", # The length of time that event-level data is retained.
506
+
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
507
+
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
508
+
},
499
509
"displayVideo360AdvertiserLink": { # A link between a GA4 property and a Display & Video 360 advertiser. # A snapshot of a DisplayVideo360AdvertiserLink resource in change history.
500
510
"adsPersonalizationEnabled": 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.
501
511
"advertiserDisplayName": "A String", # Output only. The display name of the Display & Video 360 Advertiser.
<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: "properties/1000/dataRetentionSettings" (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
+
"eventDataRetention": "A String", # The length of time that event-level data is retained.
290
+
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
291
+
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
<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
+
"eventDataRetention": "A String", # The length of time that event-level data is retained.
425
+
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
426
+
"resetUserDataOnNewActivity": 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., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" 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
+
"eventDataRetention": "A String", # The length of time that event-level data is retained.
440
+
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
441
+
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
0 commit comments