Google Cloud Deploy v1 API - Class Phase (2.15.0)

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

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

Phase represents a collection of jobs that are logically grouped together for a Rollout.

Inheritance

object > Phase

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

Phase()

public Phase()

Phase(Phase)

public Phase(Phase other)
Parameter
NameDescription
otherPhase

Properties

ChildRolloutJobs

public ChildRolloutJobs ChildRolloutJobs { get; set; }

Output only. ChildRollout job composition.

Property Value
TypeDescription
ChildRolloutJobs

DeploymentJobs

public DeploymentJobs DeploymentJobs { get; set; }

Output only. Deployment job composition.

Property Value
TypeDescription
DeploymentJobs

Id

public string Id { get; set; }

Output only. The ID of the Phase.

Property Value
TypeDescription
string

JobsCase

public Phase.JobsOneofCase JobsCase { get; }
Property Value
TypeDescription
PhaseJobsOneofCase

SkipMessage

public string SkipMessage { get; set; }

Output only. Additional information on why the Phase was skipped, if available.

Property Value
TypeDescription
string

State

public Phase.Types.State State { get; set; }

Output only. Current state of the Phase.

Property Value
TypeDescription
PhaseTypesState