Class SitesResource.UpdateConfigRequest
Sets the Hosting metadata for a specific site.
Inheritance
SitesResource.UpdateConfigRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class SitesResource.UpdateConfigRequest : FirebaseHostingBaseServiceRequest<SiteConfig>, IClientServiceRequest<SiteConfig>, IClientServiceRequest
Constructors
UpdateConfigRequest(IClientService, SiteConfig, string)
Constructs a new UpdateConfig request.
Declaration
public UpdateConfigRequest(IClientService service, SiteConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SiteConfig | body | |
string | name |
Properties
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.SiteConfig>.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.SiteConfig>.MethodName
Name
Required. The site for which to update the SiteConfig, in the format: sites/ site-name/config
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { 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.SiteConfig>.RestPath
UpdateMask
A set of field names from your site configuration that you want to update. A
field will be overwritten if, and only if, it's in the mask. If a mask is not provided then a default
mask of only max_versions
will be used.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
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.SiteConfig>.GetBody()
InitParameters()
Initializes UpdateConfig parameter list.
Declaration
protected override void InitParameters()