Google Cloud Deploy v1 API - Class AdvanceChildRolloutJobRun (2.13.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
NameDescription
otherAdvanceChildRolloutJobRun

Properties

Rollout

public string Rollout { get; set; }

Output only. Name of the ChildRollout. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/[a-z][a-z0-9\-]{0,62}.

Property Value
TypeDescription
string

RolloutPhaseId

public string RolloutPhaseId { get; set; }

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

Property Value
TypeDescription
string