Google Cloud Run V2 Client - Class RevisionReason (0.3.4)

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

Reasons specific to Revision resource.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

REVISION_REASON_UNDEFINED

Value: 0

Default value.

Generated from protobuf enum REVISION_REASON_UNDEFINED = 0;

PENDING

Value: 1

Revision in Pending state.

Generated from protobuf enum PENDING = 1;

RESERVE

Value: 2

Revision is in Reserve state.

Generated from protobuf enum RESERVE = 2;

RETIRED

Value: 3

Revision is Retired.

Generated from protobuf enum RETIRED = 3;

RETIRING

Value: 4

Revision is being retired.

Generated from protobuf enum RETIRING = 4;

RECREATING

Value: 5

Revision is being recreated.

Generated from protobuf enum RECREATING = 5;

HEALTH_CHECK_CONTAINER_ERROR

Value: 6

There was a health check error.

Generated from protobuf enum HEALTH_CHECK_CONTAINER_ERROR = 6;

CUSTOMIZED_PATH_RESPONSE_PENDING

Value: 7

Health check failed due to user error from customized path of the container. System will retry.

Generated from protobuf enum CUSTOMIZED_PATH_RESPONSE_PENDING = 7;

MIN_INSTANCES_NOT_PROVISIONED

Value: 8

A revision with min_instance_count > 0 was created and is reserved, but it was not configured to serve traffic, so it's not live. This can also happen momentarily during traffic migration.

Generated from protobuf enum MIN_INSTANCES_NOT_PROVISIONED = 8;

ACTIVE_REVISION_LIMIT_REACHED

Value: 9

The maximum allowed number of active revisions has been reached.

Generated from protobuf enum ACTIVE_REVISION_LIMIT_REACHED = 9;

NO_DEPLOYMENT

Value: 10

There was no deployment defined.

This value is no longer used, but Services created in older versions of the API might contain this value.

Generated from protobuf enum NO_DEPLOYMENT = 10;

HEALTH_CHECK_SKIPPED

Value: 11

A revision's container has no port specified since the revision is of a manually scaled service with 0 instance count

Generated from protobuf enum HEALTH_CHECK_SKIPPED = 11;

MIN_INSTANCES_WARMING

Value: 12

A revision with min_instance_count > 0 was created and is waiting for enough instances to begin a traffic migration.

Generated from protobuf enum MIN_INSTANCES_WARMING = 12;