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

Location

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

A resource that represents a Google Cloud location.

interface Location {
displayName?: string;
labels?: {
[key: string]: string;
}
;
locationId?: string;
metadata?: {
[key: string]: any;
}
;
name?: string;
}

§Properties

§
displayName?: string
[src]

The friendly name for this location, typically a nearby city name. For example, "Tokyo".

§
labels?: {
[key: string]: string;
}
[src]

Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}

§
locationId?: string
[src]

The canonical id for this location. For example: "us-east1".

§
metadata?: {
[key: string]: any;
}
[src]

Service-specific metadata. For example the available capacity at the given location.

§
name?: string
[src]

Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1"