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

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. 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
In this article
Back to top Generated by DocFX