GoogleDatastoreAdminV1Index class Null safety
Datastore composite index definition.
Constructors
-
GoogleDatastoreAdminV1Index({String? ancestor, String? indexId, String? kind, String? projectId, List<
GoogleDatastoreAdminV1IndexedProperty> ? properties, String? state}) - GoogleDatastoreAdminV1Index.fromJson(Map json_)
Properties
- ancestor ↔ String?
-
The index's ancestor mode.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- indexId ↔ String?
-
The resource ID of the index.
read / write
- kind ↔ String?
-
The entity kind to which this index applies.
read / write
- projectId ↔ String?
-
Project ID.
read / write
-
properties
↔ List<
GoogleDatastoreAdminV1IndexedProperty> ? -
An ordered sequence of property names and their index attributes.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state ↔ String?
-
The state of the index.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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