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

ProjectsLocationsIndexEndpointsListOptions

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

Additional options for AIplatform#projectsLocationsIndexEndpointsList.

interface ProjectsLocationsIndexEndpointsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
readMask?: string;
}

§Properties

§
filter?: string
[src]

Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * index_endpoint supports = and !=. index_endpoint represents the IndexEndpoint ID, ie. the last segment of the IndexEndpoint's resourcename. * display_name supports =, != and regex() (uses re2 syntax) * labels supports general map functions that is: labels.key=value - key:value equality labels.key:* or labels:key - key existence A key including a space must be quoted. labels."a key". Some examples: * index_endpoint="1"*display_name="myDisplayName"*regex(display_name, "^A") -> The display name starts with an A. * labels.myKey="myValue"

§
pageSize?: number
[src]

Optional. The standard list page size.

§
pageToken?: string
[src]

Optional. The standard list page token. Typically obtained via ListIndexEndpointsResponse.next_page_token of the previous IndexEndpointService.ListIndexEndpoints call.

§
readMask?: string
[src]

Optional. Mask specifying which fields to read.