Enum Condition.InternalReason (0.1.2)

public enum Condition.InternalReason extends Enum<Condition.InternalReason> implements ProtocolMessageEnum

Reasons applicable to internal resources not exposed to users. These will surface in Service.conditions, and could be useful for further diagnosis.

Protobuf enum google.cloud.run.v2.Condition.InternalReason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ASSIGNING_TRAFFIC

Assigning traffic; this is a transient reason.

ASSIGNING_TRAFFIC = 4;

ASSIGNING_TRAFFIC_VALUE

Assigning traffic; this is a transient reason.

ASSIGNING_TRAFFIC = 4;

CONFIGURATION_MISSING

Internal configuration is missing; this is usually a transient reason.

CONFIGURATION_MISSING = 3;

CONFIGURATION_MISSING_VALUE

Internal configuration is missing; this is usually a transient reason.

CONFIGURATION_MISSING = 3;

CONFLICTING_REVISION_NAME

The revision name provided conflicts with an existing one.

CONFLICTING_REVISION_NAME = 1;

CONFLICTING_REVISION_NAME_VALUE

The revision name provided conflicts with an existing one.

CONFLICTING_REVISION_NAME = 1;

ENABLING_GCFV2_URI_SUPPORT

Enabling GCFv2 URI support; this is a transient reason.

ENABLING_GCFV2_URI_SUPPORT = 7;

ENABLING_GCFV2_URI_SUPPORT_VALUE

Enabling GCFv2 URI support; this is a transient reason.

ENABLING_GCFV2_URI_SUPPORT = 7;

INTERNAL_REASON_UNDEFINED

Default value.

INTERNAL_REASON_UNDEFINED = 0;

INTERNAL_REASON_UNDEFINED_VALUE

Default value.

INTERNAL_REASON_UNDEFINED = 0;

REVISION_MISSING

Revision is missing; this is usually a transient reason.

REVISION_MISSING = 2;

REVISION_MISSING_VALUE

Revision is missing; this is usually a transient reason.

REVISION_MISSING = 2;

REVISION_ORG_POLICY_VIOLATION

The revision can't be created because it violates an org policy setting.

REVISION_ORG_POLICY_VIOLATION = 6;

REVISION_ORG_POLICY_VIOLATION_VALUE

The revision can't be created because it violates an org policy setting.

REVISION_ORG_POLICY_VIOLATION = 6;

UNRECOGNIZED
UPDATING_INGRESS_TRAFFIC_ALLOWED

Updating ingress traffic settings; this is a transient reason.

UPDATING_INGRESS_TRAFFIC_ALLOWED = 5;

UPDATING_INGRESS_TRAFFIC_ALLOWED_VALUE

Updating ingress traffic settings; this is a transient reason.

UPDATING_INGRESS_TRAFFIC_ALLOWED = 5;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()