Enum ApiConfig.State (2.41.0)

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

All the possible API Config states.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVATING

API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways.

ACTIVATING = 6;

ACTIVATING_VALUE

API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways.

ACTIVATING = 6;

ACTIVE

API Config is ready for use by Gateways.

ACTIVE = 2;

ACTIVE_VALUE

API Config is ready for use by Gateways.

ACTIVE = 2;

CREATING

API Config is being created and deployed to the API Controller.

CREATING = 1;

CREATING_VALUE

API Config is being created and deployed to the API Controller.

CREATING = 1;

DELETING

API Config is being deleted.

DELETING = 4;

DELETING_VALUE

API Config is being deleted.

DELETING = 4;

FAILED

API Config creation failed.

FAILED = 3;

FAILED_VALUE

API Config creation failed.

FAILED = 3;

STATE_UNSPECIFIED

API Config does not have a state yet.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

API Config does not have a state yet.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

API Config is being updated.

UPDATING = 5;

UPDATING_VALUE

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