Class ProjectsResource.AndroidAppsResource.PatchRequest
Updates the attributes of the specified AndroidApp.
Inheritance
ProjectsResource.AndroidAppsResource.PatchRequest
Inherited Members
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.AndroidAppsResource.PatchRequest : FirebaseManagementBaseServiceRequest<AndroidApp>, IClientServiceRequest<AndroidApp>, IClientServiceRequest
Constructors
PatchRequest(IClientService, AndroidApp, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, AndroidApp body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AndroidApp | 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 AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID
- PROJECT_IDENTIFIER: the parent Project's
ProjectNumber
(recommended) or itsProjectId
. 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 theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
).
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 AndroidApp to update. Note that the following fields are immutable:
name
, app_id
, project_id
, and package_name
. To update state
, use any of the following
endpoints: RemoveAndroidApp or UndeleteAndroidApp.
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()