ProjectsSitesResource class

Constructors

ProjectsSitesResource(ApiRequester client)

Properties

channels ProjectsSitesChannelsResource
no setter
domains ProjectsSitesDomainsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
releases ProjectsSitesReleasesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versions ProjectsSitesVersionsResource
no setter

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.

Operators

operator ==(Object other) bool
The equality operator.
inherited