CloudLocationFinder
import { CloudLocationFinder } from "https://googleapis.deno.dev/v1/cloudlocationfinder:v1alpha.ts";
class CloudLocationFinder {}
async projectsLocationsCloudLocationsList(parent: string, opts?: ProjectsLocationsCloudLocationsListOptions): Promise<ListCloudLocationsResponse>;
async projectsLocationsCloudLocationsSearch(parent: string, opts?: ProjectsLocationsCloudLocationsSearchOptions): Promise<SearchCloudLocationsResponse>;
async projectsLocationsList(name: string, opts?: ProjectsLocationsListOptions): Promise<ListLocationsResponse>;
§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}
§
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.