Enum EngineConfig.State (0.1.0)

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

The possible states of a resource.

Protobuf enum google.cloud.financialservices.v1.EngineConfig.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The resource is active/ready to be used.

ACTIVE = 2;

ACTIVE_VALUE

The resource is active/ready to be used.

ACTIVE = 2;

CREATING

The resource has not finished being created.

CREATING = 1;

CREATING_VALUE

The resource has not finished being created.

CREATING = 1;

DELETING

The resource is in the process of being deleted.

DELETING = 4;

DELETING_VALUE

The resource is in the process of being deleted.

DELETING = 4;

STATE_UNSPECIFIED

State is unspecified, should not occur.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is unspecified, should not occur.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The resource is in the process of being updated.

UPDATING = 3;

UPDATING_VALUE

The resource is in the process of being updated.

UPDATING = 3;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()