Class EditsResource.ExpansionfilesResource.PatchRequest
Patches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.
Inheritance
EditsResource.ExpansionfilesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.ExpansionfilesResource.PatchRequest : AndroidPublisherBaseServiceRequest<ExpansionFile>, IClientServiceRequest<ExpansionFile>, IClientServiceRequest
Constructors
PatchRequest(IClientService, ExpansionFile, string, string, int, ExpansionFileTypeEnum)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, ExpansionFile body, string packageName, string editId, int apkVersionCode, EditsResource.ExpansionfilesResource.PatchRequest.ExpansionFileTypeEnum expansionFileType)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ExpansionFile | body | |
string | packageName | |
string | editId | |
int | apkVersionCode | |
EditsResource.ExpansionfilesResource.PatchRequest.ExpansionFileTypeEnum | expansionFileType |
Properties
ApkVersionCode
The version code of the APK whose expansion file configuration is being read or modified.
Declaration
[RequestParameter("apkVersionCode", RequestParameterType.Path)]
public virtual int ApkVersionCode { get; }
Property Value
Type | Description |
---|---|
int |
EditId
Identifier of the edit.
Declaration
[RequestParameter("editId", RequestParameterType.Path)]
public virtual string EditId { get; }
Property Value
Type | Description |
---|---|
string |
ExpansionFileType
The file type of the expansion file configuration which is being updated.
Declaration
[RequestParameter("expansionFileType", RequestParameterType.Path)]
public virtual EditsResource.ExpansionfilesResource.PatchRequest.ExpansionFileTypeEnum ExpansionFileType { get; }
Property Value
Type | Description |
---|---|
EditsResource.ExpansionfilesResource.PatchRequest.ExpansionFileTypeEnum |
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
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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()