lib/google/apis/run_v2/service.rb in google-apis-run_v2-0.63.0 vs lib/google/apis/run_v2/service.rb in google-apis-run_v2-0.65.0
- old
+ new
@@ -314,11 +314,11 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Lists Jobs.
+ # Lists Jobs. Results are sorted by creation time, descending.
# @param [String] parent
# Required. The location and project to list resources on. Format: projects/`
# project`/locations/`location`, where `project` can be project id or number.
# @param [Fixnum] page_size
# Maximum number of Jobs to return in this call.
@@ -648,11 +648,11 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Lists Executions from a Job.
+ # Lists Executions from a Job. Results are sorted by creation time, descending.
# @param [String] parent
# Required. The Execution from which the Executions should be listed. To list
# all Executions across Jobs, use "-" instead of Job name. Format: `projects/`
# project`/locations/`location`/jobs/`job``, where ``project`` can be project id
# or number.
@@ -1075,11 +1075,11 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Lists Services.
+ # Lists Services. Results are sorted by creation time, descending.
# @param [String] parent
# Required. The location and project to list resources on. Location must be a
# valid Google Cloud region, and cannot be the "-" wildcard. Format: projects/`
# project`/locations/`location`, where `project` can be project id or number.
# @param [Fixnum] page_size
@@ -1344,10 +1344,11 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Lists Revisions from a given Service, or from a given location.
+ # Lists Revisions from a given Service, or from a given location. Results are
+ # sorted by creation time, descending.
# @param [String] parent
# Required. The Service from which the Revisions should be listed. To list all
# Revisions across Services, use "-" instead of Service name. Format: projects/`
# project`/locations/`location`/services/`service`
# @param [Fixnum] page_size