NasTrial_State class final
Describes a NasTrial state.
- Inheritance
-
- Object
- ProtoEnum
- NasTrial_State
Constructors
- NasTrial_State(String value)
-
const
- NasTrial_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 NasTrial_State
- The default value for NasTrial_State.
- active → const NasTrial_State
- Indicates that the NasTrial has been suggested.
- infeasible → const NasTrial_State
- Indicates that the NasTrial should not be attempted again. The service will set a NasTrial to INFEASIBLE when it's done but missing the final_measurement.
- requested → const NasTrial_State
- Indicates that a specific NasTrial has been requested, but it has not yet been suggested by the service.
- stateUnspecified → const NasTrial_State
- The NasTrial state is unspecified.
- stopping → const NasTrial_State
- Indicates that the NasTrial should stop according to the service.
- succeeded → const NasTrial_State
- Indicates that the NasTrial is completed successfully.