Skip to content

Commit 7110d89

Browse files
chore: Update discovery artifacts (#1946)
## Deleted keys were detected in the following stable discovery artifacts: chromepolicy v1 https://togithub.com/googleapis/google-api-python-client/commit/180883247dcfcd777de04758a7928ca84e2764da doubleclicksearch v2 https://togithub.com/googleapis/google-api-python-client/commit/1e7db3e4969b55ecf98bbb78d3edc53f4bf08a15 retail v2 https://togithub.com/googleapis/google-api-python-client/commit/32de4a02de0fd9e11755418f13c623f5b5c56674 securitycenter v1 https://togithub.com/googleapis/google-api-python-client/commit/b1c67c818d662fe97e82b000931be739766fbe55 ## Deleted keys were detected in the following pre-stable discovery artifacts: securitycenter v1beta1 https://togithub.com/googleapis/google-api-python-client/commit/b1c67c818d662fe97e82b000931be739766fbe55 securitycenter v1beta2 https://togithub.com/googleapis/google-api-python-client/commit/b1c67c818d662fe97e82b000931be739766fbe55 ## Discovery Artifact Change Summary: feat(analyticsadmin): update the api https://togithub.com/googleapis/google-api-python-client/commit/41818c6eb42aa3551fc2a326208f9cc083cb1953 feat(chat): update the api https://togithub.com/googleapis/google-api-python-client/commit/6dce01ba90d86496038bad226a14a9d714fb6e37 feat(chromepolicy): update the api https://togithub.com/googleapis/google-api-python-client/commit/180883247dcfcd777de04758a7928ca84e2764da feat(doubleclicksearch): update the api https://togithub.com/googleapis/google-api-python-client/commit/1e7db3e4969b55ecf98bbb78d3edc53f4bf08a15 feat(firebase): update the api https://togithub.com/googleapis/google-api-python-client/commit/569cb7e362206b8a7563b689ccd720ed29259997 feat(retail): update the api https://togithub.com/googleapis/google-api-python-client/commit/32de4a02de0fd9e11755418f13c623f5b5c56674 fix(sasportal): update the api https://togithub.com/googleapis/google-api-python-client/commit/36e8c8bc1b9cb3bbab1abdb2936d7a9cc9cea87a feat(securitycenter): update the api https://togithub.com/googleapis/google-api-python-client/commit/b1c67c818d662fe97e82b000931be739766fbe55 fix(smartdevicemanagement): update the api https://togithub.com/googleapis/google-api-python-client/commit/f7cc8d243a3c6b16cdf7aafae285b2efbb65d1fc feat(verifiedaccess): update the api https://togithub.com/googleapis/google-api-python-client/commit/e2dccf7393b2e15986b1ba88ea6aa2b4f621dc17
1 parent 5d54a7d commit 7110d89

File tree

172 files changed

+2620
-1441
lines changed

Some content is hidden

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

172 files changed

+2620
-1441
lines changed

docs/dyn/analyticsadmin_v1alpha.accounts.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,40 @@ <h3>Method Details</h3>
427427
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display &amp; Video 360 Advertiser ID
428428
&quot;validationEmail&quot;: &quot;A String&quot;, # Input only. On a proposal being sent to Display &amp; 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 &amp; Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display &amp; Video 360 Advertiser may approve the proposal.
429429
},
430+
&quot;expandedDataSet&quot;: { # A resource message representing a GA4 ExpandedDataSet. # A snapshot of an ExpandedDataSet resource in change history.
431+
&quot;dataCollectionStartTime&quot;: &quot;A String&quot;, # Output only. Time when expanded data set began (or will begin) collecing data.
432+
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the ExpandedDataSet. Max 50 chars.
433+
&quot;dimensionFilterExpression&quot;: { # 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+
&quot;andGroup&quot;: { # 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+
&quot;filterExpressions&quot;: [ # A list of ExpandedDataSet filter expressions.
436+
# Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
437+
],
438+
},
439+
&quot;filter&quot;: { # A specific filter for a single dimension # A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
440+
&quot;fieldName&quot;: &quot;A String&quot;, # Required. The dimension name to filter.
441+
&quot;inListFilter&quot;: { # 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+
&quot;caseSensitive&quot;: True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.
443+
&quot;values&quot;: [ # Required. The list of possible string values to match against. Must be non-empty.
444+
&quot;A String&quot;,
445+
],
446+
},
447+
&quot;stringFilter&quot;: { # 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+
&quot;caseSensitive&quot;: 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+
&quot;matchType&quot;: &quot;A String&quot;, # Required. The match type for the string filter.
450+
&quot;value&quot;: &quot;A String&quot;, # Required. The string value to be matched against.
451+
},
452+
},
453+
&quot;notExpression&quot;: # Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression # A filter expression to be NOT&#x27;ed (i.e., inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
454+
},
455+
&quot;dimensionNames&quot;: [ # 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+
&quot;A String&quot;,
457+
],
458+
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the ExpandedDataSet. Max 200 chars.
459+
&quot;metricNames&quot;: [ # 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+
&quot;A String&quot;,
461+
],
462+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
463+
},
430464
&quot;firebaseLink&quot;: { # A link between a GA4 property and a Firebase project. # A snapshot of a FirebaseLink resource in change history.
431465
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was originally created.
432466
&quot;name&quot;: &quot;A String&quot;, # Output only. Example format: properties/1234/firebaseLinks/5678
@@ -564,6 +598,40 @@ <h3>Method Details</h3>
564598
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display &amp; Video 360 Advertiser ID
565599
&quot;validationEmail&quot;: &quot;A String&quot;, # Input only. On a proposal being sent to Display &amp; 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 &amp; Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display &amp; Video 360 Advertiser may approve the proposal.
566600
},
601+
&quot;expandedDataSet&quot;: { # A resource message representing a GA4 ExpandedDataSet. # A snapshot of an ExpandedDataSet resource in change history.
602+
&quot;dataCollectionStartTime&quot;: &quot;A String&quot;, # Output only. Time when expanded data set began (or will begin) collecing data.
603+
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the ExpandedDataSet. Max 50 chars.
604+
&quot;dimensionFilterExpression&quot;: { # 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+
&quot;andGroup&quot;: { # 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+
&quot;filterExpressions&quot;: [ # A list of ExpandedDataSet filter expressions.
607+
# Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
608+
],
609+
},
610+
&quot;filter&quot;: { # A specific filter for a single dimension # A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
611+
&quot;fieldName&quot;: &quot;A String&quot;, # Required. The dimension name to filter.
612+
&quot;inListFilter&quot;: { # 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+
&quot;caseSensitive&quot;: True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.
614+
&quot;values&quot;: [ # Required. The list of possible string values to match against. Must be non-empty.
615+
&quot;A String&quot;,
616+
],
617+
},
618+
&quot;stringFilter&quot;: { # 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+
&quot;caseSensitive&quot;: 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+
&quot;matchType&quot;: &quot;A String&quot;, # Required. The match type for the string filter.
621+
&quot;value&quot;: &quot;A String&quot;, # Required. The string value to be matched against.
622+
},
623+
},
624+
&quot;notExpression&quot;: # Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression # A filter expression to be NOT&#x27;ed (i.e., inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
625+
},
626+
&quot;dimensionNames&quot;: [ # 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+
&quot;A String&quot;,
628+
],
629+
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the ExpandedDataSet. Max 200 chars.
630+
&quot;metricNames&quot;: [ # 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+
&quot;A String&quot;,
632+
],
633+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
634+
},
567635
&quot;firebaseLink&quot;: { # A link between a GA4 property and a Firebase project. # A snapshot of a FirebaseLink resource in change history.
568636
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was originally created.
569637
&quot;name&quot;: &quot;A String&quot;, # Output only. Example format: properties/1234/firebaseLinks/5678

docs/dyn/androidmanagement_v1.enterprises.devices.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@ <h2>Instance Methods</h2>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
8686
<code><a href="#delete">delete(name, wipeDataFlags=None, wipeReasonMessage=None, x__xgafv=None)</a></code></p>
87-
<p class="firstline">Deletes a device. This operation wipes the device.</p>
87+
<p class="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>
8888
<p class="toc_element">
8989
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
90-
<p class="firstline">Gets a device.</p>
90+
<p class="firstline">Gets a device. Deleted devices will respond with a 404 error.</p>
9191
<p class="toc_element">
9292
<code><a href="#issueCommand">issueCommand(name, body=None, x__xgafv=None)</a></code></p>
9393
<p class="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>
9494
<p class="toc_element">
9595
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
96-
<p class="firstline">Lists devices for a given enterprise.</p>
96+
<p class="firstline">Lists devices for a given enterprise. Deleted devices are not returned in the response.</p>
9797
<p class="toc_element">
9898
<code><a href="#list_next">list_next()</a></code></p>
9999
<p class="firstline">Retrieves the next page of results.</p>
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108108

109109
<div class="method">
110110
<code class="details" id="delete">delete(name, wipeDataFlags=None, wipeReasonMessage=None, x__xgafv=None)</code>
111-
<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.
112112

113113
Args:
114114
name: string, The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}. (required)
@@ -132,7 +132,7 @@ <h3>Method Details</h3>
132132

133133
<div class="method">
134134
<code class="details" id="get">get(name, x__xgafv=None)</code>
135-
<pre>Gets a device.
135+
<pre>Gets a device. Deleted devices will respond with a 404 error.
136136

137137
Args:
138138
name: string, The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}. (required)
@@ -453,7 +453,7 @@ <h3>Method Details</h3>
453453

454454
<div class="method">
455455
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
456-
<pre>Lists devices for a given enterprise.
456+
<pre>Lists devices for a given enterprise. Deleted devices are not returned in the response.
457457

458458
Args:
459459
parent: string, The name of the enterprise in the form enterprises/{enterpriseId}. (required)

docs/dyn/androidmanagement_v1.enterprises.policies.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h3>Method Details</h3>
364364
&quot;accountTypesWithManagementDisabled&quot;: [ # Account types that can&#x27;t be managed by the user.
365365
&quot;A String&quot;,
366366
],
367-
&quot;cameraDisabled&quot;: True or False, # Whether camera is disabled.
367+
&quot;cameraDisabled&quot;: True or False, # If true, the camera is disabled on the personal profile.
368368
&quot;maxDaysWithWorkOff&quot;: 42, # Controls how long the work profile can stay off. The duration must be at least 3 days.
369369
&quot;personalApplications&quot;: [ # Policy applied to applications in the personal profile.
370370
{ # Policies for apps in the personal profile of a company-owned device with a work profile.
@@ -373,7 +373,7 @@ <h3>Method Details</h3>
373373
},
374374
],
375375
&quot;personalPlayStoreMode&quot;: &quot;A String&quot;, # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
376-
&quot;screenCaptureDisabled&quot;: True or False, # Whether screen capture is disabled.
376+
&quot;screenCaptureDisabled&quot;: True or False, # If true, screen capture is disabled for all users.
377377
},
378378
&quot;playStoreMode&quot;: &quot;A String&quot;, # 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.
379379
&quot;policyEnforcementRules&quot;: [ # Rules that define the behavior when a particular policy can not be applied on device
@@ -743,7 +743,7 @@ <h3>Method Details</h3>
743743
&quot;accountTypesWithManagementDisabled&quot;: [ # Account types that can&#x27;t be managed by the user.
744744
&quot;A String&quot;,
745745
],
746-
&quot;cameraDisabled&quot;: True or False, # Whether camera is disabled.
746+
&quot;cameraDisabled&quot;: True or False, # If true, the camera is disabled on the personal profile.
747747
&quot;maxDaysWithWorkOff&quot;: 42, # Controls how long the work profile can stay off. The duration must be at least 3 days.
748748
&quot;personalApplications&quot;: [ # Policy applied to applications in the personal profile.
749749
{ # Policies for apps in the personal profile of a company-owned device with a work profile.
@@ -752,7 +752,7 @@ <h3>Method Details</h3>
752752
},
753753
],
754754
&quot;personalPlayStoreMode&quot;: &quot;A String&quot;, # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
755-
&quot;screenCaptureDisabled&quot;: True or False, # Whether screen capture is disabled.
755+
&quot;screenCaptureDisabled&quot;: True or False, # If true, screen capture is disabled for all users.
756756
},
757757
&quot;playStoreMode&quot;: &quot;A String&quot;, # 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.
758758
&quot;policyEnforcementRules&quot;: [ # Rules that define the behavior when a particular policy can not be applied on device
@@ -1128,7 +1128,7 @@ <h3>Method Details</h3>
11281128
&quot;accountTypesWithManagementDisabled&quot;: [ # Account types that can&#x27;t be managed by the user.
11291129
&quot;A String&quot;,
11301130
],
1131-
&quot;cameraDisabled&quot;: True or False, # Whether camera is disabled.
1131+
&quot;cameraDisabled&quot;: True or False, # If true, the camera is disabled on the personal profile.
11321132
&quot;maxDaysWithWorkOff&quot;: 42, # Controls how long the work profile can stay off. The duration must be at least 3 days.
11331133
&quot;personalApplications&quot;: [ # Policy applied to applications in the personal profile.
11341134
{ # Policies for apps in the personal profile of a company-owned device with a work profile.
@@ -1137,7 +1137,7 @@ <h3>Method Details</h3>
11371137
},
11381138
],
11391139
&quot;personalPlayStoreMode&quot;: &quot;A String&quot;, # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
1140-
&quot;screenCaptureDisabled&quot;: True or False, # Whether screen capture is disabled.
1140+
&quot;screenCaptureDisabled&quot;: True or False, # If true, screen capture is disabled for all users.
11411141
},
11421142
&quot;playStoreMode&quot;: &quot;A String&quot;, # 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.
11431143
&quot;policyEnforcementRules&quot;: [ # Rules that define the behavior when a particular policy can not be applied on device
@@ -1496,7 +1496,7 @@ <h3>Method Details</h3>
14961496
&quot;accountTypesWithManagementDisabled&quot;: [ # Account types that can&#x27;t be managed by the user.
14971497
&quot;A String&quot;,
14981498
],
1499-
&quot;cameraDisabled&quot;: True or False, # Whether camera is disabled.
1499+
&quot;cameraDisabled&quot;: True or False, # If true, the camera is disabled on the personal profile.
15001500
&quot;maxDaysWithWorkOff&quot;: 42, # Controls how long the work profile can stay off. The duration must be at least 3 days.
15011501
&quot;personalApplications&quot;: [ # Policy applied to applications in the personal profile.
15021502
{ # Policies for apps in the personal profile of a company-owned device with a work profile.
@@ -1505,7 +1505,7 @@ <h3>Method Details</h3>
15051505
},
15061506
],
15071507
&quot;personalPlayStoreMode&quot;: &quot;A String&quot;, # Used together with personalApplications to control how apps in the personal profile are allowed or blocked.
1508-
&quot;screenCaptureDisabled&quot;: True or False, # Whether screen capture is disabled.
1508+
&quot;screenCaptureDisabled&quot;: True or False, # If true, screen capture is disabled for all users.
15091509
},
15101510
&quot;playStoreMode&quot;: &quot;A String&quot;, # 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.
15111511
&quot;policyEnforcementRules&quot;: [ # Rules that define the behavior when a particular policy can not be applied on device

0 commit comments

Comments
 (0)