Google Cloud Run V2 Client - Class CommonReason (1.2.0)

Reference documentation and code samples for the Google Cloud Run V2 Client class CommonReason.

Reasons common to all types of conditions.

Protobuf type google.cloud.run.v2.Condition.CommonReason

Namespace

Google \ Cloud \ Run \ V2 \ Condition

Methods

static::name

Parameter
Name
Description
value
mixed

static::value

Parameter
Name
Description
name
mixed

Constants

COMMON_REASON_UNDEFINED

  Value: 0 
 

Default value.

Generated from protobuf enum COMMON_REASON_UNDEFINED = 0;

UNKNOWN

  Value: 1 
 

Reason unknown. Further details will be in message.

Generated from protobuf enum UNKNOWN = 1;

REVISION_FAILED

  Value: 3 
 

Revision creation process failed.

Generated from protobuf enum REVISION_FAILED = 3;

PROGRESS_DEADLINE_EXCEEDED

  Value: 4 
 

Timed out waiting for completion.

Generated from protobuf enum PROGRESS_DEADLINE_EXCEEDED = 4;

CONTAINER_MISSING

  Value: 6 
 

The container image path is incorrect.

Generated from protobuf enum CONTAINER_MISSING = 6;

CONTAINER_PERMISSION_DENIED

  Value: 7 
 

Insufficient permissions on the container image.

Generated from protobuf enum CONTAINER_PERMISSION_DENIED = 7;

CONTAINER_IMAGE_UNAUTHORIZED

  Value: 8 
 

Container image is not authorized by policy.

Generated from protobuf enum CONTAINER_IMAGE_UNAUTHORIZED = 8;

CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED

  Value: 9 
 

Container image policy authorization check failed.

Generated from protobuf enum CONTAINER_IMAGE_AUTHORIZATION_CHECK_FAILED = 9;

ENCRYPTION_KEY_PERMISSION_DENIED

  Value: 10 
 

Insufficient permissions on encryption key.

Generated from protobuf enum ENCRYPTION_KEY_PERMISSION_DENIED = 10;

ENCRYPTION_KEY_CHECK_FAILED

  Value: 11 
 

Permission check on encryption key failed.

Generated from protobuf enum ENCRYPTION_KEY_CHECK_FAILED = 11;

SECRETS_ACCESS_CHECK_FAILED

  Value: 12 
 

At least one Access check on secrets failed.

Generated from protobuf enum SECRETS_ACCESS_CHECK_FAILED = 12;

WAITING_FOR_OPERATION

  Value: 13 
 

Waiting for operation to complete.

Generated from protobuf enum WAITING_FOR_OPERATION = 13;

IMMEDIATE_RETRY

  Value: 14 
 

System will retry immediately.

Generated from protobuf enum IMMEDIATE_RETRY = 14;

POSTPONED_RETRY

  Value: 15 
 

System will retry later; current attempt failed.

Generated from protobuf enum POSTPONED_RETRY = 15;

INTERNAL

  Value: 16 
 

An internal error occurred. Further information may be in the message.

Generated from protobuf enum INTERNAL = 16;

Design a Mobile Site
View Site in Mobile | Classic
Share by: