01README
Google Cloud connectors infrastructure models
02Models
@swamp/gcp/connectors/connections-actionsv2026.04.23.1connections_actions.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a actions
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the actions |
fn sync()
Sync actions state from GCP
fn execute(executionConfig?: any, parameters?: any)
execute
| Argument | Type | Description |
|---|---|---|
| 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a entityTypes
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| fields? | record | Fields of the entity. The key is name of the field and the value contains the applicable `google.protobuf.Value` entry for this field. |
| metadata? | record | Metadata like service latency, etc. |
| executionConfig_headers? | string | headers to be used for the request. For example: headers:\ |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a entities
fn get(identifier: string)
Get a entities
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the entities |
fn update()
Update entities attributes
fn delete(identifier: string)
Delete the entities
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a resources
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the resources |
fn sync()
Sync resources state from GCP
fn get_resource_post(executionConfig?: any, toolSpec?: any)
get resource post
| Argument | Type | Description |
|---|---|---|
| executionConfig? | any | |
| toolSpec? | any |
Resources
state(infinite)— Gets a specific resource.
@swamp/gcp/connectors/connections-toolsv2026.04.23.1connections_tools.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn get(identifier: string)
Get a tools
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the tools |
fn sync()
Sync tools state from GCP
fn execute(executionConfig?: any, parameters?: any, toolDefinition?: any)
execute
| Argument | Type | Description |
|---|---|---|
| executionConfig? | any | |
| parameters? | any | |
| toolDefinition? | any |
Resources
state(infinite)— Message representing a single tool.
03Previous Versions
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