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 `AdvanceChildRolloutJobRun` class in the Google Cloud Deploy v1 API provides information related to a specific `advanceChildRollout` JobRun."],["This class is part of the `Google.Cloud.Deploy.V1` namespace and is located within the `Google.Cloud.Deploy.V1.dll` assembly."],["The documentation offers various versions, ranging from version 1.0.0 up to the latest release of version 3.4.0, along with their respective links to explore each one."],["`AdvanceChildRolloutJobRun` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Rollout` and `RolloutPhaseId` to specify the name and phase ID of the `ChildRollout`, respectively, in the format of `string`."]]],[]]