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."],[[["The document provides reference documentation for the `ChildRolloutJobs` class within the Google Cloud Deploy v1 API, specifically version 2.15.0."],["`ChildRolloutJobs` is designed for composing child rollout jobs, and it inherits from the base `object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ChildRolloutJobs` class includes two constructors, a default constructor and one that takes another `ChildRolloutJobs` instance as a parameter for copying."],["The class contains properties `AdvanceRolloutJobs` and `CreateRolloutJobs`, which are read-only lists of `Job` objects, representing the advance and creation stages of child rollout jobs, respectively, within the type `RepeatedField`."],["A list of past versions is provided, with the most current version of 3.4.0 being listed as the latest, allowing users to check past versions of the `ChildRolloutJobs` class."]]],[]]