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, specifically version 3.2.0."],["The `CreateChildRolloutJobRun` class is used to manage information related to a `createChildRollout` JobRun within Google Cloud Deploy, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The content outlines the `CreateChildRolloutJobRun` class's constructors and properties, including `Rollout` (name of the `ChildRollout`) and `RolloutPhaseId` (ID of the childRollout Phase)."],["Multiple versions of the Google.Cloud.Deploy.V1 API are available, ranging from version 1.0.0 to the latest version 3.4.0, with links to each version's documentation."],["The `CreateChildRolloutJobRun` class inherits from the `object` class and implements several interfaces for message handling, equality, and deep cloning."]]],[]]