Class ProjectsResource.LocationsResource.BackendsResource.DomainsResource
The "domains" collection of methods.
Inherited Members
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:
|
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:
|
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:
|
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:
|
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.
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BackendsResource.DomainsResource.PatchRequest |