Show / Hide Table of Contents

Class EditsResource.DeobfuscationfilesResource

The "deobfuscationfiles" collection of methods.

Inheritance
System.Object
EditsResource.DeobfuscationfilesResource
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 DeobfuscationfilesResource

Constructors

DeobfuscationfilesResource(IClientService)

Constructs a new resource.

Declaration
public DeobfuscationfilesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Upload(String, String, Int32, EditsResource.DeobfuscationfilesResource.UploadMediaUpload.DeobfuscationFileTypeEnum, Stream, String)

Uploads a new deobfuscation file and attaches to the specified APK.

Declaration
public virtual EditsResource.DeobfuscationfilesResource.UploadMediaUpload Upload(string packageName, string editId, int apkVersionCode, EditsResource.DeobfuscationfilesResource.UploadMediaUpload.DeobfuscationFileTypeEnum deobfuscationFileType, Stream stream, string contentType)
Parameters
Type Name Description
System.String packageName

Unique identifier for the Android app.

System.String editId

Unique identifier for this edit.

System.Int32 apkVersionCode

The version code of the APK whose Deobfuscation File is being uploaded.

EditsResource.DeobfuscationfilesResource.UploadMediaUpload.DeobfuscationFileTypeEnum deobfuscationFileType

The type of the deobfuscation file.

System.IO.Stream stream

The stream to upload. See remarks for further information.

System.String contentType

The content type of the stream to upload.

Returns
Type Description
EditsResource.DeobfuscationfilesResource.UploadMediaUpload
Remarks

Considerations regarding stream:

  • If stream is seekable, then the stream position will be reset to 0 before reading commences. If stream is not seekable, then it will be read from its current position
  • Caller is responsible for maintaining the stream open until the upload is completed
  • Caller is responsible for closing the stream

Upload(String, String, Int32, EditsResource.DeobfuscationfilesResource.UploadRequest.DeobfuscationFileTypeEnum)

Uploads a new deobfuscation file and attaches to the specified APK.

Declaration
public virtual EditsResource.DeobfuscationfilesResource.UploadRequest Upload(string packageName, string editId, int apkVersionCode, EditsResource.DeobfuscationfilesResource.UploadRequest.DeobfuscationFileTypeEnum deobfuscationFileType)
Parameters
Type Name Description
System.String packageName

Unique identifier for the Android app.

System.String editId

Unique identifier for this edit.

System.Int32 apkVersionCode

The version code of the APK whose Deobfuscation File is being uploaded.

EditsResource.DeobfuscationfilesResource.UploadRequest.DeobfuscationFileTypeEnum deobfuscationFileType

The type of the deobfuscation file.

Returns
Type Description
EditsResource.DeobfuscationfilesResource.UploadRequest
In This Article
Back to top Generated by DocFX