Show / Hide Table of Contents

Class AppsResource.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
object
ClientServiceRequest
ClientServiceRequest<Operation>
AppengineBaseServiceRequest<Operation>
AppsResource.DomainMappingsResource.CreateRequest
Implements
IClientServiceRequest<Operation>
IClientServiceRequest
Inherited Members
AppengineBaseServiceRequest<Operation>.Xgafv
AppengineBaseServiceRequest<Operation>.AccessToken
AppengineBaseServiceRequest<Operation>.Alt
AppengineBaseServiceRequest<Operation>.Callback
AppengineBaseServiceRequest<Operation>.Fields
AppengineBaseServiceRequest<Operation>.Key
AppengineBaseServiceRequest<Operation>.OauthToken
AppengineBaseServiceRequest<Operation>.PrettyPrint
AppengineBaseServiceRequest<Operation>.QuotaUser
AppengineBaseServiceRequest<Operation>.UploadType
AppengineBaseServiceRequest<Operation>.UploadProtocol
ClientServiceRequest<Operation>.Execute()
ClientServiceRequest<Operation>.ExecuteAsStream()
ClientServiceRequest<Operation>.ExecuteAsync()
ClientServiceRequest<Operation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Operation>.ExecuteAsStreamAsync()
ClientServiceRequest<Operation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Operation>.CreateRequest(bool?)
ClientServiceRequest<Operation>.GenerateRequestUri()
ClientServiceRequest<Operation>.GetDefaultETagAction(string)
ClientServiceRequest<Operation>.ETagAction
ClientServiceRequest<Operation>.ModifyRequest
ClientServiceRequest<Operation>.ValidateParameters
ClientServiceRequest<Operation>.RequestParameters
ClientServiceRequest<Operation>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 AppsResource.DomainMappingsResource.CreateRequest : AppengineBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest

Constructors

CreateRequest(IClientService, DomainMapping, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, DomainMapping body, string appsId)
Parameters
Type Name Description
IClientService service
DomainMapping body
string appsId

Properties

AppsId

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

Declaration
[RequestParameter("appsId", RequestParameterType.Path)]
public virtual string AppsId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1alpha.Data.Operation>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1alpha.Data.Operation>.MethodName

NoManagedCertificate

Whether a managed certificate should be provided by App Engine. If true, a certificate ID must be manaually set in the DomainMapping resource to configure SSL for this domain. If false, a managed certificate will be provisioned and a certificate ID will be automatically populated.

Declaration
[RequestParameter("noManagedCertificate", RequestParameterType.Query)]
public virtual bool? NoManagedCertificate { get; set; }
Property Value
Type Description
bool?

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 AppsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum? OverrideStrategy { get; set; }
Property Value
Type Description
AppsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum?

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1alpha.Data.Operation>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1alpha.Data.Operation>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
AppengineBaseServiceRequest<Operation>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX