Show / Hide Table of Contents

Class ProjectsResource.SitesResource.CustomDomainsResource

The "customDomains" collection of methods.

Inheritance
object
ProjectsResource.SitesResource.CustomDomainsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ProjectsResource.SitesResource.CustomDomainsResource

Constructors

CustomDomainsResource(IClientService)

Constructs a new resource.

Declaration
public CustomDomainsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.SitesResource.CustomDomainsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.SitesResource.CustomDomainsResource.OperationsResource

Methods

Create(CustomDomain, string)

Creates a CustomDomain.

Declaration
public virtual ProjectsResource.SitesResource.CustomDomainsResource.CreateRequest Create(CustomDomain body, string parent)
Parameters
Type Name Description
CustomDomain body

The body of the request.

string parent

Required. The custom domain's parent, specifically a Firebase Hosting Site.

Returns
Type Description
ProjectsResource.SitesResource.CustomDomainsResource.CreateRequest

Delete(string)

Deletes the specified CustomDomain.

Declaration
public virtual ProjectsResource.SitesResource.CustomDomainsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the CustomDomain to delete.

Returns
Type Description
ProjectsResource.SitesResource.CustomDomainsResource.DeleteRequest

Get(string)

Gets the specified CustomDomain.

Declaration
public virtual ProjectsResource.SitesResource.CustomDomainsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the CustomDomain to get.

Returns
Type Description
ProjectsResource.SitesResource.CustomDomainsResource.GetRequest

List(string)

Lists each CustomDomain associated with the specified parent Hosting site. Returns CustomDomains in a consistent, but undefined, order to facilitate pagination.

Declaration
public virtual ProjectsResource.SitesResource.CustomDomainsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The Firebase Hosting Site with CustomDomain entities you'd like to list.

Returns
Type Description
ProjectsResource.SitesResource.CustomDomainsResource.ListRequest

Patch(CustomDomain, string)

Updates the specified CustomDomain.

Declaration
public virtual ProjectsResource.SitesResource.CustomDomainsResource.PatchRequest Patch(CustomDomain body, string name)
Parameters
Type Name Description
CustomDomain body

The body of the request.

string name

Output only. The fully-qualified name of the CustomDomain.

Returns
Type Description
ProjectsResource.SitesResource.CustomDomainsResource.PatchRequest

Undelete(UndeleteCustomDomainRequest, string)

Undeletes the specified CustomDomain if it has been soft-deleted. Hosting retains soft-deleted custom domains for around 30 days before permanently deleting them.

Declaration
public virtual ProjectsResource.SitesResource.CustomDomainsResource.UndeleteRequest Undelete(UndeleteCustomDomainRequest body, string name)
Parameters
Type Name Description
UndeleteCustomDomainRequest body

The body of the request.

string name

Required. The name of the CustomDomain to delete.

Returns
Type Description
ProjectsResource.SitesResource.CustomDomainsResource.UndeleteRequest
In this article
Back to top Generated by DocFX