Class: Google::Cloud::Deploy::V1::Release::ReleaseReadyCondition
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Release::ReleaseReadyCondition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
ReleaseReadyCondition contains information around the status of the Release. If a release is not ready, you cannot create a rollout with the release.
Instance Attribute Summary collapse
-
#status ⇒ ::Boolean
True if the Release is in a valid state.
Instance Attribute Details
#status ⇒ ::Boolean
1662 1663 1664 1665 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1662 class ReleaseReadyCondition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |