Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class State.
All the possible API Config states.
Protobuf type google.cloud.apigateway.v1.ApiConfig.State
Namespace
Google \ Cloud \ ApiGateway \ V1 \ ApiConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
API Config does not have a state yet.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
API Config is being created and deployed to the API Controller.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
API Config is ready for use by Gateways.
Generated from protobuf enum ACTIVE = 2;
FAILED
Value: 3
API Config creation failed.
Generated from protobuf enum FAILED = 3;
DELETING
Value: 4
API Config is being deleted.
Generated from protobuf enum DELETING = 4;
UPDATING
Value: 5
API Config is being updated.
Generated from protobuf enum UPDATING = 5;
ACTIVATING
Value: 6
API Config settings are being activated in downstream systems.
API Configs in this state cannot be used by Gateways.
Generated from protobuf enum ACTIVATING = 6;