Class: Google::Cloud::Deploy::V1::TerminateJobRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TerminateJobRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object used by TerminateJobRun
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the JobRun
. Format must be
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}
.
3020 3021 3022 3023 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3020 class TerminateJobRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |