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