public sealed class CreateChildRolloutJobRun : IMessage<CreateChildRolloutJobRun>, IEquatable<CreateChildRolloutJobRun>, IDeepCloneable<CreateChildRolloutJobRun>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CreateChildRolloutJobRun.
CreateChildRolloutJobRun contains information specific to a
createChildRollout 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 `CreateChildRolloutJobRun` class, part of the Google Cloud Deploy v1 API, contains information specific to a `createChildRollout JobRun`."],["This class is implemented through the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version of the `CreateChildRolloutJobRun` is 3.4.0, while previous versions are also accessible, ranging from 3.3.0 to 1.0.0."],["It includes properties such as `Rollout` and `RolloutPhaseId`, which are output-only and provide details about the related `ChildRollout` and its phase."],["The class is part of the `Google.Cloud.Deploy.V1` namespace and can be found within the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]