* An API providing Google Play Movies Partners a way to get the delivery status * of their titles.

* *

* For more information about this service, see the API * Documentation *

* * @author Google, Inc. */ class Google_Service_Playmoviespartner extends Google_Service { /** * Constructs the internal representation of the Playmoviespartner service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://playmoviespartner.googleapis.com/'; $this->servicePath = ''; $this->version = 'v1'; $this->serviceName = 'playmoviespartner'; } }