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/[a-z][a-z0-9-]{0,62}.
[[["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-04-09 UTC."],[[["The content provides documentation for the `CreateChildRolloutJobRun` class within the Google Cloud Deploy v1 API, covering versions from 1.0.0 to the latest 3.4.0."],["`CreateChildRolloutJobRun` is designed to contain information specifically related to a `createChildRollout JobRun` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateChildRolloutJobRun` class has two constructors: a default one and one that takes another `CreateChildRolloutJobRun` object, and it has properties for `Rollout` and `RolloutPhaseId`, which provide information about the child rollout."],["The class is part of the Google.Cloud.Deploy.V1 namespace, and the documentation provides detailed information on its inheritance, implemented interfaces, constructors, properties, and associated assembly."]]],[]]