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 is part of the Google Cloud Deploy v1 API and contains information specific to a createChildRollout `JobRun`."],["The latest version of the Google.Cloud.Deploy.V1 API is 3.4.0, and this page primarily focuses on version 2.16.0, with links available for other versions."],["`CreateChildRolloutJobRun` implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, for data handling and object management."],["The class includes properties such as `Rollout`, which is the name of the ChildRollout, and `RolloutPhaseId`, the ID of the childRollout Phase."],["The class provides two constructors: a parameterless constructor `CreateChildRolloutJobRun()`, and one that accepts an object of the same class as a parameter, `CreateChildRolloutJobRun(CreateChildRolloutJobRun other)`."]]],[]]