generated/google/apis/tasks_v1/service.rb in google-api-client-0.44.2 vs generated/google/apis/tasks_v1/service.rb in google-api-client-0.45.0
- old
+ new
@@ -41,12 +41,12 @@
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
attr_accessor :quota_user
def initialize
- super('https://www.googleapis.com/', '')
- @batch_path = 'batch/tasks/v1'
+ super('https://tasks.googleapis.com/', '')
+ @batch_path = 'batch'
end
# Deletes the authenticated user's specified task list.
# @param [String] tasklist
# Task list identifier.
@@ -391,10 +391,11 @@
# (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.
+ # The default is True. Note that showHidden must also be True to show tasks
+ # completed in first party clients, such as the web UI and Google's mobile apps.
# @param [Boolean] show_deleted
# Flag indicating whether deleted tasks are returned in the result. Optional.
# The default is False.
# @param [Boolean] show_hidden
# Flag indicating whether hidden tasks are returned in the result. Optional. The