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
value
mixed
static::value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The service is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
The service is ready.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3
The service is being deleted.
Generated from protobuf enum DELETING = 3;
DETACHED
Value: 4
The underlying networking resources have been deleted.
Generated from protobuf enum DETACHED = 4;