Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsLocationsBindingsFetchAvailableOptions

import type { ProjectsLocationsBindingsFetchAvailableOptions } from "https://googleapis.deno.dev/v1/agentregistry:v1.ts";

Additional options for AgentRegistry#projectsLocationsBindingsFetchAvailable.

interface ProjectsLocationsBindingsFetchAvailableOptions {
pageSize?: number;
pageToken?: string;
sourceIdentifier?: string;
targetIdentifier?: string;
}

§Properties

§
pageSize?: number
[src]

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.

§
pageToken?: string
[src]

Optional. A token identifying a page of results the server should return.

§
sourceIdentifier?: string
[src]

The identifier of the source Agent. Format: * urn:agent:{publisher}:{namespace}:{name}

§
targetIdentifier?: string
[src]

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}