Class: Google::Cloud::Deploy::V1::CreateChildRolloutJobRun
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CreateChildRolloutJobRun
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
CreateChildRolloutJobRun contains information specific to a
createChildRollout JobRun
.
Instance Attribute Summary collapse
-
#rollout ⇒ ::String
readonly
Output only.
-
#rollout_phase_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#rollout ⇒ ::String (readonly)
Returns Output only. Name of the ChildRollout
. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}
.
3483 3484 3485 3486 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3483 class CreateChildRolloutJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout_phase_id ⇒ ::String (readonly)
Returns Output only. The ID of the childRollout Phase initiated by this JobRun.
3483 3484 3485 3486 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3483 class CreateChildRolloutJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |