Google Play Android Developer API . edits

Instance Methods

apks()

Returns the apks Resource.

bundles()

Returns the bundles Resource.

countryavailability()

Returns the countryavailability Resource.

deobfuscationfiles()

Returns the deobfuscationfiles Resource.

details()

Returns the details Resource.

expansionfiles()

Returns the expansionfiles Resource.

images()

Returns the images Resource.

listings()

Returns the listings Resource.

testers()

Returns the testers Resource.

tracks()

Returns the tracks Resource.

close()

Close httplib2 connections.

commit(packageName, editId, changesNotSentForReview=None, x__xgafv=None)

Commits an app edit.

delete(packageName, editId, x__xgafv=None)

Deletes an app edit.

get(packageName, editId, x__xgafv=None)

Gets an app edit.

insert(packageName, body=None, x__xgafv=None)

Creates a new edit for an app.

validate(packageName, editId, x__xgafv=None)

Validates an app edit.

Method Details

close()
Close httplib2 connections.
commit(packageName, editId, changesNotSentForReview=None, x__xgafv=None)
Commits an app edit.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  changesNotSentForReview: boolean, Indicates that the changes in this edit will not be reviewed until they are explicitly sent for review from the Google Play Console UI. These changes will be added to any other changes that are not yet sent for review.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An app edit. The resource for EditsService.
  "expiryTimeSeconds": "A String", # Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use.
  "id": "A String", # Output only. Identifier of the edit. Can be used in subsequent API calls.
}
delete(packageName, editId, x__xgafv=None)
Deletes an app edit.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format
get(packageName, editId, x__xgafv=None)
Gets an app edit.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An app edit. The resource for EditsService.
  "expiryTimeSeconds": "A String", # Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use.
  "id": "A String", # Output only. Identifier of the edit. Can be used in subsequent API calls.
}
insert(packageName, body=None, x__xgafv=None)
Creates a new edit for an app.

Args:
  packageName: string, Package name of the app. (required)
  body: object, The request body.
    The object takes the form of:

{ # An app edit. The resource for EditsService.
  "expiryTimeSeconds": "A String", # Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use.
  "id": "A String", # Output only. Identifier of the edit. Can be used in subsequent API calls.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An app edit. The resource for EditsService.
  "expiryTimeSeconds": "A String", # Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use.
  "id": "A String", # Output only. Identifier of the edit. Can be used in subsequent API calls.
}
validate(packageName, editId, x__xgafv=None)
Validates an app edit.

Args:
  packageName: string, Package name of the app. (required)
  editId: string, Identifier of the edit. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # An app edit. The resource for EditsService.
  "expiryTimeSeconds": "A String", # Output only. The time (as seconds since Epoch) at which the edit will expire and will be no longer valid for use.
  "id": "A String", # Output only. Identifier of the edit. Can be used in subsequent API calls.
}