Skip to content

chore: Update discovery artifacts #2512

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
23 commits
Select commit Hold shift + click to select a range
f2e314b
feat(accesscontextmanager): update the api
yoshi-automation Nov 5, 2024
5bda041
feat(admin): update the api
yoshi-automation Nov 5, 2024
477d209
feat(aiplatform): update the api
yoshi-automation Nov 5, 2024
2e8f827
feat(analyticshub): update the api
yoshi-automation Nov 5, 2024
a794712
feat(beyondcorp): update the api
yoshi-automation Nov 5, 2024
9f46ad8
feat(clouddeploy): update the api
yoshi-automation Nov 5, 2024
396f9dc
feat(compute): update the api
yoshi-automation Nov 5, 2024
d35e92e
feat(container): update the api
yoshi-automation Nov 5, 2024
6768b1f
feat(dataflow): update the api
yoshi-automation Nov 5, 2024
cdea035
feat(datastream): update the api
yoshi-automation Nov 5, 2024
d200c2c
feat(developerconnect): update the api
yoshi-automation Nov 5, 2024
d805cf2
feat(dialogflow): update the api
yoshi-automation Nov 5, 2024
cb59b84
feat(discoveryengine): update the api
yoshi-automation Nov 5, 2024
bb87986
feat(firebaseappdistribution): update the api
yoshi-automation Nov 5, 2024
c4ce0d9
feat(gkehub): update the api
yoshi-automation Nov 5, 2024
cf05147
feat(gkeonprem): update the api
yoshi-automation Nov 5, 2024
46b6cf4
feat(migrationcenter): update the api
yoshi-automation Nov 5, 2024
d5e3d41
feat(networkmanagement): update the api
yoshi-automation Nov 5, 2024
5f01e66
feat(serviceusage): update the api
yoshi-automation Nov 5, 2024
0b9b482
feat(tpu): update the api
yoshi-automation Nov 5, 2024
b61649b
fix(translate): update the api
yoshi-automation Nov 5, 2024
ef091d5
feat(youtube): update the api
yoshi-automation Nov 5, 2024
204a885
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Nov 5, 2024
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 @@ -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