Google Cloud Deploy v1 API - Class AdvanceChildRolloutJobRun (2.18.0)

public sealed class AdvanceChildRolloutJobRun : IMessage<AdvanceChildRolloutJobRun>, IEquatable<AdvanceChildRolloutJobRun>, IDeepCloneable<AdvanceChildRolloutJobRun>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class AdvanceChildRolloutJobRun.

AdvanceChildRolloutJobRun contains information specific to a advanceChildRollout JobRun.

Inheritance

object > AdvanceChildRolloutJobRun

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

AdvanceChildRolloutJobRun()

public AdvanceChildRolloutJobRun()

AdvanceChildRolloutJobRun(AdvanceChildRolloutJobRun)

public AdvanceChildRolloutJobRun(AdvanceChildRolloutJobRun other)
Parameter
Name Description
other AdvanceChildRolloutJobRun

Properties

Rollout

public string Rollout { get; set; }

Output only. Name of the ChildRollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.

Property Value
Type Description
string

RolloutPhaseId

public string RolloutPhaseId { get; set; }

Output only. the ID of the ChildRollout's Phase.

Property Value
Type Description
string