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

ProjectsLocationsCloudLocationsSearchOptions

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

Additional options for CloudLocationFinder#projectsLocationsCloudLocationsSearch.

interface ProjectsLocationsCloudLocationsSearchOptions {
pageSize?: number;
pageToken?: string;
query?: string;
sourceCloudLocation?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of cloud locations to return. The service might return fewer cloud locations than this value. If unspecified, server will pick an appropriate default.

§
pageToken?: string
[src]

Optional. A token identifying a page of results the server should return. Provide Page token returned by a previous 'ListCloudLocations' call to retrieve the next page of results. When paginating, all other parameters provided to 'ListCloudLocations' must match the call that provided the page token.

§
query?: string
[src]

Optional. The query string in search query syntax. While filter is used to filter the search results by attributes, query is used to specify the search requirements.

§
sourceCloudLocation?: string
[src]

Required. The source cloud location to search from. Example search can be searching nearby cloud locations from the source cloud location by latency.