Class: Google::Cloud::Deploy::V1::GetJobRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::GetJobRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
GetJobRunRequest is the request object used by GetJobRun
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the JobRun
. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}/rollouts/{rollout_name}/jobRuns/{job_run_name}
.
3553 3554 3555 3556 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3553 class GetJobRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |