Skip to main content

@swamp/gcp/firebasedataconnect

v2026.04.23.1

Google Cloud firebasedataconnect infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-cloudfirebasedataconnectcloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/gcp/firebasedataconnect

@swamp/gcp/firebasedataconnect/locationsv2026.04.23.1locations.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
getGet a locations
ArgumentTypeDescription
identifierstringThe name of the locations
syncSync locations state from GCP

Resources

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

Global Arguments

ArgumentTypeDescription
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 Data Connect service, in the format: ` projects/{project}/locations/{location}/services/{service} ` Note that the service ID is specific to Firebase Data Connect and does not correspond to any of the instance IDs of the underlying data source connections.
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')
createCreate a services
getGet a services
ArgumentTypeDescription
identifierstringThe name of the services
updateUpdate services attributes
deleteDelete the services
ArgumentTypeDescription
identifierstringThe name of the services
syncSync services state from GCP
execute_graphqlexecute graphql
ArgumentTypeDescription
extensions?any
operationName?any
query?any
variables?any
execute_graphql_readexecute graphql read
ArgumentTypeDescription
extensions?any
operationName?any
query?any
variables?any
introspect_graphqlintrospect graphql
ArgumentTypeDescription
extensions?any
operationName?any
query?any
variables?any

Resources

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

Global Arguments

ArgumentTypeDescription
annotations?recordOptional. Stores small amounts of arbitrary data.
clientCache?objectClient caching settings of a 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?objectUsed to represent a set of source files.
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
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a connectors
getGet a connectors
ArgumentTypeDescription
identifierstringThe name of the connectors
updateUpdate connectors attributes
deleteDelete the connectors
ArgumentTypeDescription
identifierstringThe name of the connectors
syncSync connectors state from GCP
execute_mutationexecute mutation
ArgumentTypeDescription
operationName?any
variables?any
execute_queryexecute query
ArgumentTypeDescription
operationName?any
variables?any
impersonate_mutationimpersonate mutation
ArgumentTypeDescription
extensions?any
operationName?any
variables?any
impersonate_queryimpersonate 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.04.23.1services_schemas.ts

Global Arguments

ArgumentTypeDescription
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?objectUsed to represent a set of source files.
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.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a schemas
getGet a schemas
ArgumentTypeDescription
identifierstringThe name of the schemas
updateUpdate schemas attributes
deleteDelete the schemas
ArgumentTypeDescription
identifierstringThe name of the schemas
syncSync schemas state from GCP

Resources

state(infinite)— The application schema of a Firebase Data Connect service.