Firebase Data Connect API (firebasedataconnect:v1)

2026-05-08

2 new methods

Additions

    Methods
  • firebasedataconnect.projects.locations.services.generateSchema

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/services/[^/]+$

          Location : path

          Required : Yes

          Type : string

          Description : Required. The resource name of the service in which to generate the schema. Format: projects/{project}/locations/{location}/services/{service}

      Path : v1/{+name}:generateSchema

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : POST

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:generateSchema

      Description : Generates GraphQL schema based on a natural language prompt or data description. This allows users to scaffold new types and tables quickly. Streams results with real-time status and output chunks.

  • firebasedataconnect.projects.locations.services.generateQuery

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/services/{servicesId}:generateQuery

      Description : Generates a GraphQL query based on a natural language prompt and the provided schema context. This is a stateless method; the schema is provided per request to support local development states. Streams results with real-time status and output chunks.

      Parameter Order : name

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}:generateQuery

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/services/[^/]+$

          Location : path

          Required : Yes

          Type : string

          Description : Required. The resource name of the service in which to generate the query. Format: projects/{project}/locations/{location}/services/{service}