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."],[[["This webpage provides reference documentation for the `CreateChildRolloutJobRun` class in the Google Cloud Deploy v1 API, with the latest version being 3.4.0."],["The `CreateChildRolloutJobRun` class is used to manage information specific to a `createChildRollout` `JobRun`, as part of the Google Cloud Deploy service."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google.Protobuf library."],["The documentation includes details on the class's constructors, including a default constructor and one that takes another `CreateChildRolloutJobRun` instance as a parameter."],["Key properties of the `CreateChildRolloutJobRun` class include `Rollout`, which specifies the name of the `ChildRollout`, and `RolloutPhaseId`, which indicates the ID of the initiated childRollout Phase."]]],[]]