Show / Hide Table of Contents

Class AppsResource.DomainMappingsResource

The "domainMappings" collection of methods.

Inheritance
object
AppsResource.DomainMappingsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class AppsResource.DomainMappingsResource

Constructors

DomainMappingsResource(IClientService)

Constructs a new resource.

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

Methods

Create(DomainMapping, string)

Maps a domain to an application. A user must be authorized to administer a domain in order to map it to an application. For a list of available authorized domains, see AuthorizedDomains.ListAuthorizedDomains.

Declaration
public virtual AppsResource.DomainMappingsResource.CreateRequest Create(DomainMapping body, string appsId)
Parameters
Type Name Description
DomainMapping body

The body of the request.

string appsId

Part of parent. Name of the parent Application resource. Example: apps/myapp.

Returns
Type Description
AppsResource.DomainMappingsResource.CreateRequest

Delete(string, string)

Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource.

Declaration
public virtual AppsResource.DomainMappingsResource.DeleteRequest Delete(string appsId, string domainMappingsId)
Parameters
Type Name Description
string appsId

Part of name. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com.

string domainMappingsId

Part of name. See documentation of appsId.

Returns
Type Description
AppsResource.DomainMappingsResource.DeleteRequest

Get(string, string)

Gets the specified domain mapping.

Declaration
public virtual AppsResource.DomainMappingsResource.GetRequest Get(string appsId, string domainMappingsId)
Parameters
Type Name Description
string appsId

Part of name. Name of the resource requested. Example: apps/myapp/domainMappings/example.com.

string domainMappingsId

Part of name. See documentation of appsId.

Returns
Type Description
AppsResource.DomainMappingsResource.GetRequest

List(string)

Lists the domain mappings on an application.

Declaration
public virtual AppsResource.DomainMappingsResource.ListRequest List(string appsId)
Parameters
Type Name Description
string appsId

Part of parent. Name of the parent Application resource. Example: apps/myapp.

Returns
Type Description
AppsResource.DomainMappingsResource.ListRequest

Patch(DomainMapping, string, string)

Updates the specified domain mapping. To map an SSL certificate to a domain mapping, update certificate_id to point to an AuthorizedCertificate resource. A user must be authorized to administer the associated domain in order to update a DomainMapping resource.

Declaration
public virtual AppsResource.DomainMappingsResource.PatchRequest Patch(DomainMapping body, string appsId, string domainMappingsId)
Parameters
Type Name Description
DomainMapping body

The body of the request.

string appsId

Part of name. Name of the resource to update. Example: apps/myapp/domainMappings/example.com.

string domainMappingsId

Part of name. See documentation of appsId.

Returns
Type Description
AppsResource.DomainMappingsResource.PatchRequest
In this article
Back to top Generated by DocFX