2026-04-09
▼ ▲ agentregistry.projects.locations.bindings.list
Path : v1alpha/{+parent}/bindings
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/bindings
HTTP Method : GET
Parameters :
parent
Description : Required. The project and location to list bindings in. Expected format: `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. Requested page size. Server may return fewer items than requested. Page size is 500 if unspecified and is capped at `500` even if a larger value is given.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A token identifying a page of results the server should return.
Location : query
Type : string
filter
Description : Optional. A query string used to filter the list of bindings returned. The filter expression must follow AIP-160 syntax.
Location : query
Type : string
orderBy
Description : Optional. Hint for how to order the results
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Lists Bindings in a given project and location.
▼ ▲ agentregistry.projects.locations.bindings.get
Path : v1alpha/{+name}
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/bindings/{bindingsId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the Binding. Format: `projects/{project}/locations/{location}/bindings/{binding}`.
Pattern : ^projects/[^/]+/locations/[^/]+/bindings/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Gets details of a single Binding.
▼ ▲ agentregistry.projects.locations.bindings.create
Path : v1alpha/{+parent}/bindings
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/bindings
HTTP Method : POST
Parameters :
parent
Description : Required. The project and location to create the Binding in. Expected format: `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
bindingId
Description : 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])?$`.
Location : query
Type : string
requestId
Description : 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 was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Creates a new Binding in a given project and location.
▼ ▲ agentregistry.projects.locations.bindings.patch
Path : v1alpha/{+name}
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/bindings/{bindingsId}
HTTP Method : PATCH
Parameters :
name
Description : Required. Identifier. The resource name of the Binding. Format: `projects/{project}/locations/{location}/bindings/{binding}`.
Pattern : ^projects/[^/]+/locations/[^/]+/bindings/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. Field mask is used to specify the fields to be overwritten in the Binding resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields present in the request will be overwritten.
Location : query
Type : string
Format : google-fieldmask
requestId
Description : 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 was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Location : query
Type : string
Parameter Order : name
Scopes :
Description : Updates the parameters of a single Binding.
▼ ▲ agentregistry.projects.locations.bindings.delete
Path : v1alpha/{+name}
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/bindings/{bindingsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the Binding. Format: `projects/{project}/locations/{location}/bindings/{binding}`.
Pattern : ^projects/[^/]+/locations/[^/]+/bindings/[^/]+$
Location : path
Required : Yes
Type : string
requestId
Description : 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 after 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 was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
Location : query
Type : string
Parameter Order : name
Scopes :
Description : Deletes a single Binding.
▼ ▲ agentregistry.projects.locations.bindings.fetchAvailable
Path : v1alpha/{+parent}/bindings:fetchAvailable
Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/bindings:fetchAvailable
HTTP Method : GET
Parameters :
parent
Description : Required. The parent, in the format `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
sourceIdentifier
Description : The identifier of the source Agent. Format: * `urn:agent:{publisher}:{namespace}:{name}`
Location : query
Type : string
targetIdentifier
Description : Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format: * `urn:agent:{publisher}:{namespace}:{name}` * `urn:mcp:{publisher}:{namespace}:{name}` * `urn:endpoint:{publisher}:{namespace}:{name}`
Location : query
Type : string
pageSize
Description : Optional. Requested page size. Server may return fewer items than requested. Page size is 500 if unspecified and is capped at `500` even if a larger value is given.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A token identifying a page of results the server should return.
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Fetches available Bindings.