Enum Gateway.State (2.60.0)

publicenumGateway.StateextendsEnum<Gateway.State>implementsProtocolMessageEnum

All the possible Gateway states.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.