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."],[[["This webpage provides reference documentation for the `AdvanceChildRolloutJobRun` class in the Google Cloud Deploy v1 API, specifically for .NET development."],["The `AdvanceChildRolloutJobRun` class contains data related to an `advanceChildRollout` job run, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Rollout` which is the name of the ChildRollout and `RolloutPhaseId`, which is the ID of the ChildRollout's Phase."],["The document lists various versions of the `AdvanceChildRolloutJobRun` API, ranging from version 1.0.0 up to the latest version, 3.4.0, with version 3.3.0 being the currently selected version."],["The documentation also provides details on the available constructors for the class, including the default constructor and the constructor that takes another `AdvanceChildRolloutJobRun` as a parameter."]]],[]]