ProjectsDatabasesCollectionGroupsIndexesResourceApi class
Constructors
- ProjectsDatabasesCollectionGroupsIndexesResourceApi(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
create(
GoogleFirestoreAdminV1Index request, String parent, {String $fields}) → Future< GoogleLongrunningOperation> - Creates a composite index. This returns a google.longrunning.Operation which may be used to track the status of the creation. The metadata for the operation will be the type IndexOperationMetadata. [...]
-
delete(
String name, {String $fields}) → Future< Empty> - Deletes a composite index. [...]
-
get(
String name, {String $fields}) → Future< GoogleFirestoreAdminV1Index> - Gets a composite index. [...]
-
list(
String parent, {String pageToken, int pageSize, String filter, String $fields}) → Future< GoogleFirestoreAdminV1ListIndexesResponse> - Lists composite indexes. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited