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.