NotebookRuntime_HealthState class final
The substate of the NotebookRuntime to display health information.
- Inheritance
-
- Object
- ProtoEnum
- NotebookRuntime_HealthState
Constructors
- NotebookRuntime_HealthState(String value)
-
const
- NotebookRuntime_HealthState.fromJson(String 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 NotebookRuntime_HealthState
- The default value for NotebookRuntime_HealthState.
- healthStateUnspecified → const NotebookRuntime_HealthState
- Unspecified health state.
- healthy → const NotebookRuntime_HealthState
- NotebookRuntime is in healthy state. Applies to ACTIVE state.
- unhealthy → const NotebookRuntime_HealthState
- NotebookRuntime is in unhealthy state. Applies to ACTIVE state.