@@ -647,7 +647,9 @@ def get_changes_start_page_token(drive_id: nil, supports_all_drives: nil, suppor
647647 # @param [Boolean] include_team_drive_items
648648 # Deprecated: Use `includeItemsFromAllDrives` instead.
649649 # @param [Fixnum] page_size
650- # The maximum number of changes to return per page.
650+ # The maximum number of changes to return. The service may return fewer than
651+ # this value. If unspecified, at most 100 changes will be returned. The maximum
652+ # value is 1000; values above 1000 will be coerced to 1000.
651653 # @param [Boolean] restrict_to_my_drive
652654 # Whether to restrict the results to changes inside the My Drive hierarchy. This
653655 # omits changes to files such as those in the Application Data folder or shared
@@ -732,7 +734,9 @@ def list_changes(page_token, drive_id: nil, include_corpus_removals: nil, includ
732734 # @param [Boolean] include_team_drive_items
733735 # Deprecated: Use `includeItemsFromAllDrives` instead.
734736 # @param [Fixnum] page_size
735- # The maximum number of changes to return per page.
737+ # The maximum number of changes to return. The service may return fewer than
738+ # this value. If unspecified, at most 100 changes will be returned. The maximum
739+ # value is 1000; values above 1000 will be coerced to 1000.
736740 # @param [Boolean] restrict_to_my_drive
737741 # Whether to restrict the results to changes inside the My Drive hierarchy. This
738742 # omits changes to files such as those in the Application Data folder or shared
@@ -939,7 +943,9 @@ def get_comment(file_id, comment_id, include_deleted: nil, fields: nil, quota_us
939943 # Whether to include deleted comments. Deleted comments will not include their
940944 # original content.
941945 # @param [Fixnum] page_size
942- # The maximum number of comments to return per page.
946+ # The maximum number of comments to return. The service may return fewer than
947+ # this value. If unspecified, at most 20 comments will be returned. The maximum
948+ # value is 100; values above 100 will be coerced to 100.
943949 # @param [String] page_token
944950 # The token for continuing a previous list request on the next page. This should
945951 # be set to the value of 'nextPageToken' from the previous response.
@@ -1169,7 +1175,9 @@ def hide_drive(drive_id, fields: nil, quota_user: nil, options: nil, &block)
11691175 # see the [Search for shared drives](https://developers.google.com/workspace/
11701176 # drive/api/guides/search-shareddrives) guide.
11711177 # @param [Fixnum] page_size
1172- # Maximum number of shared drives to return per page.
1178+ # The maximum number of shared drives to return. The service may return fewer
1179+ # than this value. If unspecified, at most 10 shared drives will be returned.
1180+ # The maximum value is 100; values above 100 will be coerced to 100.
11731181 # @param [String] page_token
11741182 # Page token for shared drives.
11751183 # @param [String] q
@@ -1801,10 +1809,10 @@ def get_file(file_id, acknowledge_abuse: nil, include_labels: nil, include_permi
18011809 # Each key sorts ascending by default, but can be reversed with the `desc`
18021810 # modifier. Example usage: `?orderBy=folder,modifiedTime desc,name`.
18031811 # @param [Fixnum] page_size
1804- # The maximum number of files to return per page. Pages may be partial or empty
1805- # even before reaching the end of the file list . If unspecified, at most 100
1806- # files are returned for shared drives, and the entire list of files for non-
1807- # shared drives. The maximum value is 100; values above 100 are changed to 100 .
1812+ # The maximum number of files to return. The service may return fewer than this
1813+ # value . If unspecified, at most 100 files will be returned for shared drives,
1814+ # and the entire list of files for non-shared drives. The maximum value is 1000;
1815+ # values above 1000 will be coerced to 1000 .
18081816 # @param [String] page_token
18091817 # The token for continuing a previous list request on the next page. This should
18101818 # be set to the value of `nextPageToken` from the previous response.
@@ -2300,9 +2308,10 @@ def get_permission(file_id, permission_id, supports_all_drives: nil, supports_te
23002308 # Specifies which additional view's permissions to include in the response. Only
23012309 # `published` is supported.
23022310 # @param [Fixnum] page_size
2303- # The maximum number of permissions to return per page. When not set for files
2304- # in a shared drive, at most 100 results will be returned. When not set for
2305- # files that are not in a shared drive, the entire list will be returned.
2311+ # The maximum number of permissions to return. The service may return fewer than
2312+ # this value. If unspecified, at most 100 permissions will be returned for
2313+ # shared drives, and the entire list of permissions for non-shared drives. The
2314+ # maximum value is 100; values above 100 will be coerced to 100.
23062315 # @param [String] page_token
23072316 # The token for continuing a previous list request on the next page. This should
23082317 # be set to the value of `nextPageToken` from the previous response.
@@ -2542,7 +2551,9 @@ def get_reply(file_id, comment_id, reply_id, include_deleted: nil, fields: nil,
25422551 # Whether to include deleted replies. Deleted replies don't include their
25432552 # original content.
25442553 # @param [Fixnum] page_size
2545- # The maximum number of replies to return per page.
2554+ # The maximum number of replies to return. The service may return fewer than
2555+ # this value. If unspecified, at most 20 replies will be returned. The maximum
2556+ # value is 100; values above 100 will be coerced to 100.
25462557 # @param [String] page_token
25472558 # The token for continuing a previous list request on the next page. This should
25482559 # be set to the value of `nextPageToken` from the previous response.
@@ -2712,7 +2723,9 @@ def get_revision(file_id, revision_id, acknowledge_abuse: nil, fields: nil, quot
27122723 # @param [String] file_id
27132724 # The ID of the file.
27142725 # @param [Fixnum] page_size
2715- # The maximum number of revisions to return per page.
2726+ # The maximum number of revisions to return. The service may return fewer than
2727+ # this value. If unspecified, at most 200 revisions will be returned. The
2728+ # maximum value is 1000; values above 1000 will be coerced to 1000.
27162729 # @param [String] page_token
27172730 # The token for continuing a previous list request on the next page. This should
27182731 # be set to the value of 'nextPageToken' from the previous response.
0 commit comments