Module: Google::Cloud::DiscoveryEngine::V1beta::Engine::FeatureState
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/engine.rb
Overview
The state of the feature for the engine.
Constant Summary collapse
- FEATURE_STATE_UNSPECIFIED =
The feature state is unspecified.
0- FEATURE_STATE_ON =
The feature is turned on to be accessible.
1- FEATURE_STATE_OFF =
The feature is turned off to be inaccessible.
2