Google Cloud Deploy v1 API - Class Release.Types.ReleaseReadyCondition (2.15.0)

public sealed class Release.Types.ReleaseReadyCondition : IMessage<Release.Types.ReleaseReadyCondition>, IEquatable<Release.Types.ReleaseReadyCondition>, IDeepCloneable<Release.Types.ReleaseReadyCondition>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class Release.Types.ReleaseReadyCondition.

ReleaseReadyCondition contains information around the status of the Release. If a release is not ready, you cannot create a rollout with the release.

Inheritance

object > Release.Types.ReleaseReadyCondition

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

ReleaseReadyCondition()

public ReleaseReadyCondition()

ReleaseReadyCondition(ReleaseReadyCondition)

public ReleaseReadyCondition(Release.Types.ReleaseReadyCondition other)
Parameter
NameDescription
otherReleaseTypesReleaseReadyCondition

Properties

Status

public bool Status { get; set; }

True if the Release is in a valid state. Otherwise at least one condition in ReleaseCondition is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Release.

Property Value
TypeDescription
bool