Enum Application.State (0.15.0)

public enum Application.State extends Enum<Application.State> implements ProtocolMessageEnum

State of the Application

Protobuf enum google.events.cloud.visionai.v1.Application.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATED

State CREATED.

CREATED = 1;

CREATED_VALUE

State CREATED.

CREATED = 1;

CREATING

State CREATING.

CREATING = 7;

CREATING_VALUE

State CREATING.

CREATING = 7;

DELETED

State DELETED.

DELETED = 5;

DELETED_VALUE

State DELETED.

DELETED = 5;

DELETING

State Deleting.

DELETING = 9;

DELETING_VALUE

State Deleting.

DELETING = 9;

DEPLOYED

State DEPLOYED.

DEPLOYED = 3;

DEPLOYED_VALUE

State DEPLOYED.

DEPLOYED = 3;

DEPLOYING

State DEPLOYING.

DEPLOYING = 2;

DEPLOYING_VALUE

State DEPLOYING.

DEPLOYING = 2;

ERROR

State ERROR.

ERROR = 6;

ERROR_VALUE

State ERROR.

ERROR = 6;

FIXING

State Fixing.

FIXING = 10;

FIXING_VALUE

State Fixing.

FIXING = 10;

STATE_UNSPECIFIED

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

UNDEPLOYING

State UNDEPLOYING.

UNDEPLOYING = 4;

UNDEPLOYING_VALUE

State UNDEPLOYING.

UNDEPLOYING = 4;

UNRECOGNIZED
UPDATING

State Updating.

UPDATING = 8;

UPDATING_VALUE

State Updating.

UPDATING = 8;

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()