Reference documentation and code samples for the Google Cloud Financial Services V1 Client class State.
The possible states of a resource.
Protobuf type google.cloud.financialservices.v1.Model.State
Namespace
Google \ Cloud \ FinancialServices \ V1 \ ModelMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
State is unspecified, should not occur.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The resource has not finished being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
The resource is active/ready to be used.
Generated from protobuf enum ACTIVE = 2;
UPDATING
Value: 3
The resource is in the process of being updated.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4
The resource is in the process of being deleted.
Generated from protobuf enum DELETING = 4;