Reference documentation and code samples for the Google Cloud App Hub V1 Client class State.
Service state.
Protobuf type google.cloud.apphub.v1.Service.State
Namespace
Google \ Cloud \ AppHub \ V1 \ ServiceMethods
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 service is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2The service is ready.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3The service is being deleted.
Generated from protobuf enum DELETING = 3;
DETACHED
Value: 4The underlying networking resources have been deleted.
Generated from protobuf enum DETACHED = 4;