Class ProjectsResource.WebAppsResource.PatchRequest
Updates the attributes of the specified WebApp.
Inheritance
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.WebAppsResource.PatchRequest : FirebaseManagementBaseServiceRequest<WebApp>, IClientServiceRequest<WebApp>, IClientServiceRequest
Constructors
PatchRequest(IClientService, WebApp, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, WebApp body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
WebApp | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
The resource name of the WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/APP_ID *
PROJECT_IDENTIFIER: the parent Project's
ProjectNumber
(recommended) or its
ProjectId
. Learn more about using project
identifiers in Google's AIP 2510 standard. Note that the value
for PROJECT_IDENTIFIER in any response body will be the ProjectId
. * APP_ID: the globally unique,
Firebase-assigned identifier for the App (see appId
).
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
UpdateMask
Specifies which fields of the WebApp to update. Note that the following fields are immutable:
name
, app_id
, and project_id
. To update state
, use any of the following endpoints:
RemoveWebApp or UndeleteWebApp.
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
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()