google_api_firebase_hosting v0.7.0 API Reference
Modules
API calls for all endpoints tagged Projects
.
API calls for all endpoints tagged Sites
.
Handle Tesla connections for GoogleApi.FirebaseHosting.V1beta1.
Contains metadata about the user who performed an action, such as creating a release or finalizing a version.
Represents a DNS certificate challenge.
Represents an HTTP certificate challenge.
A configured rewrite that directs requests to a Cloud Run service. If the
Cloud Run service does not exist when setting or updating your Firebase
Hosting configuration, then the request fails. Any errors from the Cloud Run
service are passed to the end user (for example, if you delete a service, any
requests directed to that service receive a 404
error).
The intended behavior and status information of a domain.
The current certificate provisioning status information for a domain.
Defines the behavior of a domain-level redirect. Domain redirects preserve the path of the redirect but replace the requested domain with the one specified in the redirect configuration.
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance
A header
defines custom headers to
add to a response should the request URL path match the pattern.
The response to listing Domains.
The response when listing Releases.
The response when listing a Version's Files..
The response when listing Versions.
This resource represents a long-running operation that is the result of a network API call.
The request to populate a Version's Files.
The response to a PopulateVersionFilesRequest.
Version preview configuration. If active and unexpired, this version will be accessible via a custom URL even if it is not the currently released version.
A redirect
represents the
configuration for returning an HTTP redirect response given a matching
request URL path.
A Release
is a particular
collection of configurations and files
that is set to be public at a particular time.
A rewrite
represents an internal
content rewrite on the version. If the pattern matches, the request will be
handled as if it were to the destination path specified in the
configuration.
The configuration for how incoming requests to a site should be routed and processed before serving content. The patterns are matched and applied according to a specific priority order.
A SiteConfig
contains metadata associated with a specific site that
controls Firebase Hosting serving behavior
The Status
type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs. It is
used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details.
A Version
is the collection of configuration and
static files that determine how a site is displayed.
A static content file that is part of a version.