Enum Gateway.State (2.41.0)

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

All the possible Gateway states.

Protobuf enum google.cloud.apigateway.v1.Gateway.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

Gateway is running and ready for requests.

ACTIVE = 2;

ACTIVE_VALUE

Gateway is running and ready for requests.

ACTIVE = 2;

CREATING

Gateway is being created.

CREATING = 1;

CREATING_VALUE

Gateway is being created.

CREATING = 1;

DELETING

Gateway is being deleted.

DELETING = 4;

DELETING_VALUE

Gateway is being deleted.

DELETING = 4;

FAILED

Gateway creation failed.

FAILED = 3;

FAILED_VALUE

Gateway creation failed.

FAILED = 3;

STATE_UNSPECIFIED

Gateway does not have a state yet.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Gateway does not have a state yet.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Gateway is being updated.

UPDATING = 5;

UPDATING_VALUE

Gateway is being updated.

UPDATING = 5;

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