Firebasehosting_v1beta1Functions

Functions

Link copied to clipboard

Retrieves information for the specified channel of the specified site.

suspend fun getChannel(argument: suspend GetChannelPlainArgsBuilder.() -> Unit): GetChannelResult
suspend fun getChannel(channelId: String, project: String? = null, siteId: String): GetChannelResult
Link copied to clipboard

Gets a domain mapping on the specified site.

suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult
suspend fun getDomain(domainId: String, project: String? = null, siteId: String): GetDomainResult
Link copied to clipboard

Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default live channel and any active preview channels for the specified site.

suspend fun getRelease(argument: suspend GetReleasePlainArgsBuilder.() -> Unit): GetReleaseResult
suspend fun getRelease(channelId: String, project: String? = null, releaseId: String, siteId: String): GetReleaseResult
Link copied to clipboard
suspend fun getSite(argument: GetSitePlainArgs): GetSiteResult

Gets the specified Hosting Site.

suspend fun getSite(argument: suspend GetSitePlainArgsBuilder.() -> Unit): GetSiteResult
suspend fun getSite(project: String? = null, siteId: String): GetSiteResult
Link copied to clipboard

Get the specified version that has been created for the specified site. This can include versions that were created for the default live channel or for any active preview channels for the specified site.

suspend fun getVersion(argument: suspend GetVersionPlainArgsBuilder.() -> Unit): GetVersionResult
suspend fun getVersion(project: String? = null, siteId: String, versionId: String): GetVersionResult