lib/google/apis/run_v2/service.rb in google-apis-run_v2-0.48.0 vs lib/google/apis/run_v2/service.rb in google-apis-run_v2-0.49.0
- old
+ new
@@ -400,13 +400,13 @@
execute_or_queue_command(command, &block)
end
# Cancels an Execution.
# @param [String] name
- # Required. The name of the Execution to cancel. Format: projects/`project`/
- # locations/`location`/jobs/`job`/executions/`execution`, where `project` can be
- # project id or number.
+ # Required. The name of the Execution to cancel. Format: `projects/`project`/
+ # locations/`location`/jobs/`job`/executions/`execution``, where ``project`` can
+ # be project id or number.
# @param [Google::Apis::RunV2::GoogleCloudRunV2CancelExecutionRequest] google_cloud_run_v2_cancel_execution_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
@@ -435,13 +435,13 @@
execute_or_queue_command(command, &block)
end
# Deletes an Execution.
# @param [String] name
- # Required. The name of the Execution to delete. Format: projects/`project`/
- # locations/`location`/jobs/`job`/executions/`execution`, where `project` can be
- # project id or number.
+ # Required. The name of the Execution to delete. Format: `projects/`project`/
+ # locations/`location`/jobs/`job`/executions/`execution``, where ``project`` can
+ # be project id or number.
# @param [String] etag
# A system-generated fingerprint for this version of the resource. This may be
# used to detect modification conflict during updates.
# @param [Boolean] validate_only
# Indicates that the request should be validated without actually deleting any
@@ -475,13 +475,13 @@
execute_or_queue_command(command, &block)
end
# Gets information about an Execution.
# @param [String] name
- # Required. The full name of the Execution. Format: projects/`project`/locations/
- # `location`/jobs/`job`/executions/`execution`, where `project` can be project
- # id or number.
+ # Required. The full name of the Execution. Format: `projects/`project`/
+ # locations/`location`/jobs/`job`/executions/`execution``, where ``project`` can
+ # be project id or number.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# 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.
@@ -508,12 +508,12 @@
end
# Lists Executions from a Job.
# @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.
+ # all Executions across Jobs, use "-" instead of Job name. Format: `projects/`
+ # project`/locations/`location`/jobs/`job``, where ``project`` can be project id
+ # or number.
# @param [Fixnum] page_size
# Maximum number of Executions to return in this call.
# @param [String] page_token
# A page token received from a previous call to ListExecutions. All other
# parameters must match.