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

ProjectsLocationsServicesListOptions

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

Additional options for AgentRegistry#projectsLocationsServicesList.

interface ProjectsLocationsServicesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. A query string used to filter the list of services returned. The filter expression must follow AIP-160 syntax. Filtering is supported on the name, display_name, description, and labels fields. Some examples:

  • name = "projects/p1/locations/l1/services/s1" * display_name = "my-service" * description : "myservice description" * labels.env = "prod"
§
pageSize?: number
[src]

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

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