Class ProjectsResource.SitesResource.CustomDomainsResource.CreateRequest
Creates a CustomDomain
.
Inheritance
ProjectsResource.SitesResource.CustomDomainsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ProjectsResource.SitesResource.CustomDomainsResource.CreateRequest : FirebaseHostingBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, CustomDomain, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, CustomDomain body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CustomDomain | body | |
string | parent |
Properties
CustomDomainId
Required. The ID of the CustomDomain
, which is the domain name you'd like to use with Firebase
Hosting.
Declaration
[RequestParameter("customDomainId", RequestParameterType.Query)]
public virtual string CustomDomainId { get; set; }
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.FirebaseHosting.v1beta1.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.FirebaseHosting.v1beta1.Data.Operation>.MethodName
Parent
Required. The custom domain's parent, specifically a Firebase Hosting Site
.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Operation>.RestPath
ValidateOnly
If true, Hosting validates that it's possible to complete your request but doesn't actually
create a new CustomDomain
.
Declaration
[RequestParameter("validateOnly", RequestParameterType.Query)]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.FirebaseHosting.v1beta1.Data.Operation>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()