RecommendSpecResponse_Recommendation_QuotaState class final
The user accelerator quota state.
- Inheritance
-
- Object
- ProtoEnum
- RecommendSpecResponse_Recommendation_QuotaState
Constructors
- RecommendSpecResponse_Recommendation_QuotaState(String value)
-
const
- RecommendSpecResponse_Recommendation_QuotaState.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 RecommendSpecResponse_Recommendation_QuotaState
- The default value for RecommendSpecResponse_Recommendation_QuotaState.
- quotaStateNoUserQuota → const RecommendSpecResponse_Recommendation_QuotaState
- User does not have enough accelerator quota for the machine type.
- quotaStateUnspecified → const RecommendSpecResponse_Recommendation_QuotaState
- Unspecified quota state. Quota information not available.
- quotaStateUserHasQuota → const RecommendSpecResponse_Recommendation_QuotaState
- User has enough accelerator quota for the machine type.