Reference documentation and code samples for the Google Cloud App Hub V1 Client class State.
Application state.
Protobuf type google.cloud.apphub.v1.Application.State
Namespace
Google \ Cloud \ AppHub \ V1 \ ApplicationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The Application is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2The Application is ready to register Services and Workloads.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3The Application is being deleted.
Generated from protobuf enum DELETING = 3;