Skip to content

Commit

Permalink
chore: Update discovery artifacts (#2512)
Browse files Browse the repository at this point in the history
## Deleted keys were detected in the following stable discovery artifacts:
beyondcorp v1 https://togithub.com/googleapis/google-api-python-client/commit/a7947120205705a0d4d10de082e7f46fc10a6edf
developerconnect v1 https://togithub.com/googleapis/google-api-python-client/commit/d200c2ce1d4c280a5d214f74d301c7b3dd502450

## Deleted keys were detected in the following pre-stable discovery artifacts:
analyticshub v1beta1 https://togithub.com/googleapis/google-api-python-client/commit/2e8f827879892114930b2f973b1bc42d7e9dced1

## Discovery Artifact Change Summary:
feat(accesscontextmanager): update the api https://togithub.com/googleapis/google-api-python-client/commit/f2e314b119cedd5d66b0032d60e70c4a8daf6bb9
feat(admin): update the api https://togithub.com/googleapis/google-api-python-client/commit/5bda041fd412716b5684ee98fd1798b8c4b7b29c
feat(aiplatform): update the api https://togithub.com/googleapis/google-api-python-client/commit/477d209fc46d85f7ac5384faef9f9537d85c422d
feat(analyticshub): update the api https://togithub.com/googleapis/google-api-python-client/commit/2e8f827879892114930b2f973b1bc42d7e9dced1
feat(beyondcorp): update the api https://togithub.com/googleapis/google-api-python-client/commit/a7947120205705a0d4d10de082e7f46fc10a6edf
feat(clouddeploy): update the api https://togithub.com/googleapis/google-api-python-client/commit/9f46ad86f2ca66f78325b30b897690435f1196fc
feat(compute): update the api https://togithub.com/googleapis/google-api-python-client/commit/396f9dca70263bca2c0c2959ed333192c4785120
feat(container): update the api https://togithub.com/googleapis/google-api-python-client/commit/d35e92ef9e86dc1d494299a942f9e45aad6638a9
feat(dataflow): update the api https://togithub.com/googleapis/google-api-python-client/commit/6768b1f50b67aebb3ed19251101e545ce8b457d2
feat(datastream): update the api https://togithub.com/googleapis/google-api-python-client/commit/cdea035fc31dbdf929e9b6163417a9ece6b4dc66
feat(developerconnect): update the api https://togithub.com/googleapis/google-api-python-client/commit/d200c2ce1d4c280a5d214f74d301c7b3dd502450
feat(dialogflow): update the api https://togithub.com/googleapis/google-api-python-client/commit/d805cf2f5a85ffdf3c0e1784c243dc41b6a0b8f3
feat(discoveryengine): update the api https://togithub.com/googleapis/google-api-python-client/commit/cb59b84af6e4422494c730775ff8ed2a67fc9cdf
feat(firebaseappdistribution): update the api https://togithub.com/googleapis/google-api-python-client/commit/bb87986fb57af4fa7d1dc62290667617a61ea973
feat(gkehub): update the api https://togithub.com/googleapis/google-api-python-client/commit/c4ce0d990967cc3de53ccb3870950d2e12bcaf54
feat(gkeonprem): update the api https://togithub.com/googleapis/google-api-python-client/commit/cf051473a2096c9be43355b622a65777011c4080
feat(migrationcenter): update the api https://togithub.com/googleapis/google-api-python-client/commit/46b6cf4d16e9db27e2b3cf486b80daa6af0c1000
feat(networkmanagement): update the api https://togithub.com/googleapis/google-api-python-client/commit/d5e3d41c95cd43d1ac923f3e05a8f55eab9ef59f
feat(serviceusage): update the api https://togithub.com/googleapis/google-api-python-client/commit/5f01e669132826613b2329369f79d246b3fbc4f8
feat(tpu): update the api https://togithub.com/googleapis/google-api-python-client/commit/0b9b48260f17a3b5675cbd88dc3dc0c63dbcd400
fix(translate): update the api https://togithub.com/googleapis/google-api-python-client/commit/b61649bddc2ddece3f2eda06ebff98a0a4f16b7d
feat(youtube): update the api https://togithub.com/googleapis/google-api-python-client/commit/ef091d560f62d9f9bcbd629d355125fd91362a57
  • Loading branch information
yoshi-code-bot authored Nov 5, 2024
1 parent 1e01f26 commit dba5822
Show file tree
Hide file tree
Showing 175 changed files with 8,252 additions and 733 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. Next ID: 11
{ # Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access.
&quot;accessLevels&quot;: [ # Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: &quot;accessPolicies/9522/accessLevels/device_trusted&quot;
&quot;A String&quot;,
],
Expand Down Expand Up @@ -182,6 +182,13 @@ <h3>Method Details</h3>
},
},
],
&quot;sessionSettings&quot;: { # Stores settings related to Google Cloud Session Length including session duration, the type of challenge (i.e. method) they should face when their session expires, and other related settings. # Optional. GCSL policy for the group key. Migrated from ReauthSettings
&quot;maxInactivity&quot;: &quot;A String&quot;, # Optional. How long a user is allowed to take between actions before a new access token must be issued. Presently only set for Cloud Apps.
&quot;sessionLength&quot;: &quot;A String&quot;, # Optional. The session length. Setting this field to zero is equal to disabling. Session. Also can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param.
&quot;sessionLengthEnabled&quot;: True or False, # Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded and the session length is basically infinite.
&quot;sessionReauthMethod&quot;: &quot;A String&quot;, # Optional. Session method when users GCP session is up.
&quot;useOidcMaxAge&quot;: True or False, # Optional. Only useful for OIDC apps. When false, the OIDC max_age param, if passed in the authentication request will be ignored. When true, the re-auth period will be the minimum of the session_length field and the max_age OIDC param.
},
}

x__xgafv: string, V1 error format.
Expand Down Expand Up @@ -262,7 +269,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. Next ID: 11
{ # Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access.
&quot;accessLevels&quot;: [ # Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: &quot;accessPolicies/9522/accessLevels/device_trusted&quot;
&quot;A String&quot;,
],
Expand Down Expand Up @@ -334,6 +341,13 @@ <h3>Method Details</h3>
},
},
],
&quot;sessionSettings&quot;: { # Stores settings related to Google Cloud Session Length including session duration, the type of challenge (i.e. method) they should face when their session expires, and other related settings. # Optional. GCSL policy for the group key. Migrated from ReauthSettings
&quot;maxInactivity&quot;: &quot;A String&quot;, # Optional. How long a user is allowed to take between actions before a new access token must be issued. Presently only set for Cloud Apps.
&quot;sessionLength&quot;: &quot;A String&quot;, # Optional. The session length. Setting this field to zero is equal to disabling. Session. Also can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param.
&quot;sessionLengthEnabled&quot;: True or False, # Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded and the session length is basically infinite.
&quot;sessionReauthMethod&quot;: &quot;A String&quot;, # Optional. Session method when users GCP session is up.
&quot;useOidcMaxAge&quot;: True or False, # Optional. Only useful for OIDC apps. When false, the OIDC max_age param, if passed in the authentication request will be ignored. When true, the re-auth period will be the minimum of the session_length field and the max_age OIDC param.
},
}</pre>
</div>

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

{ # Response of ListGcpUserAccessBindings.
&quot;gcpUserAccessBindings&quot;: [ # GcpUserAccessBinding
{ # Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. Next ID: 11
{ # Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access.
&quot;accessLevels&quot;: [ # Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: &quot;accessPolicies/9522/accessLevels/device_trusted&quot;
&quot;A String&quot;,
],
Expand Down Expand Up @@ -427,6 +441,13 @@ <h3>Method Details</h3>
},
},
],
&quot;sessionSettings&quot;: { # Stores settings related to Google Cloud Session Length including session duration, the type of challenge (i.e. method) they should face when their session expires, and other related settings. # Optional. GCSL policy for the group key. Migrated from ReauthSettings
&quot;maxInactivity&quot;: &quot;A String&quot;, # Optional. How long a user is allowed to take between actions before a new access token must be issued. Presently only set for Cloud Apps.
&quot;sessionLength&quot;: &quot;A String&quot;, # Optional. The session length. Setting this field to zero is equal to disabling. Session. Also can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param.
&quot;sessionLengthEnabled&quot;: True or False, # Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded and the session length is basically infinite.
&quot;sessionReauthMethod&quot;: &quot;A String&quot;, # Optional. Session method when users GCP session is up.
&quot;useOidcMaxAge&quot;: True or False, # Optional. Only useful for OIDC apps. When false, the OIDC max_age param, if passed in the authentication request will be ignored. When true, the re-auth period will be the minimum of the session_length field and the max_age OIDC param.
},
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to get the next page of items. If blank, there are no more items.
Expand Down Expand Up @@ -456,7 +477,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. Next ID: 11
{ # Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access.
&quot;accessLevels&quot;: [ # Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: &quot;accessPolicies/9522/accessLevels/device_trusted&quot;
&quot;A String&quot;,
],
Expand Down Expand Up @@ -528,9 +549,16 @@ <h3>Method Details</h3>
},
},
],
&quot;sessionSettings&quot;: { # Stores settings related to Google Cloud Session Length including session duration, the type of challenge (i.e. method) they should face when their session expires, and other related settings. # Optional. GCSL policy for the group key. Migrated from ReauthSettings
&quot;maxInactivity&quot;: &quot;A String&quot;, # Optional. How long a user is allowed to take between actions before a new access token must be issued. Presently only set for Cloud Apps.
&quot;sessionLength&quot;: &quot;A String&quot;, # Optional. The session length. Setting this field to zero is equal to disabling. Session. Also can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param.
&quot;sessionLengthEnabled&quot;: True or False, # Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded and the session length is basically infinite.
&quot;sessionReauthMethod&quot;: &quot;A String&quot;, # Optional. Session method when users GCP session is up.
&quot;useOidcMaxAge&quot;: True or False, # Optional. Only useful for OIDC apps. When false, the OIDC max_age param, if passed in the authentication request will be ignored. When true, the re-auth period will be the minimum of the session_length field and the max_age OIDC param.
},
}

append: boolean, Optional. This field controls whether or not certain repeated settings in the update request overwrite or append to existing settings on the binding. If true, then append. Otherwise overwrite. So far, only scoped_access_settings supports appending. Global access_levels, dry_run_access_levels, reauth_settings, and session_settings are not compatible with append functionality, and the request will return an error if append=true when these settings are in the update_mask. The request will also return an error if append=true when &quot;scoped_access_settings&quot; is not set in the update_mask.
append: boolean, Optional. This field controls whether or not certain repeated settings in the update request overwrite or append to existing settings on the binding. If true, then append. Otherwise overwrite. So far, only scoped_access_settings with reauth_settings supports appending. Global access_levels, access_levels in scoped_access_settings, dry_run_access_levels, reauth_settings, and session_settings are not compatible with append functionality, and the request will return an error if append=true when these settings are in the update_mask. The request will also return an error if append=true when &quot;scoped_access_settings&quot; is not set in the update_mask.
updateMask: string, Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and may only contain the following fields: `access_levels`, `dry_run_access_levels`, `reauth_settings` `session_settings`, `scoped_access_settings`. update_mask { paths: &quot;access_levels&quot; }
x__xgafv: string, V1 error format.
Allowed values
Expand Down
24 changes: 24 additions & 0 deletions docs/dyn/admin_directory_v1.chromeosdevices.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ <h3>Method Details</h3>
],
&quot;deviceId&quot;: &quot;A String&quot;, # The unique ID of the Chrome device.
&quot;deviceLicenseType&quot;: &quot;A String&quot;, # Output only. Device license type.
&quot;diskSpaceUsage&quot;: { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
&quot;capacityBytes&quot;: &quot;A String&quot;, # Output only. The total capacity value, in bytes.
&quot;usedBytes&quot;: &quot;A String&quot;, # Output only. The current usage value, in bytes.
},
&quot;diskVolumeReports&quot;: [ # Reports of disk space and other info about mounted/connected volumes.
{
&quot;volumeInfo&quot;: [ # Disk volumes
Expand Down Expand Up @@ -405,6 +409,10 @@ <h3>Method Details</h3>
],
&quot;deviceId&quot;: &quot;A String&quot;, # The unique ID of the Chrome device.
&quot;deviceLicenseType&quot;: &quot;A String&quot;, # Output only. Device license type.
&quot;diskSpaceUsage&quot;: { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
&quot;capacityBytes&quot;: &quot;A String&quot;, # Output only. The total capacity value, in bytes.
&quot;usedBytes&quot;: &quot;A String&quot;, # Output only. The current usage value, in bytes.
},
&quot;diskVolumeReports&quot;: [ # Reports of disk space and other info about mounted/connected volumes.
{
&quot;volumeInfo&quot;: [ # Disk volumes
Expand Down Expand Up @@ -614,6 +622,10 @@ <h3>Method Details</h3>
],
&quot;deviceId&quot;: &quot;A String&quot;, # The unique ID of the Chrome device.
&quot;deviceLicenseType&quot;: &quot;A String&quot;, # Output only. Device license type.
&quot;diskSpaceUsage&quot;: { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
&quot;capacityBytes&quot;: &quot;A String&quot;, # Output only. The total capacity value, in bytes.
&quot;usedBytes&quot;: &quot;A String&quot;, # Output only. The current usage value, in bytes.
},
&quot;diskVolumeReports&quot;: [ # Reports of disk space and other info about mounted/connected volumes.
{
&quot;volumeInfo&quot;: [ # Disk volumes
Expand Down Expand Up @@ -782,6 +794,10 @@ <h3>Method Details</h3>
],
&quot;deviceId&quot;: &quot;A String&quot;, # The unique ID of the Chrome device.
&quot;deviceLicenseType&quot;: &quot;A String&quot;, # Output only. Device license type.
&quot;diskSpaceUsage&quot;: { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
&quot;capacityBytes&quot;: &quot;A String&quot;, # Output only. The total capacity value, in bytes.
&quot;usedBytes&quot;: &quot;A String&quot;, # Output only. The current usage value, in bytes.
},
&quot;diskVolumeReports&quot;: [ # Reports of disk space and other info about mounted/connected volumes.
{
&quot;volumeInfo&quot;: [ # Disk volumes
Expand Down Expand Up @@ -949,6 +965,10 @@ <h3>Method Details</h3>
],
&quot;deviceId&quot;: &quot;A String&quot;, # The unique ID of the Chrome device.
&quot;deviceLicenseType&quot;: &quot;A String&quot;, # Output only. Device license type.
&quot;diskSpaceUsage&quot;: { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
&quot;capacityBytes&quot;: &quot;A String&quot;, # Output only. The total capacity value, in bytes.
&quot;usedBytes&quot;: &quot;A String&quot;, # Output only. The current usage value, in bytes.
},
&quot;diskVolumeReports&quot;: [ # Reports of disk space and other info about mounted/connected volumes.
{
&quot;volumeInfo&quot;: [ # Disk volumes
Expand Down Expand Up @@ -1117,6 +1137,10 @@ <h3>Method Details</h3>
],
&quot;deviceId&quot;: &quot;A String&quot;, # The unique ID of the Chrome device.
&quot;deviceLicenseType&quot;: &quot;A String&quot;, # Output only. Device license type.
&quot;diskSpaceUsage&quot;: { # Represents a data capacity with some amount of current usage in bytes. # Output only. How much disk space the device has available and is currently using.
&quot;capacityBytes&quot;: &quot;A String&quot;, # Output only. The total capacity value, in bytes.
&quot;usedBytes&quot;: &quot;A String&quot;, # Output only. The current usage value, in bytes.
},
&quot;diskVolumeReports&quot;: [ # Reports of disk space and other info about mounted/connected volumes.
{
&quot;volumeInfo&quot;: [ # Disk volumes
Expand Down
Loading

0 comments on commit dba5822

Please sign in to comment.