generated/google/apis/tasks_v1/service.rb in google-api-client-0.36.4 vs generated/google/apis/tasks_v1/service.rb in google-api-client-0.37.0

- old
+ new

@@ -114,10 +114,12 @@ command.query['userIp'] = user_ip unless user_ip.nil? execute_or_queue_command(command, &block) end # Creates a new task list and adds it to the authenticated user's task lists. + # Fails with HTTP code 403 or 429 after reaching the storage limit of 2,000 + # lists. # @param [Google::Apis::TasksV1::TaskList] task_list_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # An opaque string that represents a user for quota purposes. Must not exceed 40 @@ -359,10 +361,11 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? command.query['userIp'] = user_ip unless user_ip.nil? execute_or_queue_command(command, &block) end - # Creates a new task on the specified task list. + # Creates a new task on the specified task list. Fails with HTTP code 403 or 429 + # after reaching the storage limit of 100,000 tasks per account. # @param [String] tasklist # Task list identifier. # @param [Google::Apis::TasksV1::Task] task_object # @param [String] parent # Parent task identifier. If the task is created at the top level, this