public sealed class AdvanceChildRolloutJobRun : IMessage<AdvanceChildRolloutJobRun>, IEquatable<AdvanceChildRolloutJobRun>, IDeepCloneable<AdvanceChildRolloutJobRun>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class AdvanceChildRolloutJobRun.
AdvanceChildRolloutJobRun contains information specific to a
advanceChildRollout JobRun.
Output only. Name of the ChildRollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
[[["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-03-21 UTC."],[[["The latest version of the `AdvanceChildRolloutJobRun` class in the Google Cloud Deploy v1 API is 3.4.0, with numerous previous versions available for reference, dating back to 1.0.0."],["`AdvanceChildRolloutJobRun` is a class that contains specific information regarding the advanceChildRollout `JobRun` and is implemented with multiple interfaces and inherited from the `object` class."],["This class includes two constructors, a default and one that takes another `AdvanceChildRolloutJobRun` instance as a parameter, along with two properties, `Rollout` and `RolloutPhaseId`, that provide information related to the ChildRollout."],["The `Rollout` property is output-only and specifies the format for naming a `ChildRollout`."],["The `RolloutPhaseId` property is also output-only and corresponds to the ID of a `ChildRollout`'s phase."]]],[]]