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
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+68Lines changed: 68 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -427,6 +427,40 @@ <h3>Method Details</h3>
427
427
"name": "A String", # Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display & Video 360 Advertiser ID
428
428
"validationEmail": "A String", # Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.
429
429
},
430
+
"expandedDataSet": { # A resource message representing a GA4 ExpandedDataSet. # A snapshot of an ExpandedDataSet resource in change history.
431
+
"dataCollectionStartTime": "A String", # Output only. Time when expanded data set began (or will begin) collecing data.
432
+
"description": "A String", # Optional. The description of the ExpandedDataSet. Max 50 chars.
433
+
"dimensionFilterExpression": { # A logical expression of EnhancedDataSet dimension filters. # Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the change of encountering `other row`.
434
+
"andGroup": { # A list of ExpandedDataSet filter expressions. # A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
435
+
"filterExpressions": [ # A list of ExpandedDataSet filter expressions.
436
+
# Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
437
+
],
438
+
},
439
+
"filter": { # A specific filter for a single dimension # A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
440
+
"fieldName": "A String", # Required. The dimension name to filter.
441
+
"inListFilter": { # A filter for a string dimension that matches a particular list of options. # A filter for a string dimension that matches a particular list of options.
442
+
"caseSensitive": True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.
443
+
"values": [ # Required. The list of possible string values to match against. Must be non-empty.
444
+
"A String",
445
+
],
446
+
},
447
+
"stringFilter": { # A filter for a string-type dimension that matches a particular pattern. # A filter for a string-type dimension that matches a particular pattern.
448
+
"caseSensitive": True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true when match_type is EXACT. Must be false when match_type is CONTAINS.
449
+
"matchType": "A String", # Required. The match type for the string filter.
450
+
"value": "A String", # Required. The string value to be matched against.
451
+
},
452
+
},
453
+
"notExpression": # Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression # A filter expression to be NOT'ed (i.e., inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
454
+
},
455
+
"dimensionNames": [ # Immutable. The list of dimensions included in the ExpandedDataSet. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list of dimension names.
456
+
"A String",
457
+
],
458
+
"displayName": "A String", # Required. The display name of the ExpandedDataSet. Max 200 chars.
459
+
"metricNames": [ # Immutable. The list of metrics included in the ExpandedDataSet. See the [API Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of dimension names.
460
+
"A String",
461
+
],
462
+
"name": "A String", # Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
463
+
},
430
464
"firebaseLink": { # A link between a GA4 property and a Firebase project. # A snapshot of a FirebaseLink resource in change history.
431
465
"createTime": "A String", # Output only. Time when this FirebaseLink was originally created.
432
466
"name": "A String", # Output only. Example format: properties/1234/firebaseLinks/5678
@@ -564,6 +598,40 @@ <h3>Method Details</h3>
564
598
"name": "A String", # Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display & Video 360 Advertiser ID
565
599
"validationEmail": "A String", # Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.
566
600
},
601
+
"expandedDataSet": { # A resource message representing a GA4 ExpandedDataSet. # A snapshot of an ExpandedDataSet resource in change history.
602
+
"dataCollectionStartTime": "A String", # Output only. Time when expanded data set began (or will begin) collecing data.
603
+
"description": "A String", # Optional. The description of the ExpandedDataSet. Max 50 chars.
604
+
"dimensionFilterExpression": { # A logical expression of EnhancedDataSet dimension filters. # Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the change of encountering `other row`.
605
+
"andGroup": { # A list of ExpandedDataSet filter expressions. # A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
606
+
"filterExpressions": [ # A list of ExpandedDataSet filter expressions.
607
+
# Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
608
+
],
609
+
},
610
+
"filter": { # A specific filter for a single dimension # A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
611
+
"fieldName": "A String", # Required. The dimension name to filter.
612
+
"inListFilter": { # A filter for a string dimension that matches a particular list of options. # A filter for a string dimension that matches a particular list of options.
613
+
"caseSensitive": True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.
614
+
"values": [ # Required. The list of possible string values to match against. Must be non-empty.
615
+
"A String",
616
+
],
617
+
},
618
+
"stringFilter": { # A filter for a string-type dimension that matches a particular pattern. # A filter for a string-type dimension that matches a particular pattern.
619
+
"caseSensitive": True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true when match_type is EXACT. Must be false when match_type is CONTAINS.
620
+
"matchType": "A String", # Required. The match type for the string filter.
621
+
"value": "A String", # Required. The string value to be matched against.
622
+
},
623
+
},
624
+
"notExpression": # Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression # A filter expression to be NOT'ed (i.e., inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
625
+
},
626
+
"dimensionNames": [ # Immutable. The list of dimensions included in the ExpandedDataSet. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list of dimension names.
627
+
"A String",
628
+
],
629
+
"displayName": "A String", # Required. The display name of the ExpandedDataSet. Max 200 chars.
630
+
"metricNames": [ # Immutable. The list of metrics included in the ExpandedDataSet. See the [API Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of dimension names.
631
+
"A String",
632
+
],
633
+
"name": "A String", # Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
634
+
},
567
635
"firebaseLink": { # A link between a GA4 property and a Firebase project. # A snapshot of a FirebaseLink resource in change history.
568
636
"createTime": "A String", # Output only. Time when this FirebaseLink was originally created.
569
637
"name": "A String", # Output only. Example format: properties/1234/firebaseLinks/5678
<pclass="firstline">Deletes a device. This operation wipes the device.</p>
87
+
<pclass="firstline">Deletes a device. This operation wipes the device. Deleted devices do not show up in enterprises.devices.list calls and a 404 is returned from enterprises.devices.get.</p>
<pclass="firstline">Issues a command to a device. The Operation resource returned contains a Command in its metadata field. Use the get operation method to get the status of the command.</p>
<pre>Deletes a device. This operation wipes the device.
111
+
<pre>Deletes a device. This operation wipes the device. Deleted devices do not show up in enterprises.devices.list calls and a 404 is returned from enterprises.devices.get.
112
112
113
113
Args:
114
114
name: string, The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}. (required)
Copy file name to clipboardExpand all lines: docs/dyn/androidmanagement_v1.enterprises.policies.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -364,7 +364,7 @@ <h3>Method Details</h3>
364
364
"accountTypesWithManagementDisabled": [ # Account types that can't be managed by the user.
365
365
"A String",
366
366
],
367
-
"cameraDisabled": True or False, # Whether camera is disabled.
367
+
"cameraDisabled": True or False, # If true, the camera is disabled on the personal profile.
368
368
"maxDaysWithWorkOff": 42, # Controls how long the work profile can stay off. The duration must be at least 3 days.
369
369
"personalApplications": [ # Policy applied to applications in the personal profile.
370
370
{ # Policies for apps in the personal profile of a company-owned device with a work profile.
@@ -373,7 +373,7 @@ <h3>Method Details</h3>
373
373
},
374
374
],
375
375
"personalPlayStoreMode": "A String", # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
376
-
"screenCaptureDisabled": True or False, # Whether screen capture is disabled.
376
+
"screenCaptureDisabled": True or False, # If true, screen capture is disabled for all users.
377
377
},
378
378
"playStoreMode": "A String", # This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy.
379
379
"policyEnforcementRules": [ # Rules that define the behavior when a particular policy can not be applied on device
@@ -743,7 +743,7 @@ <h3>Method Details</h3>
743
743
"accountTypesWithManagementDisabled": [ # Account types that can't be managed by the user.
744
744
"A String",
745
745
],
746
-
"cameraDisabled": True or False, # Whether camera is disabled.
746
+
"cameraDisabled": True or False, # If true, the camera is disabled on the personal profile.
747
747
"maxDaysWithWorkOff": 42, # Controls how long the work profile can stay off. The duration must be at least 3 days.
748
748
"personalApplications": [ # Policy applied to applications in the personal profile.
749
749
{ # Policies for apps in the personal profile of a company-owned device with a work profile.
@@ -752,7 +752,7 @@ <h3>Method Details</h3>
752
752
},
753
753
],
754
754
"personalPlayStoreMode": "A String", # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
755
-
"screenCaptureDisabled": True or False, # Whether screen capture is disabled.
755
+
"screenCaptureDisabled": True or False, # If true, screen capture is disabled for all users.
756
756
},
757
757
"playStoreMode": "A String", # This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy.
758
758
"policyEnforcementRules": [ # Rules that define the behavior when a particular policy can not be applied on device
@@ -1128,7 +1128,7 @@ <h3>Method Details</h3>
1128
1128
"accountTypesWithManagementDisabled": [ # Account types that can't be managed by the user.
1129
1129
"A String",
1130
1130
],
1131
-
"cameraDisabled": True or False, # Whether camera is disabled.
1131
+
"cameraDisabled": True or False, # If true, the camera is disabled on the personal profile.
1132
1132
"maxDaysWithWorkOff": 42, # Controls how long the work profile can stay off. The duration must be at least 3 days.
1133
1133
"personalApplications": [ # Policy applied to applications in the personal profile.
1134
1134
{ # Policies for apps in the personal profile of a company-owned device with a work profile.
@@ -1137,7 +1137,7 @@ <h3>Method Details</h3>
1137
1137
},
1138
1138
],
1139
1139
"personalPlayStoreMode": "A String", # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
1140
-
"screenCaptureDisabled": True or False, # Whether screen capture is disabled.
1140
+
"screenCaptureDisabled": True or False, # If true, screen capture is disabled for all users.
1141
1141
},
1142
1142
"playStoreMode": "A String", # This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy.
1143
1143
"policyEnforcementRules": [ # Rules that define the behavior when a particular policy can not be applied on device
@@ -1496,7 +1496,7 @@ <h3>Method Details</h3>
1496
1496
"accountTypesWithManagementDisabled": [ # Account types that can't be managed by the user.
1497
1497
"A String",
1498
1498
],
1499
-
"cameraDisabled": True or False, # Whether camera is disabled.
1499
+
"cameraDisabled": True or False, # If true, the camera is disabled on the personal profile.
1500
1500
"maxDaysWithWorkOff": 42, # Controls how long the work profile can stay off. The duration must be at least 3 days.
1501
1501
"personalApplications": [ # Policy applied to applications in the personal profile.
1502
1502
{ # Policies for apps in the personal profile of a company-owned device with a work profile.
@@ -1505,7 +1505,7 @@ <h3>Method Details</h3>
1505
1505
},
1506
1506
],
1507
1507
"personalPlayStoreMode": "A String", # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
1508
-
"screenCaptureDisabled": True or False, # Whether screen capture is disabled.
1508
+
"screenCaptureDisabled": True or False, # If true, screen capture is disabled for all users.
1509
1509
},
1510
1510
"playStoreMode": "A String", # This mode controls which apps are available to the user in the Play Store and the behavior on the device when apps are removed from the policy.
1511
1511
"policyEnforcementRules": [ # Rules that define the behavior when a particular policy can not be applied on device
0 commit comments