ProjectInfo
import type { ProjectInfo } from "https://googleapis.deno.dev/v1/firebase:v1beta1.ts";
A reference to a Google Cloud Project
.
interface ProjectInfo {
displayName?: string;
locationId?: string;
project?: string;
}§Properties
§
displayName?: string
[src]The user-assigned display name of the Google Cloud Project
, for example:
My App
.
§
locationId?: string
[src]DEPRECATED Instead, use product-specific REST APIs to work with the location of each resource in a Project. This field may not be populated, especially for newly provisioned projects after October 30, 2024. The ID of the Project's "location for default Google Cloud resources". The location is one of the available Google App Engine locations. Not all Projects will have this field populated. If it is not populated, it means that the Project does not yet have a location for default Google Cloud resources.