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
#domain_mapping_reason
def
domain_mapping_reason
()
-
>
::
Google
::
Cloud
::
Run
::
V2
::
Condition
::
DomainMappingReason
- ( ::Google::Cloud::Run::V2::Condition::DomainMappingReason ) — A reason for the domain mapping condition.
#domain_mapping_reason=
def
domain_mapping_reason=
(
value
)
-
>
::
Google
::
Cloud
::
Run
::
V2
::
Condition
::
DomainMappingReason
- value( ::Google::Cloud::Run::V2::Condition::DomainMappingReason ) — A reason for the domain mapping condition.
- ( ::Google::Cloud::Run::V2::Condition::DomainMappingReason ) — A reason for the domain mapping condition.
#execution_reason
def
execution_reason
()
-
>
::
Google
::
Cloud
::
Run
::
V2
::
Condition
::
ExecutionReason
- ( ::Google::Cloud::Run::V2::Condition::ExecutionReason ) — A reason for the execution condition.
#execution_reason=
def
execution_reason=
(
value
)
-
>
::
Google
::
Cloud
::
Run
::
V2
::
Condition
::
ExecutionReason
- value( ::Google::Cloud::Run::V2::Condition::ExecutionReason ) — A reason for the execution condition.
- ( ::Google::Cloud::Run::V2::Condition::ExecutionReason ) — A reason for the execution condition.
#internal_reason
def
internal_reason
()
-
>
::
Google
::
Cloud
::
Run
::
V2
::
Condition
::
InternalReason
- ( ::Google::Cloud::Run::V2::Condition::InternalReason ) — A reason for the internal condition.
#internal_reason=
def
internal_reason=
(
value
)
-
>
::
Google
::
Cloud
::
Run
::
V2
::
Condition
::
InternalReason
- value( ::Google::Cloud::Run::V2::Condition::InternalReason ) — A reason for the internal condition.
- ( ::Google::Cloud::Run::V2::Condition::InternalReason ) — A reason for the internal 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 ) — A common (service-level) reason for this condition.
#reason=
def
reason=
(
value
)
-
>
::
Google
::
Cloud
::
Run
::
V2
::
Condition
::
CommonReason
- value( ::Google::Cloud::Run::V2::Condition::CommonReason ) — A common (service-level) reason for this condition.
- ( ::Google::Cloud::Run::V2::Condition::CommonReason ) — 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 ) — A reason for the revision condition.
#revision_reason=
def
revision_reason=
(
value
)
-
>
::
Google
::
Cloud
::
Run
::
V2
::
Condition
::
RevisionReason
- value( ::Google::Cloud::Run::V2::Condition::RevisionReason ) — A reason for the revision condition.
- ( ::Google::Cloud::Run::V2::Condition::RevisionReason ) — 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.

