Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource

The "domainMappings" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ApplicationsResource.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.v1alpha
Assembly: Google.Apis.Appengine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource

Constructors

DomainMappingsResource(IClientService)

Constructs a new resource.

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

Methods

Create(DomainMapping, string, string, 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 ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.CreateRequest Create(DomainMapping body, string projectsId, string locationsId, string applicationsId)
Parameters
Type Name Description
DomainMapping body

The body of the request.

string projectsId

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

string locationsId

Part of parent. See documentation of projectsId.

string applicationsId

Part of parent. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.CreateRequest

Delete(string, string, 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 ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.DeleteRequest Delete(string projectsId, string locationsId, string applicationsId, string domainMappingsId)
Parameters
Type Name Description
string projectsId

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

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string domainMappingsId

Part of name. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.DeleteRequest

Get(string, string, string, string)

Gets the specified domain mapping.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.GetRequest Get(string projectsId, string locationsId, string applicationsId, string domainMappingsId)
Parameters
Type Name Description
string projectsId

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

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string domainMappingsId

Part of name. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.GetRequest

List(string, string, string)

Lists the domain mappings on an application.

Declaration
public virtual ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.ListRequest List(string projectsId, string locationsId, string applicationsId)
Parameters
Type Name Description
string projectsId

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

string locationsId

Part of parent. See documentation of projectsId.

string applicationsId

Part of parent. See documentation of projectsId.

Returns
Type Description
ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.ListRequest

Patch(DomainMapping, string, string, 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 ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.PatchRequest Patch(DomainMapping body, string projectsId, string locationsId, string applicationsId, string domainMappingsId)
Parameters
Type Name Description
DomainMapping body

The body of the request.

string projectsId

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

string locationsId

Part of name. See documentation of projectsId.

string applicationsId

Part of name. See documentation of projectsId.

string domainMappingsId

Part of name. See documentation of projectsId.

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