class Edits extends Resource (View source)

The "edits" collection of methods.

Typical usage is:

 $androidpublisherService = new Google\Service\AndroidPublisher(...);
 $edits = $androidpublisherService->edits;

Methods

commit(string $packageName, string $editId, array $optParams = [])

Commits an app edit. (edits.commit)

delete(string $packageName, string $editId, array $optParams = [])

Deletes an app edit. (edits.delete)

get(string $packageName, string $editId, array $optParams = [])

Gets an app edit. (edits.get)

insert(string $packageName, AppEdit $postBody, array $optParams = [])

Creates a new edit for an app. (edits.insert)

validate(string $packageName, string $editId, array $optParams = [])

Validates an app edit. (edits.validate)

Details

AppEdit commit(string $packageName, string $editId, array $optParams = [])

Commits an app edit. (edits.commit)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

array $optParams

Optional parameters.

Return Value

AppEdit

Exceptions

Exception

delete(string $packageName, string $editId, array $optParams = [])

Deletes an app edit. (edits.delete)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

array $optParams

Optional parameters.

Exceptions

Exception

AppEdit get(string $packageName, string $editId, array $optParams = [])

Gets an app edit. (edits.get)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

array $optParams

Optional parameters.

Return Value

AppEdit

Exceptions

Exception

AppEdit insert(string $packageName, AppEdit $postBody, array $optParams = [])

Creates a new edit for an app. (edits.insert)

Parameters

string $packageName

Package name of the app.

AppEdit $postBody
array $optParams

Optional parameters.

Return Value

AppEdit

Exceptions

Exception

AppEdit validate(string $packageName, string $editId, array $optParams = [])

Validates an app edit. (edits.validate)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

array $optParams

Optional parameters.

Return Value

AppEdit

Exceptions

Exception