Reference documentation and code samples for the Google Cloud Api Hub V1 Client class State.
State of the ApiHub Instance.
Protobuf type google.cloud.apihub.v1.ApiHubInstance.State
Namespace
Google \ Cloud \ ApiHub \ V1 \ ApiHubInstanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
INACTIVE
Value: 1
The ApiHub instance has not been initialized or has been deleted.
Generated from protobuf enum INACTIVE = 1;
CREATING
Value: 2
The ApiHub instance is being created.
Generated from protobuf enum CREATING = 2;
ACTIVE
Value: 3
The ApiHub instance has been created and is ready for use.
Generated from protobuf enum ACTIVE = 3;
UPDATING
Value: 4
The ApiHub instance is being updated.
Generated from protobuf enum UPDATING = 4;
DELETING
Value: 5
The ApiHub instance is being deleted.
Generated from protobuf enum DELETING = 5;
FAILED
Value: 6
The ApiHub instance encountered an error during a state change.
Generated from protobuf enum FAILED = 6;