ProjectsLocationsEndpointsListOptions
import type { ProjectsLocationsEndpointsListOptions } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";Additional options for AgentRegistry#projectsLocationsEndpointsList.
interface ProjectsLocationsEndpointsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Optional. A query string used to filter the list of endpoints returned.
The filter expression must follow AIP-160 syntax. Filtering is supported on
the name, display_name, description, version, and interfaces
fields. Some examples: * name = "projects/p1/locations/l1/endpoints/e1" *
display_name = "my-endpoint" * description = "my-endpoint-description"
version = "v1"*interfaces.transport = "HTTP_JSON"