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, changesInReviewBehavior=None, 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, changesInReviewBehavior=None, 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)
  changesInReviewBehavior: string, Optional. Specify how the API should behave if there are changes currently in review. If this value is not set, it will default to "CANCEL_IN_REVIEW_AND_SUBMIT", which will cancel the changes in review and then send all the changes for publishing.
    Allowed values
      CHANGES_IN_REVIEW_BEHAVIOR_TYPE_UNSPECIFIED - Defaults to CANCEL_IN_REVIEW_AND_SUBMIT.
      CANCEL_IN_REVIEW_AND_SUBMIT - If there are changes already in review, then this will cancel that review first and then send all the changes for publishing.
      ERROR_IF_IN_REVIEW - If there are changes in review, then this will return an error. Please refer to the error message sample that is returned when this happens. Note that this won't invalidate the edit. If there aren't any changes in review, then this will continue and send the new changes for publishing.
  changesNotSentForReview: boolean, When a rejection happens, the parameter will make sure that the changes in this edit won't be reviewed until they are explicitly sent for review from within 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.
}