ProjectsSitesResource class
Methods
-
create(Site request, String parent, {String? siteId, String? $fields})
→ Future<Site>
-
Creates a new Hosting Site in the specified parent Firebase project.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes the specified Hosting Site from the specified parent Firebase
project.
-
get(String name, {String? $fields})
→ Future<Site>
-
Gets the specified Hosting Site.
-
getConfig(String name, {String? $fields})
→ Future<SiteConfig>
-
Gets the Hosting metadata for a specific site.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListSitesResponse>
-
Lists each Hosting Site associated with the specified parent Firebase
project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Site request, String name, {String? updateMask, String? $fields})
→ Future<Site>
-
Updates attributes of the specified Hosting Site.
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateConfig(SiteConfig request, String name, {String? updateMask, String? $fields})
→ Future<SiteConfig>
-
Sets the Hosting metadata for a specific site.