public enum Engine.FeatureState extends Enum<Engine.FeatureState> implements ProtocolMessageEnumThe state of the feature for the engine.
Protobuf enum google.cloud.discoveryengine.v1beta.Engine.FeatureState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FEATURE_STATE_OFF |
The feature is turned off to be inaccessible. |
FEATURE_STATE_OFF_VALUE |
The feature is turned off to be inaccessible. |
FEATURE_STATE_ON |
The feature is turned on to be accessible. |
FEATURE_STATE_ON_VALUE |
The feature is turned on to be accessible. |
FEATURE_STATE_UNSPECIFIED |
The feature state is unspecified. |
FEATURE_STATE_UNSPECIFIED_VALUE |
The feature state is unspecified. |
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() |
|