Google Cloud Api Gateway V1 Client - Class State (2.1.1)

Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class State.

All the possible Gateway states.

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

Namespace

Google \ Cloud \ ApiGateway \ V1 \ Gateway

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Gateway does not have a state yet.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Gateway is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Gateway is running and ready for requests.

Generated from protobuf enum ACTIVE = 2;

FAILED

Value: 3

Gateway creation failed.

Generated from protobuf enum FAILED = 3;

DELETING

Value: 4

Gateway is being deleted.

Generated from protobuf enum DELETING = 4;

UPDATING

Value: 5

Gateway is being updated.

Generated from protobuf enum UPDATING = 5;

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年10月30日 UTC.