Cloud Run V2 API - Class Google::Cloud::Run::V2::Condition (v0.2.0)

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
Returns

#execution_reason=

def execution_reason=(value) -> ::Google::Cloud::Run::V2::Condition::ExecutionReason
Parameter
Returns

#last_transition_time

def last_transition_time() -> ::Google::Protobuf::Timestamp
Returns

#last_transition_time=

def last_transition_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#message

def message() -> ::String
Returns
  • (::String) — Human readable message indicating details about the current status.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Human readable message indicating details about the current status.
Returns
  • (::String) — Human readable message indicating details about the current status.

#reason

def reason() -> ::Google::Cloud::Run::V2::Condition::CommonReason
Returns

#reason=

def reason=(value) -> ::Google::Cloud::Run::V2::Condition::CommonReason
Parameter
Returns

#revision_reason

def revision_reason() -> ::Google::Cloud::Run::V2::Condition::RevisionReason
Returns

#revision_reason=

def revision_reason=(value) -> ::Google::Cloud::Run::V2::Condition::RevisionReason
Parameter
Returns

#severity

def severity() -> ::Google::Cloud::Run::V2::Condition::Severity
Returns

#severity=

def severity=(value) -> ::Google::Cloud::Run::V2::Condition::Severity
Parameter
Returns

#state

def state() -> ::Google::Cloud::Run::V2::Condition::State
Returns

#state=

def state=(value) -> ::Google::Cloud::Run::V2::Condition::State
Parameter
Returns

#type

def type() -> ::String
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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.