Skip to main content

Gcp/connectors

@swamp/gcp/connectorsv2026.04.23.1· 8d agoMODELS
01README

Google Cloud connectors infrastructure models

02Models5
@swamp/gcp/connectors/connections-actionsv2026.04.23.1connections_actions.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn get(identifier: string)
Get a actions
ArgumentTypeDescription
identifierstringThe name of the actions
fn sync()
Sync actions state from GCP
fn execute(executionConfig?: any, parameters?: any)
execute
ArgumentTypeDescription
executionConfig?any
parameters?any

Resources

state(infinite)— Action message contains metadata information about a single action present in...
@swamp/gcp/connectors/connections-entitytypesv2026.04.23.1connections_entitytypes.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn get(identifier: string)
Get a entityTypes
ArgumentTypeDescription
identifierstringThe name of the entityTypes
fn sync()
Sync entityTypes state from GCP

Resources

state(infinite)— EntityType message contains metadata information about a single entity type p...
@swamp/gcp/connectors/connections-entitytypes-entitiesv2026.04.23.1connections_entitytypes_entities.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fields?recordFields of the entity. The key is name of the field and the value contains the applicable `google.protobuf.Value` entry for this field.
metadata?recordMetadata like service latency, etc.
executionConfig_headers?stringheaders to be used for the request. For example: headers:\
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn create()
Create a entities
fn get(identifier: string)
Get a entities
ArgumentTypeDescription
identifierstringThe name of the entities
fn update()
Update entities attributes
fn delete(identifier: string)
Delete the entities
ArgumentTypeDescription
identifierstringThe name of the entities
fn sync()
Sync entities state from GCP
fn update_entities_with_conditions(fields?: any, metadata?: any, name?: any)
update entities with conditions
ArgumentTypeDescription
fields?any
metadata?any
name?any

Resources

state(infinite)— 'Entity row'/ 'Entity' refers to a single row of an entity type.
@swamp/gcp/connectors/connections-resourcesv2026.04.23.1connections_resources.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn get(identifier: string)
Get a resources
ArgumentTypeDescription
identifierstringThe name of the resources
fn sync()
Sync resources state from GCP
fn get_resource_post(executionConfig?: any, toolSpec?: any)
get resource post
ArgumentTypeDescription
executionConfig?any
toolSpec?any

Resources

state(infinite)— Gets a specific resource.
@swamp/gcp/connectors/connections-toolsv2026.04.23.1connections_tools.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
fn get(identifier: string)
Get a tools
ArgumentTypeDescription
identifierstringThe name of the tools
fn sync()
Sync tools state from GCP
fn execute(executionConfig?: any, parameters?: any, toolDefinition?: any)
execute
ArgumentTypeDescription
executionConfig?any
parameters?any
toolDefinition?any

Resources

state(infinite)— Message representing a single tool.
03Previous Versions4
2026.04.03.3Apr 3, 2026
  • Updated: connections_actions, connections_entitytypes, connections_entitytypes_entities, connections_resources, connections_tools
2026.04.03.1Apr 3, 2026
  • Updated: connections_actions, connections_entitytypes, connections_entitytypes_entities, connections_resources, connections_tools
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
  • Added: connections_actions, connections_entitytypes, connections_entitytypes_entities, connections_resources, connections_tools
04Stats
A
100 / 100
Downloads
0
Archive size
20.8 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 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
05Platforms
06Labels