Skip to content

chore: Update discovery artifacts #2555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
dae91c1
chore: update docs/dyn/index.md
yoshi-automation Jan 28, 2025
54a01c6
feat(androidenterprise): update the api
yoshi-automation Jan 28, 2025
7fccf38
feat(apphub): update the api
yoshi-automation Jan 28, 2025
b22ff70
feat(bigquery): update the api
yoshi-automation Jan 28, 2025
78df1e1
fix(calendar): update the api
yoshi-automation Jan 28, 2025
01dff3e
feat(cloudfunctions): update the api
yoshi-automation Jan 28, 2025
5739c98
feat(cloudidentity): update the api
yoshi-automation Jan 28, 2025
3b134fd
feat(dataform): update the api
yoshi-automation Jan 28, 2025
2fb0ea9
feat(datafusion): update the api
yoshi-automation Jan 28, 2025
ce24501
feat(datamigration): update the api
yoshi-automation Jan 28, 2025
b10ff14
fix(dataportability): update the api
yoshi-automation Jan 28, 2025
9d9d3be
feat(datastream): update the api
yoshi-automation Jan 28, 2025
ec139e8
feat(dialogflow): update the api
yoshi-automation Jan 28, 2025
05fc216
feat(discoveryengine): update the api
yoshi-automation Jan 28, 2025
20fb5ca
feat(displayvideo): update the api
yoshi-automation Jan 28, 2025
7ced387
fix(dlp): update the api
yoshi-automation Jan 28, 2025
f2a4bce
feat(documentai): update the api
yoshi-automation Jan 28, 2025
d268edd
feat(drive): update the api
yoshi-automation Jan 28, 2025
edd3d29
feat(firebaseappdistribution): update the api
yoshi-automation Jan 28, 2025
dbc8544
feat(firebaseml): update the api
yoshi-automation Jan 28, 2025
e59ead4
feat(firestore): update the api
yoshi-automation Jan 28, 2025
5190cd5
feat(gkehub): update the api
yoshi-automation Jan 28, 2025
04795c2
feat(healthcare): update the api
yoshi-automation Jan 28, 2025
ac0d005
feat(migrationcenter): update the api
yoshi-automation Jan 28, 2025
af466d7
feat(netapp): update the api
yoshi-automation Jan 28, 2025
0f2353d
feat(networksecurity): update the api
yoshi-automation Jan 28, 2025
3dbb550
feat(redis): update the api
yoshi-automation Jan 28, 2025
2d0378a
feat(run): update the api
yoshi-automation Jan 28, 2025
7f221cc
fix(secretmanager): update the api
yoshi-automation Jan 28, 2025
f6c177f
feat(securitycenter): update the api
yoshi-automation Jan 28, 2025
f0f2305
feat(sqladmin): update the api
yoshi-automation Jan 28, 2025
57f4a91
feat(webfonts): update the api
yoshi-automation Jan 28, 2025
4a60ffc
feat(workloadmanager): update the api
yoshi-automation Jan 28, 2025
e821464
feat(youtube): update the api
yoshi-automation Jan 28, 2025
1c65d4e
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h3>Method Details</h3>
<pre>Lists Platform Child Sites for a specified Platform Child Account.

Args:
parent: string, Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code} (required)
parent: string, Required. The name of the child account under the given platform which owns the platform child sites. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account} (required)
pageSize: integer, Optional. The maximum number of children to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
pageToken: string, Optional. A page token, received from a previous `ListPlatformChildren` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatformChildren` must match the call that provided the page token.
x__xgafv: string, V1 error format.
Expand All @@ -113,7 +113,7 @@ <h3>Method Details</h3>
&quot;platformChildSites&quot;: [ # The platform child sites returned in this list response.
{ # Representation of a Transparent Platform Child Site.
&quot;domain&quot;: &quot;A String&quot;, # Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}
&quot;platformGroup&quot;: &quot;A String&quot;, # Resource name of the Platform Group of the Platform Child Site.
},
],
Expand All @@ -139,13 +139,13 @@ <h3>Method Details</h3>
<pre>Update a Platform Child Site.

Args:
name: string, Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite} (required)
name: string, Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site} (required)
body: object, The request body.
The object takes the form of:

{ # Representation of a Transparent Platform Child Site.
&quot;domain&quot;: &quot;A String&quot;, # Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}
&quot;platformGroup&quot;: &quot;A String&quot;, # Resource name of the Platform Group of the Platform Child Site.
}

Expand All @@ -160,7 +160,7 @@ <h3>Method Details</h3>

{ # Representation of a Transparent Platform Child Site.
&quot;domain&quot;: &quot;A String&quot;, # Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name.
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child}/sites/{platformChildSite}
&quot;name&quot;: &quot;A String&quot;, # Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platform_child_site}
&quot;platformGroup&quot;: &quot;A String&quot;, # Resource name of the Platform Group of the Platform Child Site.
}</pre>
</div>
Expand Down
16 changes: 8 additions & 8 deletions docs/dyn/androidmanagement_v1.enterprises.policies.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;addUserDisabled&quot;: True or False, # Whether adding new users and profiles is disabled. For devices where managementMode is DEVICE_OWNER this field is ignored and the user is never allowed to add or remove users.
&quot;adjustVolumeDisabled&quot;: True or False, # Whether adjusting the master volume is disabled. Also mutes the device.
&quot;adjustVolumeDisabled&quot;: True or False, # Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect only on fully managed devices.
&quot;advancedSecurityOverrides&quot;: { # Advanced security settings. In most cases, setting these is not needed. # Advanced security settings. In most cases, setting these is not needed.
&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, see CommonCriteriaMode for details.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. If Common Criteria Mode is turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
&quot;contentProtectionPolicy&quot;: &quot;A String&quot;, # Optional. Controls whether content protection, which scans for deceptive apps, is enabled. This is supported on Android 15 and above.
Expand Down Expand Up @@ -464,7 +464,7 @@ <h3>Method Details</h3>
&quot;removeUserDisabled&quot;: True or False, # Whether removing other users is disabled.
&quot;safeBootDisabled&quot;: True or False, # Whether rebooting the device into safe boot is disabled.
&quot;screenCaptureDisabled&quot;: True or False, # Whether screen capture is disabled.
&quot;setUserIconDisabled&quot;: True or False, # Whether changing the user icon is disabled.
&quot;setUserIconDisabled&quot;: True or False, # Whether changing the user icon is disabled. The setting has effect only on fully managed devices.
&quot;setWallpaperDisabled&quot;: True or False, # Whether changing the wallpaper is disabled.
&quot;setupActions&quot;: [ # Action to take during the setup process. At most one action may be specified.
{ # An action executed during setup.
Expand Down Expand Up @@ -576,7 +576,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;addUserDisabled&quot;: True or False, # Whether adding new users and profiles is disabled. For devices where managementMode is DEVICE_OWNER this field is ignored and the user is never allowed to add or remove users.
&quot;adjustVolumeDisabled&quot;: True or False, # Whether adjusting the master volume is disabled. Also mutes the device.
&quot;adjustVolumeDisabled&quot;: True or False, # Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect only on fully managed devices.
&quot;advancedSecurityOverrides&quot;: { # Advanced security settings. In most cases, setting these is not needed. # Advanced security settings. In most cases, setting these is not needed.
&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, see CommonCriteriaMode for details.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. If Common Criteria Mode is turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
&quot;contentProtectionPolicy&quot;: &quot;A String&quot;, # Optional. Controls whether content protection, which scans for deceptive apps, is enabled. This is supported on Android 15 and above.
Expand Down Expand Up @@ -905,7 +905,7 @@ <h3>Method Details</h3>
&quot;removeUserDisabled&quot;: True or False, # Whether removing other users is disabled.
&quot;safeBootDisabled&quot;: True or False, # Whether rebooting the device into safe boot is disabled.
&quot;screenCaptureDisabled&quot;: True or False, # Whether screen capture is disabled.
&quot;setUserIconDisabled&quot;: True or False, # Whether changing the user icon is disabled.
&quot;setUserIconDisabled&quot;: True or False, # Whether changing the user icon is disabled. The setting has effect only on fully managed devices.
&quot;setWallpaperDisabled&quot;: True or False, # Whether changing the wallpaper is disabled.
&quot;setupActions&quot;: [ # Action to take during the setup process. At most one action may be specified.
{ # An action executed during setup.
Expand Down Expand Up @@ -1023,7 +1023,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;addUserDisabled&quot;: True or False, # Whether adding new users and profiles is disabled. For devices where managementMode is DEVICE_OWNER this field is ignored and the user is never allowed to add or remove users.
&quot;adjustVolumeDisabled&quot;: True or False, # Whether adjusting the master volume is disabled. Also mutes the device.
&quot;adjustVolumeDisabled&quot;: True or False, # Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect only on fully managed devices.
&quot;advancedSecurityOverrides&quot;: { # Advanced security settings. In most cases, setting these is not needed. # Advanced security settings. In most cases, setting these is not needed.
&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, see CommonCriteriaMode for details.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. If Common Criteria Mode is turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
&quot;contentProtectionPolicy&quot;: &quot;A String&quot;, # Optional. Controls whether content protection, which scans for deceptive apps, is enabled. This is supported on Android 15 and above.
Expand Down Expand Up @@ -1352,7 +1352,7 @@ <h3>Method Details</h3>
&quot;removeUserDisabled&quot;: True or False, # Whether removing other users is disabled.
&quot;safeBootDisabled&quot;: True or False, # Whether rebooting the device into safe boot is disabled.
&quot;screenCaptureDisabled&quot;: True or False, # Whether screen capture is disabled.
&quot;setUserIconDisabled&quot;: True or False, # Whether changing the user icon is disabled.
&quot;setUserIconDisabled&quot;: True or False, # Whether changing the user icon is disabled. The setting has effect only on fully managed devices.
&quot;setWallpaperDisabled&quot;: True or False, # Whether changing the wallpaper is disabled.
&quot;setupActions&quot;: [ # Action to take during the setup process. At most one action may be specified.
{ # An action executed during setup.
Expand Down Expand Up @@ -1453,7 +1453,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;addUserDisabled&quot;: True or False, # Whether adding new users and profiles is disabled. For devices where managementMode is DEVICE_OWNER this field is ignored and the user is never allowed to add or remove users.
&quot;adjustVolumeDisabled&quot;: True or False, # Whether adjusting the master volume is disabled. Also mutes the device.
&quot;adjustVolumeDisabled&quot;: True or False, # Whether adjusting the master volume is disabled. Also mutes the device. The setting has effect only on fully managed devices.
&quot;advancedSecurityOverrides&quot;: { # Advanced security settings. In most cases, setting these is not needed. # Advanced security settings. In most cases, setting these is not needed.
&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, see CommonCriteriaMode for details.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. If Common Criteria Mode is turned off after being enabled previously, all user-configured Wi-Fi networks may be lost and any enterprise-configured Wi-Fi networks that require user input may need to be reconfigured.
&quot;contentProtectionPolicy&quot;: &quot;A String&quot;, # Optional. Controls whether content protection, which scans for deceptive apps, is enabled. This is supported on Android 15 and above.
Expand Down Expand Up @@ -1782,7 +1782,7 @@ <h3>Method Details</h3>
&quot;removeUserDisabled&quot;: True or False, # Whether removing other users is disabled.
&quot;safeBootDisabled&quot;: True or False, # Whether rebooting the device into safe boot is disabled.
&quot;screenCaptureDisabled&quot;: True or False, # Whether screen capture is disabled.
&quot;setUserIconDisabled&quot;: True or False, # Whether changing the user icon is disabled.
&quot;setUserIconDisabled&quot;: True or False, # Whether changing the user icon is disabled. The setting has effect only on fully managed devices.
&quot;setWallpaperDisabled&quot;: True or False, # Whether changing the wallpaper is disabled.
&quot;setupActions&quot;: [ # Action to take during the setup process. At most one action may be specified.
{ # An action executed during setup.
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/apphub_v1.projects.locations.operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1><a href="apphub_v1.html">App Hub API</a> . <a href="apphub_v1.projects.html"
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#cancel">cancel(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.</p>
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand All @@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="cancel">cancel(name, body=None, x__xgafv=None)</code>
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

Args:
name: string, The name of the operation resource to be cancelled. (required)
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/apphub_v1alpha.projects.locations.operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1><a href="apphub_v1alpha.html">App Hub API</a> . <a href="apphub_v1alpha.proj
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#cancel">cancel(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.</p>
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand All @@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="cancel">cancel(name, body=None, x__xgafv=None)</code>
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

Args:
name: string, The name of the operation resource to be cancelled. (required)
Expand Down
Loading