Reference documentation and code samples for the Google Cloud Storage Insights V1 Client class ConfigState.
State of the configuration.
Protobuf type google.cloud.storageinsights.v1.DatasetConfig.ConfigState
Namespace
Google \ Cloud \ StorageInsights \ V1 \ DatasetConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CONFIG_STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum CONFIG_STATE_UNSPECIFIED = 0;
CONFIG_STATE_ACTIVE
Value: 1
Active configuration indicates that the configuration is actively ingesting data.
Generated from protobuf enum CONFIG_STATE_ACTIVE = 1;
CONFIG_STATE_VERIFICATION_IN_PROGRESS
Value: 2
In this state, the configuration is being verified for various permissions.
Generated from protobuf enum CONFIG_STATE_VERIFICATION_IN_PROGRESS = 2;
CONFIG_STATE_CREATED
Value: 3
Configuration is created and further processing needs to happen.
Generated from protobuf enum CONFIG_STATE_CREATED = 3;
CONFIG_STATE_PROCESSING
Value: 4
Configuration is under processing
Generated from protobuf enum CONFIG_STATE_PROCESSING = 4;