Skip to content

Commit 8bb904c

Browse files
chore: Update discovery artifacts (#1505)
## Deleted keys were detected in the following stable discovery artifacts: bigquery v2 795df26 managedidentities v1 9f85c13 ondemandscanning v1 11b0c0e ## Deleted keys were detected in the following pre-stable discovery artifacts: artifactregistry v1beta1 d8c9d9b artifactregistry v1beta2 d8c9d9b dataflow v1b3 a8b3400 managedidentities v1alpha1 9f85c13 managedidentities v1beta1 9f85c13 ondemandscanning v1beta1 11b0c0e ## Discovery Artifact Change Summary: feat(analyticsdata): update the api 1975400 feat(androidmanagement): update the api d253dad feat(artifactregistry): update the api d8c9d9b feat(bigquery): update the api 795df26 feat(bigquerydatatransfer): update the api 9044b19 feat(chat): update the api 5fe2f9c feat(cloudidentity): update the api 24da17a feat(cloudkms): update the api bb6c83b feat(compute): update the api 1c2b5b2 feat(container): update the api f5e7af1 feat(containeranalysis): update the api bb9bbea feat(content): update the api c9ba1f1 feat(dataflow): update the api a8b3400 feat(dataproc): update the api 0f222f7 feat(displayvideo): update the api fbfb3ca feat(documentai): update the api c21f6c9 feat(file): update the api 4ea8b8d feat(gkehub): update the api abde26f feat(logging): update the api 55ba494 feat(managedidentities): update the api 9f85c13 feat(metastore): update the api 6930123 feat(ondemandscanning): update the api 11b0c0e feat(people): update the api 8a6dc23 feat(sqladmin): update the api 552d62b feat(sts): update the api 701b09c feat(workflowexecutions): update the api 26e7f6d feat(youtube): update the api 805e784
1 parent e9a5d08 commit 8bb904c

File tree

533 files changed

+18153
-1995
lines changed

Some content is hidden

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

533 files changed

+18153
-1995
lines changed

docs/dyn/analyticsdata_v1beta.properties.html

+184
Large diffs are not rendered by default.

docs/dyn/androidmanagement_v1.enterprises.policies.html

+32
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ <h3>Method Details</h3>
140140
&quot;commonCriteriaMode&quot;: &quot;A String&quot;, # Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.
141141
&quot;developerSettings&quot;: &quot;A String&quot;, # Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated).
142142
&quot;googlePlayProtectVerifyApps&quot;: &quot;A String&quot;, # Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated).
143+
&quot;personalAppsThatCanReadWorkNotifications&quot;: [ # Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.
144+
&quot;A String&quot;,
145+
],
143146
&quot;untrustedAppsPolicy&quot;: &quot;A String&quot;, # The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).
144147
},
145148
&quot;alwaysOnVpnPackage&quot;: { # Configuration for an always-on VPN connection. # Configuration for an always-on VPN connection. Use with vpn_config_disabled to prevent modification of this setting.
@@ -218,6 +221,11 @@ <h3>Method Details</h3>
218221
],
219222
&quot;createWindowsDisabled&quot;: True or False, # Whether creating windows besides app windows is disabled.
220223
&quot;credentialsConfigDisabled&quot;: True or False, # Whether configuring user credentials is disabled.
224+
&quot;crossProfilePolicies&quot;: { # Cross-profile policies applied on the device. # Cross-profile policies applied on the device.
225+
&quot;crossProfileCopyPaste&quot;: &quot;A String&quot;, # Whether text copied from one profile (personal or work) can be pasted in the other profile.
226+
&quot;crossProfileDataSharing&quot;: &quot;A String&quot;, # Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work &amp; personal apps, are configured separately.
227+
&quot;showWorkContactsInPersonalProfile&quot;: &quot;A String&quot;, # Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.
228+
},
221229
&quot;dataRoamingDisabled&quot;: True or False, # Whether roaming data services are disabled.
222230
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
223231
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
@@ -491,6 +499,9 @@ <h3>Method Details</h3>
491499
&quot;commonCriteriaMode&quot;: &quot;A String&quot;, # Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.
492500
&quot;developerSettings&quot;: &quot;A String&quot;, # Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated).
493501
&quot;googlePlayProtectVerifyApps&quot;: &quot;A String&quot;, # Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated).
502+
&quot;personalAppsThatCanReadWorkNotifications&quot;: [ # Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.
503+
&quot;A String&quot;,
504+
],
494505
&quot;untrustedAppsPolicy&quot;: &quot;A String&quot;, # The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).
495506
},
496507
&quot;alwaysOnVpnPackage&quot;: { # Configuration for an always-on VPN connection. # Configuration for an always-on VPN connection. Use with vpn_config_disabled to prevent modification of this setting.
@@ -569,6 +580,11 @@ <h3>Method Details</h3>
569580
],
570581
&quot;createWindowsDisabled&quot;: True or False, # Whether creating windows besides app windows is disabled.
571582
&quot;credentialsConfigDisabled&quot;: True or False, # Whether configuring user credentials is disabled.
583+
&quot;crossProfilePolicies&quot;: { # Cross-profile policies applied on the device. # Cross-profile policies applied on the device.
584+
&quot;crossProfileCopyPaste&quot;: &quot;A String&quot;, # Whether text copied from one profile (personal or work) can be pasted in the other profile.
585+
&quot;crossProfileDataSharing&quot;: &quot;A String&quot;, # Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work &amp; personal apps, are configured separately.
586+
&quot;showWorkContactsInPersonalProfile&quot;: &quot;A String&quot;, # Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.
587+
},
572588
&quot;dataRoamingDisabled&quot;: True or False, # Whether roaming data services are disabled.
573589
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
574590
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
@@ -848,6 +864,9 @@ <h3>Method Details</h3>
848864
&quot;commonCriteriaMode&quot;: &quot;A String&quot;, # Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.
849865
&quot;developerSettings&quot;: &quot;A String&quot;, # Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated).
850866
&quot;googlePlayProtectVerifyApps&quot;: &quot;A String&quot;, # Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated).
867+
&quot;personalAppsThatCanReadWorkNotifications&quot;: [ # Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.
868+
&quot;A String&quot;,
869+
],
851870
&quot;untrustedAppsPolicy&quot;: &quot;A String&quot;, # The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).
852871
},
853872
&quot;alwaysOnVpnPackage&quot;: { # Configuration for an always-on VPN connection. # Configuration for an always-on VPN connection. Use with vpn_config_disabled to prevent modification of this setting.
@@ -926,6 +945,11 @@ <h3>Method Details</h3>
926945
],
927946
&quot;createWindowsDisabled&quot;: True or False, # Whether creating windows besides app windows is disabled.
928947
&quot;credentialsConfigDisabled&quot;: True or False, # Whether configuring user credentials is disabled.
948+
&quot;crossProfilePolicies&quot;: { # Cross-profile policies applied on the device. # Cross-profile policies applied on the device.
949+
&quot;crossProfileCopyPaste&quot;: &quot;A String&quot;, # Whether text copied from one profile (personal or work) can be pasted in the other profile.
950+
&quot;crossProfileDataSharing&quot;: &quot;A String&quot;, # Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work &amp; personal apps, are configured separately.
951+
&quot;showWorkContactsInPersonalProfile&quot;: &quot;A String&quot;, # Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.
952+
},
929953
&quot;dataRoamingDisabled&quot;: True or False, # Whether roaming data services are disabled.
930954
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
931955
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.
@@ -1188,6 +1212,9 @@ <h3>Method Details</h3>
11881212
&quot;commonCriteriaMode&quot;: &quot;A String&quot;, # Controls Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www.commoncriteriaportal.org/) (CC). Enabling Common Criteria Mode increases certain security components on a device, including AES-GCM encryption of Bluetooth Long Term Keys, and Wi-Fi configuration stores.Warning: Common Criteria Mode enforces a strict security model typically only required for IT products used in national security systems and other highly sensitive organizations. Standard device use may be affected. Only enabled if required.
11891213
&quot;developerSettings&quot;: &quot;A String&quot;, # Controls access to developer settings: developer options and safe boot. Replaces safeBootDisabled (deprecated) and debuggingFeaturesAllowed (deprecated).
11901214
&quot;googlePlayProtectVerifyApps&quot;: &quot;A String&quot;, # Whether Google Play Protect verification (https://support.google.com/accounts/answer/2812853) is enforced. Replaces ensureVerifyAppsEnabled (deprecated).
1215+
&quot;personalAppsThatCanReadWorkNotifications&quot;: [ # Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.
1216+
&quot;A String&quot;,
1217+
],
11911218
&quot;untrustedAppsPolicy&quot;: &quot;A String&quot;, # The policy for untrusted apps (apps from unknown sources) enforced on the device. Replaces install_unknown_sources_allowed (deprecated).
11921219
},
11931220
&quot;alwaysOnVpnPackage&quot;: { # Configuration for an always-on VPN connection. # Configuration for an always-on VPN connection. Use with vpn_config_disabled to prevent modification of this setting.
@@ -1266,6 +1293,11 @@ <h3>Method Details</h3>
12661293
],
12671294
&quot;createWindowsDisabled&quot;: True or False, # Whether creating windows besides app windows is disabled.
12681295
&quot;credentialsConfigDisabled&quot;: True or False, # Whether configuring user credentials is disabled.
1296+
&quot;crossProfilePolicies&quot;: { # Cross-profile policies applied on the device. # Cross-profile policies applied on the device.
1297+
&quot;crossProfileCopyPaste&quot;: &quot;A String&quot;, # Whether text copied from one profile (personal or work) can be pasted in the other profile.
1298+
&quot;crossProfileDataSharing&quot;: &quot;A String&quot;, # Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work &amp; personal apps, are configured separately.
1299+
&quot;showWorkContactsInPersonalProfile&quot;: &quot;A String&quot;, # Whether contacts stored in the work profile can be shown in personal profile contact searches and incoming calls.
1300+
},
12691301
&quot;dataRoamingDisabled&quot;: True or False, # Whether roaming data services are disabled.
12701302
&quot;debuggingFeaturesAllowed&quot;: True or False, # Whether the user is allowed to enable debugging features.
12711303
&quot;defaultPermissionPolicy&quot;: &quot;A String&quot;, # The default permission policy for runtime permission requests.

docs/dyn/androidpublisher_v3.inappproducts.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Creates an in-app product (i.e. a managed product or a subscriptions).</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(packageName, maxResults=None, startIndex=None, token=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Lists all in-app products - both managed products and subscriptions.</p>
91+
<p class="firstline">Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page.</p>
9292
<p class="toc_element">
9393
<code><a href="#patch">patch(packageName, sku, autoConvertMissingPrices=None, body=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Patches an in-app product (i.e. a managed product or a subscriptions).</p>
@@ -242,12 +242,12 @@ <h3>Method Details</h3>
242242

243243
<div class="method">
244244
<code class="details" id="list">list(packageName, maxResults=None, startIndex=None, token=None, x__xgafv=None)</code>
245-
<pre>Lists all in-app products - both managed products and subscriptions.
245+
<pre>Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field `tokenPagination.nextPageToken` will be set and the caller should provide its value as a `token` request parameter to retrieve the next page.
246246

247247
Args:
248248
packageName: string, Package name of the app. (required)
249-
maxResults: integer, How many results the list operation should return.
250-
startIndex: integer, The index of the first element to return.
249+
maxResults: integer, Deprecated and ignored. The page size is determined by the server.
250+
startIndex: integer, Deprecated and ignored. Set the `token` parameter to rertieve the next page.
251251
token: string, Pagination token. If empty, list starts at the first product.
252252
x__xgafv: string, V1 error format.
253253
Allowed values
@@ -290,7 +290,7 @@ <h3>Method Details</h3>
290290
},
291291
],
292292
&quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#inappproductsListResponse&quot;).
293-
&quot;pageInfo&quot;: { # Information about the current page. List operations that supports paging return only one &quot;page&quot; of results. This protocol buffer message describes the page that has been returned. # Information about the current page.
293+
&quot;pageInfo&quot;: { # Information about the current page. List operations that supports paging return only one &quot;page&quot; of results. This protocol buffer message describes the page that has been returned. # Deprecated and unset.
294294
&quot;resultPerPage&quot;: 42, # Maximum number of results returned in one page. ! The number of results included in the API response.
295295
&quot;startIndex&quot;: 42, # Index of the first result returned in the current page.
296296
&quot;totalResults&quot;: 42, # Total number of results available on the backend ! The total number of results in the result set.

docs/dyn/artifactregistry_v1.operations.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
8989
<p class="toc_element">
90-
<code><a href="#list">list(filter=None, name=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
90+
<code><a href="#list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -176,12 +176,12 @@ <h3>Method Details</h3>
176176
</div>
177177

178178
<div class="method">
179-
<code class="details" id="list">list(filter=None, name=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
179+
<code class="details" id="list">list(name, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
180180
<pre>Lists operations that match the specified filter in the request. If the server doesn&#x27;t support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `&quot;/v1/{name=users/*}/operations&quot;` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
181181

182182
Args:
183+
name: string, The name of the operation&#x27;s parent resource. (required)
183184
filter: string, The standard list filter.
184-
name: string, The name of the operation&#x27;s parent resource.
185185
pageSize: integer, The standard list page size.
186186
pageToken: string, The standard list page token.
187187
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)