Class ProjectsResource.SitesResource.PatchRequest
Updates attributes of the specified Hosting Site.
Inheritance
ProjectsResource.SitesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class ProjectsResource.SitesResource.PatchRequest : FirebaseHostingBaseServiceRequest<Site>, IClientServiceRequest<Site>, IClientServiceRequest
Constructors
PatchRequest(IClientService, Site, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, Site body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Site | 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.Site>.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.Site>.MethodName
Name
Output only. The fully-qualified resource name of the Hosting site, in the format:
projects/PROJECT_IDENTIFIER/sites/SITE_ID PROJECT_IDENTIFIER: the Firebase project's
ProjectNumber
(recommended) or its
ProjectId
.
Learn more about using project identifiers in Google's AIP 2510
standard.
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.Site>.RestPath
UpdateMask
A set of field names from your Site that you want to update.
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.Site>.GetBody()
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()