lib/google/cloud/batch/v1/batch_service/client.rb in google-cloud-batch-v1-0.10.1 vs lib/google/cloud/batch/v1/batch_service/client.rb in google-cloud-batch-v1-0.10.2
- old
+ new
@@ -514,18 +514,21 @@
# A request object representing the call parameters. Required. To specify no
# parameters, or to keep all the default parameter values, pass an empty Hash.
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
#
- # @overload list_jobs(parent: nil, filter: nil, page_size: nil, page_token: nil)
+ # @overload list_jobs(parent: nil, filter: nil, order_by: nil, page_size: nil, page_token: nil)
# Pass arguments to `list_jobs` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
# Parent path.
# @param filter [::String]
# List filter.
+ # @param order_by [::String]
+ # Optional. Sort results. Supported are "name", "name desc", "create_time",
+ # and "create_time desc".
# @param page_size [::Integer]
# Page size.
# @param page_token [::String]
# Page token.
#