* An API to publish custom Android apps.

* *

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

* * @author Google, Inc. */ class Google_Service_Playcustomapp extends Google_Service { /** View and manage your Google Play Developer account. */ const ANDROIDPUBLISHER = "https://www.googleapis.com/auth/androidpublisher"; public $accounts_customApps; /** * Constructs the internal representation of the Playcustomapp service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://www.googleapis.com/'; $this->servicePath = 'playcustomapp/v1/accounts/'; $this->batchPath = 'batch/playcustomapp/v1'; $this->version = 'v1'; $this->serviceName = 'playcustomapp'; $this->accounts_customApps = new Google_Service_Playcustomapp_Resource_AccountsCustomApps( $this, $this->serviceName, 'customApps', array( 'methods' => array( 'create' => array( 'path' => '{account}/customApps', 'httpMethod' => 'POST', 'parameters' => array( 'account' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); } }