Reference documentation and code samples for the Cloud Run V2 API class Google::Cloud::Run::V2::Condition.
Defines a status condition for a resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#execution_reason
def execution_reason() -> ::Google::Cloud::Run::V2::Condition::ExecutionReason
- (::Google::Cloud::Run::V2::Condition::ExecutionReason) — Output only. A reason for the execution condition.
#last_transition_time
def last_transition_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Last time the condition transitioned from one status to another.
#last_transition_time=
def last_transition_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Last time the condition transitioned from one status to another.
- (::Google::Protobuf::Timestamp) — Last time the condition transitioned from one status to another.
#message
def message() -> ::String
- (::String) — Human readable message indicating details about the current status.
#message=
def message=(value) -> ::String
- value (::String) — Human readable message indicating details about the current status.
- (::String) — Human readable message indicating details about the current status.
#reason
def reason() -> ::Google::Cloud::Run::V2::Condition::CommonReason
- (::Google::Cloud::Run::V2::Condition::CommonReason) — Output only. A common (service-level) reason for this condition.
#revision_reason
def revision_reason() -> ::Google::Cloud::Run::V2::Condition::RevisionReason
- (::Google::Cloud::Run::V2::Condition::RevisionReason) — Output only. A reason for the revision condition.
#severity
def severity() -> ::Google::Cloud::Run::V2::Condition::Severity
- (::Google::Cloud::Run::V2::Condition::Severity) — How to interpret failures of this condition, one of Error, Warning, Info
#severity=
def severity=(value) -> ::Google::Cloud::Run::V2::Condition::Severity
- value (::Google::Cloud::Run::V2::Condition::Severity) — How to interpret failures of this condition, one of Error, Warning, Info
- (::Google::Cloud::Run::V2::Condition::Severity) — How to interpret failures of this condition, one of Error, Warning, Info
#state
def state() -> ::Google::Cloud::Run::V2::Condition::State
- (::Google::Cloud::Run::V2::Condition::State) — State of the condition.
#state=
def state=(value) -> ::Google::Cloud::Run::V2::Condition::State
- value (::Google::Cloud::Run::V2::Condition::State) — State of the condition.
- (::Google::Cloud::Run::V2::Condition::State) — State of the condition.
#type
def type() -> ::String
-
(::String) —
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include:
- "Ready": True when the Resource is ready.
#type=
def type=(value) -> ::String
-
value (::String) —
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include:
- "Ready": True when the Resource is ready.
-
(::String) —
type is used to communicate the status of the reconciliation process. See also: https://github.com/knative/serving/blob/main/docs/spec/errors.md#error-conditions-and-reporting Types common to all resources include:
- "Ready": True when the Resource is ready.