01README
Google Cloud agentregistry infrastructure models
02Models
@swamp/gcp/agentregistry/agentsv2026.04.23.1agents.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 agents
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the agents |
fn sync()
Sync agents state from GCP
fn search(pageSize?: any, pageToken?: any, searchString?: any)
search
| Argument | Type | Description |
|---|---|---|
| pageSize? | any | |
| pageToken? | any | |
| searchString? | any |
Resources
state(infinite)— Represents an Agent. "A2A" below refers to the Agent-to-Agent protocol.
@swamp/gcp/agentregistry/bindingsv2026.04.23.1bindings.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| authProviderBinding? | object | The AuthProvider of the Binding. |
| description? | string | Optional. User-defined description of a Binding. Can have a maximum length of `2048` characters. |
| displayName? | string | Optional. User-defined display name for the Binding. Can have a maximum length of `63` characters. |
| name? | string | Required. Identifier. The resource name of the Binding. Format: `projects/{project}/locations/{location}/bindings/{binding}`. |
| source? | object | The source of the Binding. |
| target? | object | The target of the Binding. |
| bindingId? | string | Required. The ID to use for the binding, which will become the final component of the binding's resource name. This value should be 4-63 characters, and must conform to RFC-1034. Specifically, it must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. |
| requestId? | string | Optional. 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? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a bindings
fn get(identifier: string)
Get a bindings
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bindings |
fn update()
Update bindings attributes
fn delete(identifier: string)
Delete the bindings
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the bindings |
fn sync()
Sync bindings state from GCP
fn fetch_available()
fetch available
Resources
state(infinite)— Represents a user-defined Binding.
@swamp/gcp/agentregistry/endpointsv2026.04.23.1endpoints.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 endpoints
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the endpoints |
fn sync()
Sync endpoints state from GCP
Resources
state(infinite)— Represents an Endpoint.
@swamp/gcp/agentregistry/locationsv2026.04.23.1locations.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a locations
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the locations |
fn sync()
Sync locations state from GCP
Resources
state(infinite)— A resource that represents a Google Cloud location.
@swamp/gcp/agentregistry/mcpserversv2026.04.23.1mcpservers.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 mcpServers
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the mcpServers |
fn sync()
Sync mcpServers state from GCP
fn search(pageSize?: any, pageToken?: any, searchString?: any)
search
| Argument | Type | Description |
|---|---|---|
| pageSize? | any | |
| pageToken? | any | |
| searchString? | any |
Resources
state(infinite)— Represents an MCP (Model Context Protocol) Server.
@swamp/gcp/agentregistry/servicesv2026.04.23.1services.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| agentSpec? | object | The spec of the agent. |
| description? | string | Optional. User-defined description of an Service. Can have a maximum length of `2048` characters. |
| displayName? | string | Optional. User-defined display name for the Service. Can have a maximum length of `63` characters. |
| endpointSpec? | object | The spec of the endpoint. |
| interfaces? | array | Optional. The connection details for the Service. |
| mcpServerSpec? | object | The spec of the MCP Server. |
| name? | string | Identifier. The resource name of the Service. Format: `projects/{project}/locations/{location}/services/{service}`. |
| requestId? | string | Optional. 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? | string | Required. The ID to use for the service, which will become the final component of the service's resource name. This value should be 4-63 characters, and valid characters are `/a-z-/`. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
fn create()
Create a services
fn get(identifier: string)
Get a services
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the services |
fn update()
Update services attributes
fn delete(identifier: string)
Delete the services
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the services |
fn sync()
Sync services state from GCP
Resources
state(infinite)— Represents a user-defined Service.
03Previous Versions
2026.04.09.1Apr 9, 2026
- Added: bindings
Added 1 models
2026.04.07.1Apr 7, 2026
- Updated: agents, mcpservers
Modified 2 models
2026.04.03.3Apr 3, 2026
- Updated: locations, agents, endpoints, mcpservers, services
2026.04.03.1Apr 3, 2026
- Updated: locations, agents, endpoints, mcpservers, services
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: locations, agents, endpoints, mcpservers, services
04Stats
A
100 / 100
Downloads
0
Archive size
24.7 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