The "images" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($packageName, $editId, $language, $imageType, $imageId, $optParams=array()) |
| Deletes the image (specified by id) from the edit.
|
|
| deleteall ($packageName, $editId, $language, $imageType, $optParams=array()) |
| Deletes all images for the specified language and image type.
|
|
| listEditsImages ($packageName, $editId, $language, $imageType, $optParams=array()) |
| Lists all images for the specified language and image type.
|
|
| upload ($packageName, $editId, $language, $imageType, $optParams=array()) |
| Uploads a new image and adds it to the list of images for the specified language and image type.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "images" collection of methods.
Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $images = $androidpublisherService->images;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_AndroidPublisher_EditsImages_Resource::delete |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $language, |
|
|
| $imageType, |
|
|
| $imageId, |
|
|
| $optParams = array() ) |
Deletes the image (specified by id) from the edit.
(images.delete)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
string | $language | The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass "de-AT". |
string | $imageType | |
string | $imageId | Unique identifier an image within the set of images attached to this edit. |
array | $optParams | Optional parameters. |
◆ deleteall()
Google_Service_AndroidPublisher_EditsImages_Resource::deleteall |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $language, |
|
|
| $imageType, |
|
|
| $optParams = array() ) |
Deletes all images for the specified language and image type.
(images.deleteall)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
string | $language | The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass "de-AT". |
string | $imageType | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listEditsImages()
Google_Service_AndroidPublisher_EditsImages_Resource::listEditsImages |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $language, |
|
|
| $imageType, |
|
|
| $optParams = array() ) |
Lists all images for the specified language and image type.
(images.listEditsImages)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
string | $language | The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass "de-AT". |
string | $imageType | |
array | $optParams | Optional parameters. |
- Return values
-
◆ upload()
Google_Service_AndroidPublisher_EditsImages_Resource::upload |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $language, |
|
|
| $imageType, |
|
|
| $optParams = array() ) |
Uploads a new image and adds it to the list of images for the specified language and image type.
(images.upload)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
string | $language | The language code (a BCP-47 language tag) of the localized listing whose images are to read or modified. For example, to select Austrian German, pass "de-AT". |
string | $imageType | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidPublisher.php