diff --git a/api_names_out.yaml b/api_names_out.yaml index b2841d4cb..08c905acb 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -26833,6 +26833,7 @@ "/cloudtasks:v2beta2/cloudtasks.projects.locations.queues.list/pageSize": page_size "/cloudtasks:v2beta2/cloudtasks.projects.locations.queues.list/pageToken": page_token "/cloudtasks:v2beta2/cloudtasks.projects.locations.queues.list/parent": parent +"/cloudtasks:v2beta2/cloudtasks.projects.locations.queues.list/readMask": read_mask "/cloudtasks:v2beta2/cloudtasks.projects.locations.queues.patch": patch_project_location_queue "/cloudtasks:v2beta2/cloudtasks.projects.locations.queues.patch/name": name "/cloudtasks:v2beta2/cloudtasks.projects.locations.queues.patch/updateMask": update_mask diff --git a/generated/google/apis/cloudtasks_v2beta2.rb b/generated/google/apis/cloudtasks_v2beta2.rb index b51deeb46..71ee8b455 100644 --- a/generated/google/apis/cloudtasks_v2beta2.rb +++ b/generated/google/apis/cloudtasks_v2beta2.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/tasks/ module CloudtasksV2beta2 VERSION = 'V2beta2' - REVISION = '20200909' + REVISION = '20201030' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/cloudtasks_v2beta2/classes.rb b/generated/google/apis/cloudtasks_v2beta2/classes.rb index 1a7a4c568..88890466f 100644 --- a/generated/google/apis/cloudtasks_v2beta2/classes.rb +++ b/generated/google/apis/cloudtasks_v2beta2/classes.rb @@ -330,8 +330,7 @@ module Google class Binding include Google::Apis::Core::Hashable - # A client-specified ID for this binding. Expected to be globally unique to - # support the internal bindings-by-ID API. + # # Corresponds to the JSON property `bindingId` # @return [String] attr_accessor :binding_id diff --git a/generated/google/apis/cloudtasks_v2beta2/service.rb b/generated/google/apis/cloudtasks_v2beta2/service.rb index eb6a1740d..4bd9f5fd7 100644 --- a/generated/google/apis/cloudtasks_v2beta2/service.rb +++ b/generated/google/apis/cloudtasks_v2beta2/service.rb @@ -199,7 +199,10 @@ module Google # locations/LOCATION_ID/queues/QUEUE_ID` # @param [String] read_mask # Optional. Read mask is used for a more granular control over what the API - # returns. By it includes all fields in Queue except for stats. + # returns. If the mask is not present all fields will be returned except [Queue. + # stats], if the mask is set to "*" all fields including [Queue.stats] will be + # returned, otherwise only the fields explicitly specified in the mask will be + # returned. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -287,6 +290,12 @@ module Google # page_token must be the value of next_page_token returned from the previous # call to ListQueues method. It is an error to switch the value of the filter # while iterating through pages. + # @param [String] read_mask + # Optional. Read mask is used for a more granular control over what the API + # returns. If the mask is not present all fields will be returned except [Queue. + # stats], if the mask is set to "*" all fields including [Queue.stats] will be + # returned, otherwise only the fields explicitly specified in the mask will be + # returned. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -304,7 +313,7 @@ module Google # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification # @raise [Google::Apis::AuthorizationError] Authorization is required - def list_project_location_queues(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) + def list_project_location_queues(parent, filter: nil, page_size: nil, page_token: nil, read_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v2beta2/{+parent}/queues', options) command.response_representation = Google::Apis::CloudtasksV2beta2::ListQueuesResponse::Representation command.response_class = Google::Apis::CloudtasksV2beta2::ListQueuesResponse @@ -312,6 +321,7 @@ module Google command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? + command.query['readMask'] = read_mask unless read_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) diff --git a/generated/google/apis/cloudtasks_v2beta2/synth.metadata b/generated/google/apis/cloudtasks_v2beta2/synth.metadata index 429012f74..4590285cc 100644 --- a/generated/google/apis/cloudtasks_v2beta2/synth.metadata +++ b/generated/google/apis/cloudtasks_v2beta2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "82d79ee9840c1b48ff1183554b0106efa3ab2797" } } ]