public static enum Condition.CommonReason extends Enum<Condition.CommonReason> implements com.google.protobuf.ProtocolMessageEnum
Reasons common to all types of conditions.Protobuf enum
google.cloud.run.v2.Condition.CommonReason| Enum Constant and Description |
|---|
COMMON_REASON_UNDEFINED
Default value.
|
CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED
Container image policy authorization check failed.
|
CONTAINER_IMAGE_UNAUTHORIZED
Container image is not authorized by policy.
|
CONTAINER_MISSING
The container image path is incorrect.
|
CONTAINER_PERMISSION_DENIED
Insufficient permissions on the container image.
|
ENCRYPTION_KEY_CHECK_FAILED
Permission check on encryption key failed.
|
ENCRYPTION_KEY_PERMISSION_DENIED
Insufficient permissions on encryption key.
|
IMMEDIATE_RETRY
System will retry immediately.
|
INTERNAL
An internal error occurred.
|
POSTPONED_RETRY
System will retry later; current attempt failed.
|
PROGRESS_DEADLINE_EXCEEDED
Timed out waiting for completion.
|
REVISION_FAILED
Revision creation process failed.
|
SECRETS_ACCESS_CHECK_FAILED
At least one Access check on secrets failed.
|
UNKNOWN
Reason unknown.
|
UNRECOGNIZED |
VPC_NETWORK_NOT_FOUND
User-provided VPC network was not found.
|
WAITING_FOR_OPERATION
Waiting for operation to complete.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMON_REASON_UNDEFINED_VALUE
Default value.
|
static int |
CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED_VALUE
Container image policy authorization check failed.
|
static int |
CONTAINER_IMAGE_UNAUTHORIZED_VALUE
Container image is not authorized by policy.
|
static int |
CONTAINER_MISSING_VALUE
The container image path is incorrect.
|
static int |
CONTAINER_PERMISSION_DENIED_VALUE
Insufficient permissions on the container image.
|
static int |
ENCRYPTION_KEY_CHECK_FAILED_VALUE
Permission check on encryption key failed.
|
static int |
ENCRYPTION_KEY_PERMISSION_DENIED_VALUE
Insufficient permissions on encryption key.
|
static int |
IMMEDIATE_RETRY_VALUE
System will retry immediately.
|
static int |
INTERNAL_VALUE
An internal error occurred.
|
static int |
POSTPONED_RETRY_VALUE
System will retry later; current attempt failed.
|
static int |
PROGRESS_DEADLINE_EXCEEDED_VALUE
Timed out waiting for completion.
|
static int |
REVISION_FAILED_VALUE
Revision creation process failed.
|
static int |
SECRETS_ACCESS_CHECK_FAILED_VALUE
At least one Access check on secrets failed.
|
static int |
UNKNOWN_VALUE
Reason unknown.
|
static int |
VPC_NETWORK_NOT_FOUND_VALUE
User-provided VPC network was not found.
|
static int |
WAITING_FOR_OPERATION_VALUE
Waiting for operation to complete.
|
| Modifier and Type | Method and Description |
|---|---|
static Condition.CommonReason |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Condition.CommonReason> |
internalGetValueMap() |
static Condition.CommonReason |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Condition.CommonReason |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Condition.CommonReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Condition.CommonReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Condition.CommonReason COMMON_REASON_UNDEFINED
Default value.
COMMON_REASON_UNDEFINED = 0;public static final Condition.CommonReason UNKNOWN
Reason unknown. Further details will be in message.
UNKNOWN = 1;public static final Condition.CommonReason REVISION_FAILED
Revision creation process failed.
REVISION_FAILED = 3;public static final Condition.CommonReason PROGRESS_DEADLINE_EXCEEDED
Timed out waiting for completion.
PROGRESS_DEADLINE_EXCEEDED = 4;public static final Condition.CommonReason CONTAINER_MISSING
The container image path is incorrect.
CONTAINER_MISSING = 6;public static final Condition.CommonReason CONTAINER_PERMISSION_DENIED
Insufficient permissions on the container image.
CONTAINER_PERMISSION_DENIED = 7;public static final Condition.CommonReason CONTAINER_IMAGE_UNAUTHORIZED
Container image is not authorized by policy.
CONTAINER_IMAGE_UNAUTHORIZED = 8;public static final Condition.CommonReason CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED
Container image policy authorization check failed.
CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED = 9;public static final Condition.CommonReason ENCRYPTION_KEY_PERMISSION_DENIED
Insufficient permissions on encryption key.
ENCRYPTION_KEY_PERMISSION_DENIED = 10;public static final Condition.CommonReason ENCRYPTION_KEY_CHECK_FAILED
Permission check on encryption key failed.
ENCRYPTION_KEY_CHECK_FAILED = 11;public static final Condition.CommonReason SECRETS_ACCESS_CHECK_FAILED
At least one Access check on secrets failed.
SECRETS_ACCESS_CHECK_FAILED = 12;public static final Condition.CommonReason WAITING_FOR_OPERATION
Waiting for operation to complete.
WAITING_FOR_OPERATION = 13;public static final Condition.CommonReason IMMEDIATE_RETRY
System will retry immediately.
IMMEDIATE_RETRY = 14;public static final Condition.CommonReason POSTPONED_RETRY
System will retry later; current attempt failed.
POSTPONED_RETRY = 15;public static final Condition.CommonReason INTERNAL
An internal error occurred. Further information may be in the message.
INTERNAL = 16;public static final Condition.CommonReason VPC_NETWORK_NOT_FOUND
User-provided VPC network was not found.
VPC_NETWORK_NOT_FOUND = 17;public static final Condition.CommonReason UNRECOGNIZED
public static final int COMMON_REASON_UNDEFINED_VALUE
Default value.
COMMON_REASON_UNDEFINED = 0;public static final int UNKNOWN_VALUE
Reason unknown. Further details will be in message.
UNKNOWN = 1;public static final int REVISION_FAILED_VALUE
Revision creation process failed.
REVISION_FAILED = 3;public static final int PROGRESS_DEADLINE_EXCEEDED_VALUE
Timed out waiting for completion.
PROGRESS_DEADLINE_EXCEEDED = 4;public static final int CONTAINER_MISSING_VALUE
The container image path is incorrect.
CONTAINER_MISSING = 6;public static final int CONTAINER_PERMISSION_DENIED_VALUE
Insufficient permissions on the container image.
CONTAINER_PERMISSION_DENIED = 7;public static final int CONTAINER_IMAGE_UNAUTHORIZED_VALUE
Container image is not authorized by policy.
CONTAINER_IMAGE_UNAUTHORIZED = 8;public static final int CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED_VALUE
Container image policy authorization check failed.
CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED = 9;public static final int ENCRYPTION_KEY_PERMISSION_DENIED_VALUE
Insufficient permissions on encryption key.
ENCRYPTION_KEY_PERMISSION_DENIED = 10;public static final int ENCRYPTION_KEY_CHECK_FAILED_VALUE
Permission check on encryption key failed.
ENCRYPTION_KEY_CHECK_FAILED = 11;public static final int SECRETS_ACCESS_CHECK_FAILED_VALUE
At least one Access check on secrets failed.
SECRETS_ACCESS_CHECK_FAILED = 12;public static final int WAITING_FOR_OPERATION_VALUE
Waiting for operation to complete.
WAITING_FOR_OPERATION = 13;public static final int IMMEDIATE_RETRY_VALUE
System will retry immediately.
IMMEDIATE_RETRY = 14;public static final int POSTPONED_RETRY_VALUE
System will retry later; current attempt failed.
POSTPONED_RETRY = 15;public static final int INTERNAL_VALUE
An internal error occurred. Further information may be in the message.
INTERNAL = 16;public static final int VPC_NETWORK_NOT_FOUND_VALUE
User-provided VPC network was not found.
VPC_NETWORK_NOT_FOUND = 17;public static Condition.CommonReason[] values()
for (Condition.CommonReason c : Condition.CommonReason.values()) System.out.println(c);
public static Condition.CommonReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Condition.CommonReason valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Condition.CommonReason forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Condition.CommonReason> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Condition.CommonReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.