Skip to main content

Gcp/firebasedataconnect

@swamp/gcp/firebasedataconnectv2026.07.31.1· 1d agoMODELS
01README

Google Cloud firebasedataconnect infrastructure models

02Release Notes
  • Updated: services
03Models4
@swamp/gcp/firebasedataconnect/locationsv2026.07.29.1locations.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
namestringThe resource that owns the locations collection, if applicable.
fn get(identifier: string)
Get a locations
ArgumentTypeDescription
identifierstringThe name of the locations
fn sync(identifier?: string)
Sync locations state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific locations by name (e.g. one discovered by list)
fn list(extraLocationTypes?: string, filter?: string, pageSize?: number, maxPages?: number)
List locations resources
ArgumentTypeDescription
extraLocationTypes?stringOptional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.
filter?stringA filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize?numberThe maximum number of results to return. If not set, the service selects a default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/firebasedataconnect/servicesv2026.07.31.1services.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
annotations?recordOptional. Stores small amounts of arbitrary data.
displayName?stringOptional. Mutable human-readable name. 63 character limit.
labels?recordOptional. Labels as key value pairs.
name?stringIdentifier. The relative resource name of the Firebase SQL Connect service, in the format: ` projects/{project}/locations/{location}/services/{service} ` Note that the service ID is specific to Firebase SQL Connect and does not correspond to any of the instance IDs of the underlying data source connections.
source?objectOptional. Input only. The source files for service, schemas, and connectors.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w
serviceId?stringRequired. The ID to use for the service, which will become the final component of the service's resource name.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a services
fn get(identifier: string)
Get a services
ArgumentTypeDescription
identifierstringThe name of the services
fn update(identifier?: string)
Update services attributes
ArgumentTypeDescription
identifier?stringTarget a specific services by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the services
ArgumentTypeDescription
identifierstringThe name of the services
fn sync(identifier?: string)
Sync services state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific services by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List services resources
ArgumentTypeDescription
filter?stringOptional. Filtering results.
orderBy?stringOptional. Hint for how to order the results.
pageSize?numberOptional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn execute_graphql(extensions?: any, operationName?: any, query?: any, variables?: any)
execute graphql
ArgumentTypeDescription
extensions?any
operationName?any
query?any
variables?any
fn execute_graphql_read(extensions?: any, operationName?: any, query?: any, variables?: any)
execute graphql read
ArgumentTypeDescription
extensions?any
operationName?any
query?any
variables?any
fn generate_query(prompt?: any, schemas?: any)
generate query
ArgumentTypeDescription
prompt?any
schemas?any
fn generate_schema(prompt?: any)
generate schema
ArgumentTypeDescription
prompt?any
fn introspect_graphql(extensions?: any, operationName?: any, query?: any, variables?: any)
introspect graphql
ArgumentTypeDescription
extensions?any
operationName?any
query?any
variables?any

Resources

state(infinite)— A Firebase SQL Connect service.
@swamp/gcp/firebasedataconnect/services-connectorsv2026.07.29.1services_connectors.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
annotations?recordOptional. Stores small amounts of arbitrary data.
clientCache?objectOptional. The client cache settings of the connector.
displayName?stringOptional. Mutable human-readable name. 63 character limit.
labels?recordOptional. Labels as key value pairs.
name?stringIdentifier. The relative resource name of the connector, in the format: ` projects/{project}/locations/{location}/services/{service}/connectors/{connector} `
source?objectRequired. The source files that comprise the connector.
connectorId?stringRequired. The ID to use for the connector, which will become the final component of the connector's resource name.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a connectors
fn get(identifier: string)
Get a connectors
ArgumentTypeDescription
identifierstringThe name of the connectors
fn update(identifier?: string)
Update connectors attributes
ArgumentTypeDescription
identifier?stringTarget a specific connectors by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the connectors
ArgumentTypeDescription
identifierstringThe name of the connectors
fn sync(identifier?: string)
Sync connectors state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific connectors by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List connectors resources
ArgumentTypeDescription
filter?stringOptional. Filtering results.
orderBy?stringOptional. Hint for how to order the results.
pageSize?numberOptional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)
fn execute_mutation(operationName?: any, variables?: any)
execute mutation
ArgumentTypeDescription
operationName?any
variables?any
fn execute_query(operationName?: any, variables?: any)
execute query
ArgumentTypeDescription
operationName?any
variables?any
fn impersonate_mutation(extensions?: any, operationName?: any, variables?: any)
impersonate mutation
ArgumentTypeDescription
extensions?any
operationName?any
variables?any
fn impersonate_query(extensions?: any, operationName?: any, variables?: any)
impersonate query
ArgumentTypeDescription
extensions?any
operationName?any
variables?any

Resources

state(infinite)— Connector consists of a set of operations, i.e. queries and mutations.
@swamp/gcp/firebasedataconnect/services-schemasv2026.07.29.1services_schemas.ts

Global Arguments

ArgumentTypeDescription
accessToken?stringGCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault.
credentialsJson?stringGCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault.
project?stringGCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables.
scopes?stringComma-separated OAuth scopes to request when minting access tokens via gcloud. Defaults to the API's Discovery Document scopes.
quotaProject?stringGCP project ID for quota and billing attribution; sets the x-goog-user-project header. Overrides GOOGLE_CLOUD_QUOTA_PROJECT environment variable. Required for APIs like Cloud Identity when using user credentials.
annotations?recordOptional. Stores small amounts of arbitrary data.
datasources?arrayRequired. The data sources linked in the schema.
displayName?stringOptional. Mutable human-readable name. 63 character limit.
labels?recordOptional. Labels as key value pairs.
name?stringIdentifier. The relative resource name of the schema, in the format: ` projects/{project}/locations/{location}/services/{service}/schemas/{schema} ` Right now, the only supported schema is "main".
source?objectRequired. The source files that comprise the application schema.
requestId?stringOptional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID w
schemaId?stringRequired. The ID to use for the schema, which will become the final component of the schema's resource name. Currently, only `main` is supported and any other schema ID will result in an error.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a schemas
fn get(identifier: string)
Get a schemas
ArgumentTypeDescription
identifierstringThe name of the schemas
fn update(identifier?: string)
Update schemas attributes
ArgumentTypeDescription
identifier?stringTarget a specific schemas by name (e.g. one discovered by list)
fn delete(identifier: string)
Delete the schemas
ArgumentTypeDescription
identifierstringThe name of the schemas
fn sync(identifier?: string)
Sync schemas state from GCP
ArgumentTypeDescription
identifier?stringTarget a specific schemas by name (e.g. one discovered by list)
fn list(filter?: string, orderBy?: string, pageSize?: number, maxPages?: number)
List schemas resources
ArgumentTypeDescription
filter?stringOptional. Filtering results.
orderBy?stringOptional. Hint for how to order the results.
pageSize?numberOptional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
maxPages?numberMaximum number of pages to fetch (default: 10)

Resources

state(infinite)— The application schema of a Firebase SQL Connect service.
04Previous Versions19
2026.07.29.1
  • Updated: locations, services, services_connectors, services_schemas
2026.07.24.1
  • Updated: services_schemas
2026.07.21.4
  • Updated: locations, services, services_connectors, services_schemas
2026.07.21.1
  • Updated: services_connectors, services_schemas
2026.07.20.2
  • Updated: locations, services, services_connectors, services_schemas

Modified 1 models

2026.07.20.1
  • Updated: locations, services, services_connectors, services_schemas

Modified 1 models

2026.07.19.2
  • Updated: locations
2026.07.19.1
  • Updated: locations, services, services_connectors, services_schemas
2026.07.18.2
  • Updated: locations, services, services_connectors, services_schemas
2026.07.17.2
  • Updated: services, services_connectors, services_schemas
2026.07.17.1
  • Updated: services, services_connectors, services_schemas
2026.06.08.2
  • Updated: locations, services, services_connectors, services_schemas
2026.06.07.1
  • Updated: locations, services, services_connectors, services_schemas
2026.06.05.1
  • Updated: locations, services, services_connectors, services_schemas
2026.05.26.1
  • Updated: locations, services, services_schemas

Modified 1 models

2026.05.25.1
  • Updated: locations, services, services_connectors, services_schemas

Modified 4 models

2026.05.24.1
  • Updated: locations, services, services_connectors, services_schemas
2026.05.21.2
  • Updated: locations, services, services_connectors, services_schemas
2026.05.21.1
05Stats
A
100 / 100
Downloads
0
Archive size
67.0 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels