EditsImages
class EditsImages extends Resource (View source)
The "images" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$images = $androidpublisherService->edits_images;
Methods
Deletes the image (specified by id) from the edit. (images.delete)
Deletes all images for the specified language and image type. Returns an empty response if no images are found. (images.deleteall)
Lists all images. The response may be empty. (images.listEditsImages)
Uploads an image of the specified language and image type, and adds to the edit. (images.upload)
Details
delete(string $packageName, string $editId, string $language, string $imageType, string $imageId, array $optParams = [])
Deletes the image (specified by id) from the edit. (images.delete)
ImagesDeleteAllResponse
deleteall(string $packageName, string $editId, string $language, string $imageType, array $optParams = [])
Deletes all images for the specified language and image type. Returns an empty response if no images are found. (images.deleteall)
ImagesListResponse
listEditsImages(string $packageName, string $editId, string $language, string $imageType, array $optParams = [])
Lists all images. The response may be empty. (images.listEditsImages)
ImagesUploadResponse
upload(string $packageName, string $editId, string $language, string $imageType, array $optParams = [])
Uploads an image of the specified language and image type, and adds to the edit. (images.upload)