GoogleBigtableAdminV2TypeEnum class
A protobuf enum type.
Values of type Enum
are stored in Value.int_value
.
Constructors
- GoogleBigtableAdminV2TypeEnum.new({String? enumName, String? schemaBundleId})
- GoogleBigtableAdminV2TypeEnum.fromJson(Map json_)
Properties
- enumName ↔ String?
-
The fully qualified name of the protobuf enum message, including package.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaBundleId ↔ String?
-
The ID of the schema bundle that this enum is defined in.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited