Class Condition (0.13.0)

Condition(mapping=None,*,ignore_unknown_fields=False,**kwargs)

Attributes

NameDescription
type_str
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.
stategoogle.cloud.run_v2.types.Condition.State
State of the condition.
messagestr
Human readable message indicating details about the current status.
last_transition_timegoogle.protobuf.timestamp_pb2.Timestamp
Last time the condition transitioned from one status to another.
severitygoogle.cloud.run_v2.types.Condition.Severity
How to interpret failures of this condition, one of Error, Warning, Info
reasongoogle.cloud.run_v2.types.Condition.CommonReason
Output only. A common (service-level) reason for this condition. This field is a member ofoneof_reasons.
revision_reasongoogle.cloud.run_v2.types.Condition.RevisionReason
Output only. A reason for the revision condition. This field is a member ofoneof_reasons.
execution_reasongoogle.cloud.run_v2.types.Condition.ExecutionReason
Output only. A reason for the execution condition. This field is a member ofoneof_reasons.

Classes

CommonReason

CommonReason(value)

Reasons common to all types of conditions.

ExecutionReason

ExecutionReason(value)

Reasons specific to Execution resource.

RevisionReason

RevisionReason(value)

Reasons specific to Revision resource.

Severity

Severity(value)

Represents the severity of the condition failures.

State

State(value)

Represents the possible Condition states.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-16 UTC.