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"