Class ProjectsResource.PatchRequest
Updates the attributes of the specified FirebaseProject. All query parameters are required.
Inheritance
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.PatchRequest : FirebaseManagementBaseServiceRequest<FirebaseProject>, IClientServiceRequest<FirebaseProject>, IClientServiceRequest
Constructors
PatchRequest(IClientService, FirebaseProject, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, FirebaseProject body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FirebaseProject | 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 Project, in the format: projects/PROJECT_IDENTIFIER PROJECT_IDENTIFIER: the
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
.
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 FirebaseProject to update. Note that the following fields are immutable:
name
, project_id
, and project_number
. To update state
, use any of the following Google Cloud
endpoints:
projects.delete
or
projects.undelete
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()