public enum DatasetConfig.ConfigState extends Enum<DatasetConfig.ConfigState> implements ProtocolMessageEnum
State of the configuration.
Protobuf enum google.cloud.storageinsights.v1.DatasetConfig.ConfigState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONFIG_STATE_ACTIVE |
Active configuration indicates that the configuration is actively ingesting data. |
CONFIG_STATE_ACTIVE_VALUE |
Active configuration indicates that the configuration is actively ingesting data. |
CONFIG_STATE_CREATED |
Configuration is created and further processing needs to happen. |
CONFIG_STATE_CREATED_VALUE |
Configuration is created and further processing needs to happen. |
CONFIG_STATE_PROCESSING |
Configuration is under processing |
CONFIG_STATE_PROCESSING_VALUE |
Configuration is under processing |
CONFIG_STATE_UNSPECIFIED |
Unspecified state. |
CONFIG_STATE_UNSPECIFIED_VALUE |
Unspecified state. |
CONFIG_STATE_VERIFICATION_IN_PROGRESS |
In this state, the configuration is being verified for various permissions. |
CONFIG_STATE_VERIFICATION_IN_PROGRESS_VALUE |
In this state, the configuration is being verified for various permissions. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |