Class: Google::Cloud::Deploy::V1::ChildRolloutJobs
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ChildRolloutJobs
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
ChildRollouts job composition
Instance Attribute Summary collapse
-
#advance_rollout_jobs ⇒ ::Array<::Google::Cloud::Deploy::V1::Job>
readonly
Output only.
-
#create_rollout_jobs ⇒ ::Array<::Google::Cloud::Deploy::V1::Job>
readonly
Output only.
Instance Attribute Details
#advance_rollout_jobs ⇒ ::Array<::Google::Cloud::Deploy::V1::Job> (readonly)
Returns Output only. List of AdvanceChildRolloutJobs.
2831 2832 2833 2834 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2831 class ChildRolloutJobs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_rollout_jobs ⇒ ::Array<::Google::Cloud::Deploy::V1::Job> (readonly)
Returns Output only. List of CreateChildRolloutJobs.
2831 2832 2833 2834 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2831 class ChildRolloutJobs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |