Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackendsResource.DomainsResource

The "domains" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BackendsResource.DomainsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1beta
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.BackendsResource.DomainsResource

Constructors

DomainsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Domain, string)

Links a new domain to a backend.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.DomainsResource.CreateRequest Create(Domain body, string parent)
Parameters
Type Name Description
Domain body

The body of the request.

string parent

Required. The parent backend in the format: projects/{project}/locations/{locationId}/backends/{backendId}.

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.DomainsResource.CreateRequest

Delete(string)

Deletes a single domain.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.DomainsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Name of the resource in the format: projects/{project}/locations/{locationId}/backends/{backendId}/domains/{domainId}.

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.DomainsResource.DeleteRequest

Get(string)

Gets information about a domain.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.DomainsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource in the format: projects/{project}/locations/{locationId}/backends/{backendId}/domains/{domainId}.

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.DomainsResource.GetRequest

List(string)

Lists domains of a backend.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.DomainsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent backend in the format: projects/{project}/locations/{locationId}/backends/{backendId}.

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.DomainsResource.ListRequest

Patch(Domain, string)

Updates the information for a single domain.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.DomainsResource.PatchRequest Patch(Domain body, string name)
Parameters
Type Name Description
Domain body

The body of the request.

string name

Identifier. The resource name of the domain, e.g. /projects/p/locations/l/backends/b/domains/foo.com

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.DomainsResource.PatchRequest
In this article
Back to top Generated by DocFX