Class EditsResource.ExpansionfilesResource.UpdateRequest
Updates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.
Inheritance
System.Object
EditsResource.ExpansionfilesResource.UpdateRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class UpdateRequest : AndroidPublisherBaseServiceRequest<ExpansionFile>, IClientServiceRequest<ExpansionFile>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, ExpansionFile, String, String, Int32, EditsResource.ExpansionfilesResource.UpdateRequest.ExpansionFileTypeEnum)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, ExpansionFile body, string packageName, string editId, int apkVersionCode, EditsResource.ExpansionfilesResource.UpdateRequest.ExpansionFileTypeEnum expansionFileType)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ExpansionFile | body | |
System.String | packageName | |
System.String | editId | |
System.Int32 | apkVersionCode | |
EditsResource.ExpansionfilesResource.UpdateRequest.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 |
---|---|
System.Int32 |
EditId
Identifier of the edit.
Declaration
[RequestParameter("editId", RequestParameterType.Path)]
public virtual string EditId { get; }
Property Value
Type | Description |
---|---|
System.String |
ExpansionFileType
The file type of the file configuration which is being read or modified.
Declaration
[RequestParameter("expansionFileType", RequestParameterType.Path)]
public virtual EditsResource.ExpansionfilesResource.UpdateRequest.ExpansionFileTypeEnum ExpansionFileType { get; }
Property Value
Type | Description |
---|---|
EditsResource.ExpansionfilesResource.UpdateRequest.ExpansionFileTypeEnum |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ExpansionFile>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ExpansionFile>.MethodName
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ExpansionFile>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ExpansionFile>.GetBody()
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.AndroidPublisher.v3.AndroidPublisherBaseServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ExpansionFile>.InitParameters()