Google Cloud Deploy v1 API - Class Phase (2.2.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

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
Phase.JobsOneofCase

State

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

Output only. Current state of the Phase.

Property Value
TypeDescription
Phase.Types.State