1type: google.api.Service 2config_version: 3 3name: firestore.googleapis.com 4title: Cloud Firestore API 5 6apis: 7- name: google.firestore.v1beta1.Firestore 8 9documentation: 10 summary: |- 11 Accesses the NoSQL document database built for automatic scaling, high 12 performance, and ease of application development. 13 rules: 14 - selector: google.cloud.location.Locations.GetLocation 15 description: Gets information about a location. 16 17 - selector: google.cloud.location.Locations.ListLocations 18 description: Lists information about the supported locations for this service. 19 20backend: 21 rules: 22 - selector: google.cloud.location.Locations.GetLocation 23 deadline: 295.0 24 - selector: google.cloud.location.Locations.ListLocations 25 deadline: 295.0 26 - selector: 'google.firestore.v1beta1.Firestore.*' 27 deadline: 295.0 28 - selector: 'google.longrunning.Operations.*' 29 deadline: 295.0 30 31authentication: 32 rules: 33 - selector: google.cloud.location.Locations.GetLocation 34 oauth: 35 canonical_scopes: |- 36 https://www.googleapis.com/auth/cloud-platform, 37 https://www.googleapis.com/auth/datastore 38 - selector: google.cloud.location.Locations.ListLocations 39 oauth: 40 canonical_scopes: |- 41 https://www.googleapis.com/auth/cloud-platform, 42 https://www.googleapis.com/auth/datastore 43 - selector: 'google.firestore.v1beta1.Firestore.*' 44 oauth: 45 canonical_scopes: |- 46 https://www.googleapis.com/auth/cloud-platform, 47 https://www.googleapis.com/auth/datastore 48 - selector: 'google.longrunning.Operations.*' 49 oauth: 50 canonical_scopes: |- 51 https://www.googleapis.com/auth/cloud-platform, 52 https://www.googleapis.com/auth/datastore 53