Cloud Firestore API

访问专为自动扩展、高性能和易于应用程序开发而构建的 NoSQL 文档数据库。

服务:firestore.googleapis.com

创建 RPC 客户端存根需要服务名称firestore.googleapis.com

google.cloud.location.Locations

方法
GetLocation获取有关位置的信息。
ListLocations列出有关此服务支持的位置的信息。

google.firestore.admin.v1.FirestoreAdmin

方法
CreateBackupSchedule在数据库上创建备份计划。
CreateDatabase创建数据库。
CreateIndex创建复合索引。
DeleteBackup删除备份。
DeleteBackupSchedule删除备份计划。
DeleteDatabase删除数据库。
DeleteIndex删除复合索引。
ExportDocuments将全部或部分文档的副本从 Google Cloud Firestore 导出到另一个存储系统,例如 Google Cloud Storage。
GetBackup获取有关备份的信息。
GetBackupSchedule获取有关备份计划的信息。
GetDatabase获取有关数据库的信息。
GetField获取字段的元数据和配置。
GetIndex获取复合索引。
ImportDocuments将文档导入 Google Cloud Firestore。
ListBackupSchedules列出备份计划。
ListBackups列出所有备份。
ListDatabases列出项目中的所有数据库。
ListFields列出该数据库的字段配置和元数据。
ListIndexes列出复合索引。
RestoreDatabase通过从现有备份恢复来创建新数据库。
UpdateBackupSchedule更新备份计划。
UpdateDatabase更新数据库。
UpdateField更新字段配置。

google.firestore.admin.v1beta1.FirestoreAdmin

方法
CreateIndex创建指定的索引。
DeleteIndex删除索引。
ExportDocuments将全部或部分文档的副本从 Google Cloud Firestore 导出到另一个存储系统,例如 Google Cloud Storage。
GetIndex获取索引。
ImportDocuments将文档导入 Google Cloud Firestore。
ListIndexes列出与指定过滤器匹配的索引。

google.firestore.admin.v1beta2.FirestoreAdmin

方法
CreateIndex创建复合索引。
DeleteIndex删除复合索引。
ExportDocuments将全部或部分文档的副本从 Google Cloud Firestore 导出到另一个存储系统,例如 Google Cloud Storage。
GetField获取字段的元数据和配置。
GetIndex获取复合索引。
ImportDocuments将文档导入 Google Cloud Firestore。
ListFields列出该数据库的字段配置和元数据。
ListIndexes列出复合索引。
UpdateField更新字段配置。

google.firestore.v1.Firestore

方法
BatchGetDocuments获取多个文档。
BatchWrite应用一批写操作。
BeginTransaction开始新的交易。
Commit提交事务,同时可以选择更新文档。
CreateDocument创建一个新文档。
DeleteDocument删除文档。
GetDocument获取单个文档。
ListCollectionIds列出文档下的所有集合 ID。
ListDocuments列出文档。
Listen倾听变化。
PartitionQuery通过返回可用于并行运行查询的分区游标对查询进行分区。
Rollback回滚事务。
RunAggregationQuery运行聚合查询。
RunQuery运行查询。
UpdateDocument更新或插入文档。
Write按顺序流式传输批量文档更新和删除。

google.firestore.v1beta1.Firestore

方法
BatchGetDocuments获取多个文档。
BatchWrite应用一批写操作。
BeginTransaction开始新的交易。
Commit提交事务,同时可以选择更新文档。
CreateDocument创建一个新文档。
DeleteDocument删除文档。
GetDocument获取单个文档。
ListCollectionIds列出文档下的所有集合 ID。
ListDocuments列出文档。
Listen倾听变化。
PartitionQuery通过返回可用于并行运行查询的分区游标对查询进行分区。
Rollback回滚事务。
RunAggregationQuery运行聚合查询。
RunQuery运行查询。
UpdateDocument更新或插入文档。
Write按顺序流式传输批量文档更新和删除。

google.longrunning.Operations

方法
CancelOperation开始对长时间运行的操作进行异步取消。
DeleteOperation删除长时间运行的操作。
GetOperation获取长时间运行的操作的最新状态。
ListOperations列出与请求中指定过滤器匹配的操作。
WaitOperation等待指定的长时间运行的操作完成或最多达到指定的超时,然后返回最新状态。