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 latest version available for the `CreateChildRolloutJobRun` class is 3.4.0, with multiple previous versions ranging from 3.3.0 down to 1.0.0."],["`CreateChildRolloutJobRun` is a class within the Google Cloud Deploy v1 API that provides specific information related to a `createChildRollout JobRun`, as defined within the namespace `Google.Cloud.Deploy.V1`."],["The class `CreateChildRolloutJobRun` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two public properties: `Rollout`, which is the name of the `ChildRollout` and `RolloutPhaseId`, which is the ID of the childRollout Phase."],["The `CreateChildRolloutJobRun` class also has two constructors, one parameterless, and the other accepting another `CreateChildRolloutJobRun` object."]]],[]]