Class Condition (0.13.0) Stay organized with collections Save and categorize content based on your preferences.
Condition(mapping=None,*,ignore_unknown_fields=False,**kwargs)Defines a status condition for a resource.
This message hasoneof_ fields (mutually exclusive fields).For each oneof, at most one member field can be set at the same time.Setting any member of the oneof automatically clears all othermembers.
.. _oneof:https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
|---|---|
| Name | Description |
type_ | strtype 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. |
state | google.cloud.run_v2.types.Condition.StateState of the condition. |
message | strHuman readable message indicating details about the current status. |
last_transition_time | google.protobuf.timestamp_pb2.TimestampLast time the condition transitioned from one status to another. |
severity | google.cloud.run_v2.types.Condition.SeverityHow to interpret failures of this condition, one of Error, Warning, Info |
reason | google.cloud.run_v2.types.Condition.CommonReasonOutput only. A common (service-level) reason for this condition. This field is a member of oneof_reasons. |
revision_reason | google.cloud.run_v2.types.Condition.RevisionReasonOutput only. A reason for the revision condition. This field is a member of oneof_reasons. |
execution_reason | google.cloud.run_v2.types.Condition.ExecutionReasonOutput only. A reason for the execution condition. This field is a member of oneof_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.