Cloud Firestore API (firestore:v1beta1)

2026-07-10

6 updated methods

Updates

    Methods
  • firestore.projects.databases.documents.patch

      Parameters :

        requestOptions.requestTags

          Description : Optional. The request tags for the request.

          Location : query

          Repeated : Yes

          Type : string

  • firestore.projects.databases.documents.createDocument

      Parameters :

        requestOptions.requestTags

          Description : Optional. The request tags for the request.

          Location : query

          Type : string

          Repeated : Yes

  • firestore.projects.databases.documents.delete

      Parameters :

        requestOptions.requestTags

          Repeated : Yes

          Type : string

          Description : Optional. The request tags for the request.

          Location : query

  • firestore.projects.databases.documents.get

      Parameters :

        requestOptions.requestTags

          Description : Optional. The request tags for the request.

          Location : query

          Repeated : Yes

          Type : string

  • firestore.projects.databases.documents.listDocuments

      Parameters :

        requestOptions.requestTags

          Description : Optional. The request tags for the request.

          Location : query

          Type : string

          Repeated : Yes

        recursive

          Description : Optional. If the list should recursively include all documents nested under the parent at any level. If the request specifies a `collection_id`, then the list will include all nested documents in the collection under the parent. This is optional, and when not provided, Firestore will only list documents nested immediately under the parent. Requests with `recursive` may not specify `show_missing`.

          Location : query

          Type : boolean

  • firestore.projects.databases.documents.list

      Parameters :

        recursive

          Description : Optional. If the list should recursively include all documents nested under the parent at any level. If the request specifies a `collection_id`, then the list will include all nested documents in the collection under the parent. This is optional, and when not provided, Firestore will only list documents nested immediately under the parent. Requests with `recursive` may not specify `show_missing`.

          Location : query

          Type : boolean

        requestOptions.requestTags

          Description : Optional. The request tags for the request.

          Location : query

          Type : string

          Repeated : Yes