FeatureOnlineStore_State class final
Possible states a featureOnlineStore can have.
- Inheritance
-
- Object
- ProtoEnum
- FeatureOnlineStore_State
Constructors
- FeatureOnlineStore_State(String value)
-
const
- FeatureOnlineStore_State.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const FeatureOnlineStore_State
- The default value for FeatureOnlineStore_State.
- stable → const FeatureOnlineStore_State
- State when the featureOnlineStore configuration is not being updated and the fields reflect the current configuration of the featureOnlineStore. The featureOnlineStore is usable in this state.
- stateUnspecified → const FeatureOnlineStore_State
- Default value. This value is unused.
- updating → const FeatureOnlineStore_State
- The state of the featureOnlineStore configuration when it is being updated. During an update, the fields reflect either the original configuration or the updated configuration of the featureOnlineStore. The featureOnlineStore is still usable in this state.