ProjectsResource class

Constructors

ProjectsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
indexes ProjectsIndexesResource
no setter
operations ProjectsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

allocateIds(AllocateIdsRequest request, String projectId, {String? $fields}) Future<AllocateIdsResponse>
Allocates IDs for the given keys, which is useful for referencing an entity before it is inserted.
beginTransaction(BeginTransactionRequest request, String projectId, {String? $fields}) Future<BeginTransactionResponse>
Begins a new transaction.
commit(CommitRequest request, String projectId, {String? $fields}) Future<CommitResponse>
Commits a transaction, optionally creating, deleting or modifying some entities.
export(GoogleDatastoreAdminV1ExportEntitiesRequest request, String projectId, {String? $fields}) Future<GoogleLongrunningOperation>
Exports a copy of all or a subset of entities from Google Cloud Datastore to another storage system, such as Google Cloud Storage.
import(GoogleDatastoreAdminV1ImportEntitiesRequest request, String projectId, {String? $fields}) Future<GoogleLongrunningOperation>
Imports entities into Google Cloud Datastore.
lookup(LookupRequest request, String projectId, {String? $fields}) Future<LookupResponse>
Looks up entities by key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reserveIds(ReserveIdsRequest request, String projectId, {String? $fields}) Future<ReserveIdsResponse>
Prevents the supplied keys' IDs from being auto-allocated by Cloud Datastore.
rollback(RollbackRequest request, String projectId, {String? $fields}) Future<RollbackResponse>
Rolls back a transaction.
runAggregationQuery(RunAggregationQueryRequest request, String projectId, {String? $fields}) Future<RunAggregationQueryResponse>
Runs an aggregation query.
runQuery(RunQueryRequest request, String projectId, {String? $fields}) Future<RunQueryResponse>
Queries for entities.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited