GoogleFirestoreAdminV1Database class
A Cloud Firestore Database.
Currently only one database is allowed per cloud project; this database must
have a database_id
of '(default)'.
Constructors
- GoogleFirestoreAdminV1Database({String? appEngineIntegrationMode, String? concurrencyMode, String? etag, String? keyPrefix, String? locationId, String? name, String? type})
- GoogleFirestoreAdminV1Database.fromJson(Map _json)
Properties
- appEngineIntegrationMode ↔ String?
-
The App Engine integration mode to use for this database.
Possible string values are:
getter/setter pair
- concurrencyMode ↔ String?
-
The concurrency control mode to use for this database.
Possible string values are:
getter/setter pair
- etag ↔ String?
-
This checksum is computed by the server based on the value of other
fields, and may be sent on update and delete requests to ensure the client
has an up-to-date value before proceeding.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyPrefix ↔ String?
-
The key_prefix for this database.
getter/setter pair
- locationId ↔ String?
-
The location of the database.
getter/setter pair
- name ↔ String?
-
The resource name of the Database.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of the database.
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