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.
2312 2313 2314 2315 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2312 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.
2312 2313 2314 2315 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2312 class ChildRolloutJobs include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |