Class: Google::Cloud::Deploy::V1::AdvanceChildRolloutJobRun
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AdvanceChildRolloutJobRun
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
AdvanceChildRolloutJobRun contains information specific to a
advanceChildRollout 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/[a-z][a-z0-9\-]{0,62}
.
2954 2955 2956 2957 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2954 class AdvanceChildRolloutJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout_phase_id ⇒ ::String (readonly)
Returns Output only. the ID of the ChildRollout's Phase.
2954 2955 2956 2957 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2954 class AdvanceChildRolloutJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |