@@ -297,8 +297,8 @@ def get_chrome_os_device(customer_id, device_id, projection: nil, fields: nil, q
297297 # Determines whether the response contains the full list of properties or only a
298298 # subset.
299299 # @param [String] query
300- # Search string in the format given at https://developers.google.com/workspace/
301- # admin/directory/v1/list-query-operators
300+ # Search string in the format given at [List query operators]( https://developers.
301+ # google.com/workspace/ admin/directory/v1/list-query-operators).
302302 # @param [String] sort_order
303303 # Whether to return results in ascending or descending order. Must be used with
304304 # the `orderBy` parameter.
@@ -507,8 +507,8 @@ def batch_customer_device_chromeo_change_status(customer_id, batch_change_chrome
507507 # @param [String] customer_id
508508 # Required. Immutable ID of the Google Workspace account.
509509 # @param [String] filter
510- # Optional. Search string in the format given at https://developers.google.com /
511- # workspace/admin/directory/v1/list-query-operators
510+ # Optional. Search string in the format given at [List query operators]( https://
511+ # developers.google.com/ workspace/admin/directory/v1/list-query-operators).
512512 # @param [Boolean] include_child_orgunits
513513 # Optional. Return devices from all child orgunits, as well as the specified org
514514 # unit. If this is set to true, 'orgUnitPath' must be provided.
@@ -4016,9 +4016,8 @@ def turn_two_step_verification_off(user_key, fields: nil, quota_user: nil, optio
40164016 end
40174017
40184018 # Create a guest user with access to a [subset of Workspace capabilities](https:/
4019- # /support.google.com/a/answer/16558545?hl=en). This feature is currently in
4020- # Alpha. Please reach out to support if you are interested in trying this
4021- # feature.
4019+ # /support.google.com/a/answer/16558545). This feature is currently in Alpha.
4020+ # Please reach out to support if you are interested in trying this feature.
40224021 # @param [Google::Apis::AdminDirectoryV1::DirectoryUsersCreateGuestRequest] directory_users_create_guest_request_object
40234022 # @param [String] fields
40244023 # Selector specifying which fields to include in a partial response.
0 commit comments