Lines Matching full:site
102 <p class="firstline">Creates a new Hosting Site in the specified parent Firebase project. Note that…
105 <p class="firstline">Deletes the specified Hosting Site from the specified parent Firebase project.…
108 <p class="firstline">Gets the specified Hosting Site.</p>
111 <p class="firstline">Gets the Hosting metadata for a specific site.</p>
114 <p class="firstline">Lists each Hosting Site associated with the specified parent Firebase project.…
120 <p class="firstline">Updates attributes of the specified Hosting Site.</p>
123 <p class="firstline">Sets the Hosting metadata for a specific site.</p>
132 …<pre>Creates a new Hosting Site in the specified parent Firebase project. Note that Hosting sites …
135 …in which to create a Hosting site, in the format: projects/PROJECT_IDENTIFIER Refer to the `Site` …
139 { # A `Site` represents a Firebase Hosting site.
140 …api/reference/rest/v1beta1/projects.webApps#WebApp.FIELDS.app_id) associated with the Hosting site.
141 "defaultUrl": "A String", # Output only. The default URL for the Hosting site.
142 "labels": { # Optional. User-specified labels for the Hosting site.
145 …ng", # Output only. The fully-qualified resource name of the Hosting site, in the format: pro…
146 …"type": "A String", # Output only. The type of Hosting site. Every Firebase pr…
149 …que identifier for the Hosting site. This identifier is used to construct the Firebase-provisioned…
158 { # A `Site` represents a Firebase Hosting site.
159 …api/reference/rest/v1beta1/projects.webApps#WebApp.FIELDS.app_id) associated with the Hosting site.
160 "defaultUrl": "A String", # Output only. The default URL for the Hosting site.
161 "labels": { # Optional. User-specified labels for the Hosting site.
164 …ng", # Output only. The fully-qualified resource name of the Hosting site, in the format: pro…
165 …"type": "A String", # Output only. The type of Hosting site. Every Firebase pr…
171 <pre>Deletes the specified Hosting Site from the specified parent Firebase project.
174 … name for the Hosting site, in the format: projects/PROJECT_IDENTIFIER/sites/SITE_ID Refer to the …
189 <pre>Gets the specified Hosting Site.
192 … name for the Hosting site, in the format: projects/PROJECT_IDENTIFIER/sites/SITE_ID Refer to the …
201 { # A `Site` represents a Firebase Hosting site.
202 …api/reference/rest/v1beta1/projects.webApps#WebApp.FIELDS.app_id) associated with the Hosting site.
203 "defaultUrl": "A String", # Output only. The default URL for the Hosting site.
204 "labels": { # Optional. User-specified labels for the Hosting site.
207 …ng", # Output only. The fully-qualified resource name of the Hosting site, in the format: pro…
208 …"type": "A String", # Output only. The type of Hosting site. Every Firebase pr…
214 <pre>Gets the Hosting metadata for a specific site.
217 …name: string, Required. The site for which to get the SiteConfig, in the format: sites/ site-name/…
226 …{ # A `SiteConfig` contains metadata associated with a specific site that controls Firebase Hostin…
227 …"cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitor…
228 … String", # The number of FINALIZED versions that will be held for a site before automatic de…
234 <pre>Lists each Hosting Site associated with the specified parent Firebase project.
237 …es, in the format: projects/PROJECT_IDENTIFIER Refer to the `Site` [`name`](../projects#Site.FIELD…
250 "sites": [ # A list of Site objects associated with the specified Firebase project.
251 { # A `Site` represents a Firebase Hosting site.
252 …api/reference/rest/v1beta1/projects.webApps#WebApp.FIELDS.app_id) associated with the Hosting site.
253 … "defaultUrl": "A String", # Output only. The default URL for the Hosting site.
254 "labels": { # Optional. User-specified labels for the Hosting site.
257 …ng", # Output only. The fully-qualified resource name of the Hosting site, in the format: pro…
258 …"type": "A String", # Output only. The type of Hosting site. Every Firebase pr…
280 <pre>Updates attributes of the specified Hosting Site.
283 …name: string, Output only. The fully-qualified resource name of the Hosting site, in the format: p…
287 { # A `Site` represents a Firebase Hosting site.
288 …api/reference/rest/v1beta1/projects.webApps#WebApp.FIELDS.app_id) associated with the Hosting site.
289 "defaultUrl": "A String", # Output only. The default URL for the Hosting site.
290 "labels": { # Optional. User-specified labels for the Hosting site.
293 …ng", # Output only. The fully-qualified resource name of the Hosting site, in the format: pro…
294 …"type": "A String", # Output only. The type of Hosting site. Every Firebase pr…
297 updateMask: string, A set of field names from your Site that you want to update.
306 { # A `Site` represents a Firebase Hosting site.
307 …api/reference/rest/v1beta1/projects.webApps#WebApp.FIELDS.app_id) associated with the Hosting site.
308 "defaultUrl": "A String", # Output only. The default URL for the Hosting site.
309 "labels": { # Optional. User-specified labels for the Hosting site.
312 …ng", # Output only. The fully-qualified resource name of the Hosting site, in the format: pro…
313 …"type": "A String", # Output only. The type of Hosting site. Every Firebase pr…
319 <pre>Sets the Hosting metadata for a specific site.
322 …name: string, Required. The site for which to update the SiteConfig, in the format: sites/ site-na…
326 { # A `SiteConfig` contains metadata associated with a specific site that controls Firebase Hosting…
327 …"cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitor…
328 … String", # The number of FINALIZED versions that will be held for a site before automatic de…
331 …updateMask: string, A set of field names from your [site configuration](../sites.SiteConfig) that …
340 …{ # A `SiteConfig` contains metadata associated with a specific site that controls Firebase Hostin…
341 …"cloudLoggingEnabled": True or False, # Whether or not web requests made by site visitor…
342 … String", # The number of FINALIZED versions that will be held for a site before automatic de…