Output only. The fully-qualified resource name of the Hosting site, in the format:
projects/PROJECT_IDENTIFIER/sites/SITE_ID
PROJECT_IDENTIFIER: the Firebase project's ProjectNumber(recommended) or its ProjectId. Learn more about using project identifiers in Google's AIP 2510 standard.
defaultUrl
string
Output only. The default URL for the Hosting site.
appId
string
Optional. The ID of a Web App associated with the Hosting site.
labels
map (key: string, value: string)
Optional. User-specified labels for the Hosting site.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-09-11 UTC."],[],[],null,["# REST Resource: projects.sites\n\nResource: Site\n--------------\n\nA `Site` represents a Firebase Hosting site.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"defaultUrl\": string, \"appId\": string, \"labels\": { string: string, ... }, \"type\": enum (/docs/reference/hosting/rest/v1beta1/projects.sites#Type) } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The fully-qualified resource name of the Hosting site, in the format: `projects/`\u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e`/sites/`\u003cvar translate=\"no\"\u003eSITE_ID\u003c/var\u003e \u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e: the Firebase project's [`ProjectNumber`](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). |\n| `defaultUrl` | `string` Output only. The default URL for the Hosting site. |\n| `appId` | `string` Optional. The [ID of a Web App](https://firebase.google.com/docs/reference/firebase-management/rest/v1beta1/projects.webApps#WebApp.FIELDS.app_id) associated with the Hosting site. |\n| `labels` | `map (key: string, value: string)` Optional. User-specified labels for the Hosting site. An object containing a list of `\"key\": value` pairs. Example: `{ \"name\": \"wrench\", \"mass\": \"1.3kg\", \"count\": \"3\" }`. |\n| `type` | `enum (`[Type](/docs/reference/hosting/rest/v1beta1/projects.sites#Type)`)` Output only. The type of Hosting site. Every Firebase project has a `DEFAULT_SITE`, which is created when Hosting is provisioned for the project. All additional sites are `USER_SITE`. |\n\nType\n----\n\nThe possible types of a site.\n\n| Enums ||\n|--------------------|----------------------------------------------------------------------------------|\n| `TYPE_UNSPECIFIED` | Unknown state, likely the result of an error on the backend. |\n| `DEFAULT_SITE` | The default Hosting site that is provisioned when a Firebase project is created. |\n| `USER_SITE` | A Hosting site that the user created. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/docs/reference/hosting/rest/v1beta1/projects.sites/create) | Creates a new Hosting [Site](/docs/reference/hosting/rest/v1beta1/projects.sites#Site) in the specified parent Firebase project. |\n| ### [delete](/docs/reference/hosting/rest/v1beta1/projects.sites/delete) | Deletes the specified Hosting [Site](/docs/reference/hosting/rest/v1beta1/projects.sites#Site) from the specified parent Firebase project. |\n| ### [get](/docs/reference/hosting/rest/v1beta1/projects.sites/get) | Gets the specified Hosting [Site](/docs/reference/hosting/rest/v1beta1/projects.sites#Site). |\n| ### [list](/docs/reference/hosting/rest/v1beta1/projects.sites/list) | Lists each Hosting [Site](/docs/reference/hosting/rest/v1beta1/projects.sites#Site) associated with the specified parent Firebase project. |\n| ### [patch](/docs/reference/hosting/rest/v1beta1/projects.sites/patch) | Updates attributes of the specified Hosting [Site](/docs/reference/hosting/rest/v1beta1/projects.sites#Site). |"]]