@@ -91,11 +91,11 @@ def sign_project_location_ssh_public_key(parent, google_cloud_oslogin_controlpla
9191 # @param [String] name
9292 # Required. The unique ID for the user in format `users/`user``.
9393 # @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.
9595 # @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.
9797 # @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.
9999 # @param [String] view
100100 # The view configures whether to retrieve security keys information.
101101 # @param [String] fields
@@ -181,7 +181,7 @@ def import_user_ssh_public_key(parent, ssh_public_key_object = nil, project_id:
181181 # identified by the project ID they are associated with. A reference to the
182182 # POSIX account is in format `users/`user`/projects/`project``.
183183 # @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.
185185 # @param [String] fields
186186 # Selector specifying which fields to include in a partial response.
187187 # @param [String] quota_user
@@ -247,7 +247,7 @@ def provision_project_posix_account(name, provision_posix_account_request_object
247247 # Signs an SSH public key for a user to authenticate to a virtual machine on
248248 # Google Compute Engine.
249249 # @param [String] parent
250- # The parent project and region for the signing request.
250+ # Required. The parent project and region for the signing request.
251251 # @param [Google::Apis::OsloginV1alpha::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
252252 # @param [String] fields
253253 # 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
281281 # Signs an SSH public key for a user to authenticate to a virtual machine on
282282 # Google Compute Engine.
283283 # @param [String] parent
284- # The parent project and region for the signing request.
284+ # Required. The parent project and region for the signing request.
285285 # @param [Google::Apis::OsloginV1alpha::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
286286 # @param [String] fields
287287 # 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
417417 # in format `users/`user`/sshPublicKeys/`fingerprint``.
418418 # @param [Google::Apis::OsloginV1alpha::SshPublicKey] ssh_public_key_object
419419 # @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.
421421 # @param [String] fields
422422 # Selector specifying which fields to include in a partial response.
423423 # @param [String] quota_user
0 commit comments