@@ -91,11 +91,11 @@ def sign_project_location_ssh_public_key(parent, google_cloud_oslogin_controlpla
91
91
# @param [String] name
92
92
# Required. The unique ID for the user in format `users/`user``.
93
93
# @param [String] operating_system_type
94
- # The type of operating system associated with the account.
94
+ # Optional. The type of operating system associated with the account.
95
95
# @param [String] project_id
96
- # The project ID of the Google Cloud Platform project.
96
+ # Required. The project ID of the Google Cloud Platform project.
97
97
# @param [String] system_id
98
- # A system ID for filtering the results of the request.
98
+ # Optional. A system ID for filtering the results of the request.
99
99
# @param [String] view
100
100
# The view configures whether to retrieve security keys information.
101
101
# @param [String] fields
@@ -181,7 +181,7 @@ def import_user_ssh_public_key(parent, ssh_public_key_object = nil, project_id:
181
181
# identified by the project ID they are associated with. A reference to the
182
182
# POSIX account is in format `users/`user`/projects/`project``.
183
183
# @param [String] operating_system_type
184
- # The type of operating system associated with the account.
184
+ # Optional. The type of operating system associated with the account.
185
185
# @param [String] fields
186
186
# Selector specifying which fields to include in a partial response.
187
187
# @param [String] quota_user
@@ -247,7 +247,7 @@ def provision_project_posix_account(name, provision_posix_account_request_object
247
247
# Signs an SSH public key for a user to authenticate to a virtual machine on
248
248
# Google Compute Engine.
249
249
# @param [String] parent
250
- # The parent project and region for the signing request.
250
+ # Required. The parent project and region for the signing request.
251
251
# @param [Google::Apis::OsloginV1alpha::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
252
252
# @param [String] fields
253
253
# Selector specifying which fields to include in a partial response.
@@ -281,7 +281,7 @@ def sign_location_ssh_public_key(parent, sign_ssh_public_key_request_object = ni
281
281
# Signs an SSH public key for a user to authenticate to a virtual machine on
282
282
# Google Compute Engine.
283
283
# @param [String] parent
284
- # The parent project and region for the signing request.
284
+ # Required. The parent project and region for the signing request.
285
285
# @param [Google::Apis::OsloginV1alpha::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
286
286
# @param [String] fields
287
287
# Selector specifying which fields to include in a partial response.
@@ -417,7 +417,7 @@ def get_user_ssh_public_key(name, fields: nil, quota_user: nil, options: nil, &b
417
417
# in format `users/`user`/sshPublicKeys/`fingerprint``.
418
418
# @param [Google::Apis::OsloginV1alpha::SshPublicKey] ssh_public_key_object
419
419
# @param [String] update_mask
420
- # Mask to control which fields get updated. Updates all if not present.
420
+ # Optional. Mask to control which fields get updated. Updates all if not present.
421
421
# @param [String] fields
422
422
# Selector specifying which fields to include in a partial response.
423
423
# @param [String] quota_user
0 commit comments