@@ -703,7 +703,8 @@ def update_comment(file_id, comment_id, comment_object = nil, fields: nil, quota
703703 execute_or_queue_command ( command , &block )
704704 end
705705
706- # Creates a shared drive.
706+ # Creates a shared drive. For more information, see [Manage shared drives](https:
707+ # //developers.google.com/workspace/drive/api/guides/manage-shareddrives).
707708 # @param [String] request_id
708709 # Required. An ID, such as a random UUID, which uniquely identifies this user's
709710 # request for idempotent creation of a shared drive. A repeated request by the
@@ -741,7 +742,9 @@ def create_drive(request_id, drive_object = nil, fields: nil, quota_user: nil, o
741742 end
742743
743744 # Permanently deletes a shared drive for which the user is an `organizer`. The
744- # shared drive cannot contain any untrashed items.
745+ # shared drive cannot contain any untrashed items. For more information, see [
746+ # Manage shared drives](https://developers.google.com/workspace/drive/api/guides/
747+ # manage-shareddrives).
745748 # @param [String] drive_id
746749 # The ID of the shared drive.
747750 # @param [Boolean] allow_item_deletion
@@ -778,7 +781,9 @@ def delete_drive(drive_id, allow_item_deletion: nil, use_domain_admin_access: ni
778781 execute_or_queue_command ( command , &block )
779782 end
780783
781- # Gets a shared drive's metadata by ID.
784+ # Gets a shared drive's metadata by ID. For more information, see [Manage shared
785+ # drives](https://developers.google.com/workspace/drive/api/guides/manage-
786+ # shareddrives).
782787 # @param [String] drive_id
783788 # The ID of the shared drive.
784789 # @param [Boolean] use_domain_admin_access
@@ -813,7 +818,9 @@ def get_drive(drive_id, use_domain_admin_access: nil, fields: nil, quota_user: n
813818 execute_or_queue_command ( command , &block )
814819 end
815820
816- # Hides a shared drive from the default view.
821+ # Hides a shared drive from the default view. For more information, see [Manage
822+ # shared drives](https://developers.google.com/workspace/drive/api/guides/manage-
823+ # shareddrives).
817824 # @param [String] drive_id
818825 # The ID of the shared drive.
819826 # @param [String] fields
@@ -886,7 +893,9 @@ def list_drives(page_size: nil, page_token: nil, q: nil, use_domain_admin_access
886893 execute_or_queue_command ( command , &block )
887894 end
888895
889- # Restores a shared drive to the default view.
896+ # Restores a shared drive to the default view. For more information, see [Manage
897+ # shared drives](https://developers.google.com/workspace/drive/api/guides/manage-
898+ # shareddrives).
890899 # @param [String] drive_id
891900 # The ID of the shared drive.
892901 # @param [String] fields
@@ -916,7 +925,9 @@ def unhide_drive(drive_id, fields: nil, quota_user: nil, options: nil, &block)
916925 execute_or_queue_command ( command , &block )
917926 end
918927
919- # Updates the metadata for a shared drive.
928+ # Updates the metadata for a shared drive. For more information, see [Manage
929+ # shared drives](https://developers.google.com/workspace/drive/api/guides/manage-
930+ # shareddrives).
920931 # @param [String] drive_id
921932 # The ID of the shared drive.
922933 # @param [Google::Apis::DriveV3::Drive] drive_object
@@ -2186,7 +2197,8 @@ def update_reply(file_id, comment_id, reply_id, reply_object = nil, fields: nil,
21862197 # Permanently deletes a file version. You can only delete revisions for files
21872198 # with binary content in Google Drive, like images or videos. Revisions for
21882199 # other files, like Google Docs or Sheets, and the last remaining file version
2189- # can't be deleted.
2200+ # can't be deleted. For more information, see [Manage file revisions](https://
2201+ # developers.google.com/drive/api/guides/manage-revisions).
21902202 # @param [String] file_id
21912203 # The ID of the file.
21922204 # @param [String] revision_id
@@ -2217,7 +2229,9 @@ def delete_revision(file_id, revision_id, fields: nil, quota_user: nil, options:
22172229 execute_or_queue_command ( command , &block )
22182230 end
22192231
2220- # Gets a revision's metadata or content by ID.
2232+ # Gets a revision's metadata or content by ID. For more information, see [Manage
2233+ # file revisions](https://developers.google.com/workspace/drive/api/guides/
2234+ # manage-revisions).
22212235 # @param [String] file_id
22222236 # The ID of the file.
22232237 # @param [String] revision_id
@@ -2263,7 +2277,8 @@ def get_revision(file_id, revision_id, acknowledge_abuse: nil, fields: nil, quot
22632277 execute_or_queue_command ( command , &block )
22642278 end
22652279
2266- # Lists a file's revisions.
2280+ # Lists a file's revisions. For more information, see [Manage file revisions](
2281+ # https://developers.google.com/workspace/drive/api/guides/manage-revisions).
22672282 # @param [String] file_id
22682283 # The ID of the file.
22692284 # @param [Fixnum] page_size
@@ -2300,7 +2315,9 @@ def list_revisions(file_id, page_size: nil, page_token: nil, fields: nil, quota_
23002315 execute_or_queue_command ( command , &block )
23012316 end
23022317
2303- # Updates a revision with patch semantics.
2318+ # Updates a revision with patch semantics. For more information, see [Manage
2319+ # file revisions](https://developers.google.com/workspace/drive/api/guides/
2320+ # manage-revisions).
23042321 # @param [String] file_id
23052322 # The ID of the file.
23062323 # @param [String] revision_id
0 commit comments