Class EditsResource
The "edits" collection of methods.
Inheritance
Namespace: Google.Apis.AndroidPublisher.v2
Assembly: Google.Apis.AndroidPublisher.v2.dll
Syntax
public class EditsResource : object
Constructors
EditsResource(IClientService)
Constructs a new resource.
Declaration
public EditsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Apklistings
Gets the Apklistings resource.
Declaration
public virtual EditsResource.ApklistingsResource Apklistings { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.ApklistingsResource |
Apks
Gets the Apks resource.
Declaration
public virtual EditsResource.ApksResource Apks { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.ApksResource |
Bundles
Gets the Bundles resource.
Declaration
public virtual EditsResource.BundlesResource Bundles { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.BundlesResource |
Deobfuscationfiles
Gets the Deobfuscationfiles resource.
Declaration
public virtual EditsResource.DeobfuscationfilesResource Deobfuscationfiles { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.DeobfuscationfilesResource |
Details
Gets the Details resource.
Declaration
public virtual EditsResource.DetailsResource Details { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.DetailsResource |
Expansionfiles
Gets the Expansionfiles resource.
Declaration
public virtual EditsResource.ExpansionfilesResource Expansionfiles { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.ExpansionfilesResource |
Images
Gets the Images resource.
Declaration
public virtual EditsResource.ImagesResource Images { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.ImagesResource |
Listings
Gets the Listings resource.
Declaration
public virtual EditsResource.ListingsResource Listings { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.ListingsResource |
Testers
Gets the Testers resource.
Declaration
public virtual EditsResource.TestersResource Testers { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.TestersResource |
Tracks
Gets the Tracks resource.
Declaration
public virtual EditsResource.TracksResource Tracks { get; }
Property Value
| Type | Description |
|---|---|
| EditsResource.TracksResource |
Methods
Commit(String, String)
Commits/applies the changes made in this edit back to the app.
Declaration
public virtual EditsResource.CommitRequest Commit(string packageName, string editId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| System.String | editId | Unique identifier for this edit. |
Returns
| Type | Description |
|---|---|
| EditsResource.CommitRequest |
Delete(String, String)
Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.
Declaration
public virtual EditsResource.DeleteRequest Delete(string packageName, string editId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| System.String | editId | Unique identifier for this edit. |
Returns
| Type | Description |
|---|---|
| EditsResource.DeleteRequest |
Get(String, String)
Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).
Declaration
public virtual EditsResource.GetRequest Get(string packageName, string editId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| System.String | editId | Unique identifier for this edit. |
Returns
| Type | Description |
|---|---|
| EditsResource.GetRequest |
Insert(AppEdit, String)
Creates a new edit for an app, populated with the app's current state.
Declaration
public virtual EditsResource.InsertRequest Insert(AppEdit body, string packageName)
Parameters
| Type | Name | Description |
|---|---|---|
| AppEdit | body | The body of the request. |
| System.String | packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
Returns
| Type | Description |
|---|---|
| EditsResource.InsertRequest |
Validate(String, String)
Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.
Declaration
public virtual EditsResource.ValidateRequest Validate(string packageName, string editId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
| System.String | editId | Unique identifier for this edit. |
Returns
| Type | Description |
|---|---|
| EditsResource.ValidateRequest |