public sealed class ChildRolloutJobs : IMessage<ChildRolloutJobs>, IEquatable<ChildRolloutJobs>, IDeepCloneable<ChildRolloutJobs>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class ChildRolloutJobs.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `ChildRolloutJobs` class within the Google Cloud Deploy v1 API, specifically for version 2.18.0."],["The `ChildRolloutJobs` class, which is used for child rollout job composition, inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a list of available versions ranging from 1.0.0 to 3.4.0 with the latest version being 3.4.0, and also provides links for each version for further information."],["The `ChildRolloutJobs` class includes two properties, `AdvanceRolloutJobs` and `CreateRolloutJobs`, both being a list of `Job` types, which represent `AdvanceChildRolloutJobs` and `CreateChildRolloutJobs`, respectively."],["The class has two constructors, a default `ChildRolloutJobs()` constructor and a `ChildRolloutJobs(ChildRolloutJobs other)` constructor, which copies the parameter `other` to the new object."]]],[]]