Module: Google::Cloud::StorageInsights::V1::DatasetConfig::ConfigState

Defined in:
proto_docs/google/cloud/storageinsights/v1/storageinsights.rb

Overview

State of the configuration.

Constant Summary collapse

CONFIG_STATE_UNSPECIFIED =

Unspecified state.

0
CONFIG_STATE_ACTIVE =

Active configuration indicates that the configuration is actively ingesting data.

1
CONFIG_STATE_VERIFICATION_IN_PROGRESS =

In this state, the configuration is being verified for various permissions.

2
CONFIG_STATE_CREATED =

Configuration is created and further processing needs to happen.

3
CONFIG_STATE_PROCESSING =

Configuration is under processing

4