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 webpage provides documentation for the `Release.Types.ReleaseReadyCondition` class within the Google Cloud Deploy v1 API, specifically for the .NET environment, with version 2.9.0 being the primary version in the context of the documented content."],["The `ReleaseReadyCondition` class is used to determine whether a release is in a valid state for creating a rollout, as it checks various conditions."],["The documentation details the class's implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it highlights the inheritance from the `object` class."],["The webpage lists a wide range of versions of the documentation for this class, spanning from version 1.0.0 to the latest 3.4.0 version, allowing users to access the relevant content for a specific version of the API."],["The documentation provides the namespace, assembly, constructors, and a property named `Status` for the class, which indicates if the release is in a valid state, and it is of type boolean."]]],[]]