Class ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.CreateRequest
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.
Inheritance
ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.CreateRequest : AppengineBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, DomainMapping, string, string, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, DomainMapping body, string projectsId, string locationsId, string applicationsId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| DomainMapping | body | |
| string | projectsId | |
| string | locationsId | |
| string | applicationsId |
Properties
ApplicationsId
Part of parent. See documentation of projectsId.
Declaration
[RequestParameter("applicationsId", RequestParameterType.Path)]
public virtual string ApplicationsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
LocationsId
Part of parent. See documentation of projectsId.
Declaration
[RequestParameter("locationsId", RequestParameterType.Path)]
public virtual string LocationsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
OverrideStrategy
Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.
Declaration
[RequestParameter("overrideStrategy", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum? OverrideStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ApplicationsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum? |
ProjectsId
Part of parent. Required. Name of the parent Application resource. Example: apps/myapp.
Declaration
[RequestParameter("projectsId", RequestParameterType.Path)]
public virtual string ProjectsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()