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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Release.Types.ReleaseReadyCondition` class within the Google Cloud Deploy v1 API, starting with version 1.0.0 and going up to the latest version 3.4.0."],["The `ReleaseReadyCondition` class details the status of a Release, determining whether a rollout can be created, and it also provides a status check property called 'Status' which informs if a Release is in a valid state or not."],["The `ReleaseReadyCondition` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces, offering methods for status verification and deep cloning."],["The available constructors for the `ReleaseReadyCondition` class include a default constructor, and one that takes another `ReleaseReadyCondition` object as an argument."],["The `Status` property for the class can be checked to see if it is set to true for valid, or false for invalid, with a list of inherited members and their methods, such as `object.GetHashCode()`, `object.GetType()`, and `object.ToString()`."]]],[]]