generated/google/apis/tasks_v1/service.rb in google-api-client-0.28.4 vs generated/google/apis/tasks_v1/service.rb in google-api-client-0.28.5
- old
+ new
@@ -20,11 +20,11 @@
module Google
module Apis
module TasksV1
# Tasks API
#
- # Lets you manage your tasks and task lists.
+ # Manages your tasks and task lists.
#
# @example
# require 'google/apis/tasks_v1'
#
# Tasks = Google::Apis::TasksV1 # Alias the module
@@ -148,12 +148,12 @@
execute_or_queue_command(command, &block)
end
# Returns all the authenticated user's task lists.
# @param [Fixnum] max_results
- # Maximum number of task lists returned on one page. Optional. The default is
- # 100.
+ # Maximum number of task lists returned on one page. Optional. The default is 20
+ # (max allowed: 100).
# @param [String] page_token
# Token specifying the result page to return. Optional.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
@@ -419,11 +419,11 @@
# Optional. The default is not to filter by due date.
# @param [String] due_min
# Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by.
# Optional. The default is not to filter by due date.
# @param [Fixnum] max_results
- # Maximum number of task lists returned on one page. Optional. The default is
- # 100.
+ # Maximum number of task lists returned on one page. Optional. The default is 20
+ # (max allowed: 100).
# @param [String] page_token
# Token specifying the result page to return. Optional.
# @param [Boolean] show_completed
# Flag indicating whether completed tasks are returned in the result. Optional.
# The default is True.