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

CloudLocationFinder

import { CloudLocationFinder } from "https://googleapis.deno.dev/v1/cloudlocationfinder:v1alpha.ts";
class CloudLocationFinder {
constructor(client?: CredentialsClient, baseUrl?: string);
async projectsLocationsCloudLocationsGet(name: string): Promise<CloudLocation>;
async projectsLocationsCloudLocationsList(parent: string, opts?: ProjectsLocationsCloudLocationsListOptions): Promise<ListCloudLocationsResponse>;
async projectsLocationsCloudLocationsSearch(parent: string, opts?: ProjectsLocationsCloudLocationsSearchOptions): Promise<SearchCloudLocationsResponse>;
async projectsLocationsGet(name: string): Promise<Location>;
async projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<ListLocationsResponse>;
}

§Constructors

§
new CloudLocationFinder(client?: CredentialsClient, baseUrl?: string)
[src]

§Methods

§
projectsLocationsCloudLocationsGet(name: string): Promise<CloudLocation>
[src]

Retrieves a resource containing information about a cloud location.

@param name

Required. Name of the resource.

§
projectsLocationsCloudLocationsList(parent: string, opts?: ProjectsLocationsCloudLocationsListOptions): Promise<ListCloudLocationsResponse>
[src]

Lists cloud locations under a given project and location.

@param parent

Required. The parent, which owns this collection of cloud locations. Format: projects/{project}/locations/{location}

§
projectsLocationsCloudLocationsSearch(parent: string, opts?: ProjectsLocationsCloudLocationsSearchOptions): Promise<SearchCloudLocationsResponse>
[src]

Searches for cloud locations from a given source location.

@param parent

Required. The parent, which owns this collection of cloud locations. Format: projects/{project}/locations/{location}

§
projectsLocationsGet(name: string): Promise<Location>
[src]

Gets information about a location.

@param name

Resource name for the location.

§
projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<ListLocationsResponse>
[src]

Lists information about the supported locations for this service.

@param name

The resource that owns the locations collection, if applicable.