* Provisions and manages developers' App Engine applications.

* *

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

* * @author Google, Inc. */ class Google_Service_Appengine extends Google_Service { /** View and manage your applications deployed on Google App Engine. */ const APPENGINE_ADMIN = "https://www.googleapis.com/auth/appengine.admin"; /** View and manage your data across Google Cloud Platform services. */ const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; /** View your data across Google Cloud Platform services. */ const CLOUD_PLATFORM_READ_ONLY = "https://www.googleapis.com/auth/cloud-platform.read-only"; public $apps; public $apps_authorizedCertificates; public $apps_authorizedDomains; public $apps_domainMappings; public $apps_firewall_ingressRules; public $apps_locations; public $apps_operations; public $apps_services; public $apps_services_versions; public $apps_services_versions_instances; /** * Constructs the internal representation of the Appengine service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://appengine.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'appengine'; $this->apps = new Google_Service_Appengine_Resource_Apps( $this, $this->serviceName, 'apps', array( 'methods' => array( 'create' => array( 'path' => 'v1/apps', 'httpMethod' => 'POST', 'parameters' => array(), ),'get' => array( 'path' => 'v1/apps/{appsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ),'repair' => array( 'path' => 'v1/apps/{appsId}:repair', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ), ) ) ); $this->apps_authorizedCertificates = new Google_Service_Appengine_Resource_AppsAuthorizedCertificates( $this, $this->serviceName, 'authorizedCertificates', array( 'methods' => array( 'create' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'authorizedCertificatesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'authorizedCertificatesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/authorizedCertificates/{authorizedCertificatesId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'authorizedCertificatesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_authorizedDomains = new Google_Service_Appengine_Resource_AppsAuthorizedDomains( $this, $this->serviceName, 'authorizedDomains', array( 'methods' => array( 'list' => array( 'path' => 'v1/apps/{appsId}/authorizedDomains', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->apps_domainMappings = new Google_Service_Appengine_Resource_AppsDomainMappings( $this, $this->serviceName, 'domainMappings', array( 'methods' => array( 'create' => array( 'path' => 'v1/apps/{appsId}/domainMappings', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'overrideStrategy' => array( 'location' => 'query', 'type' => 'string', ), ), ),'delete' => array( 'path' => 'v1/apps/{appsId}/domainMappings/{domainMappingsId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainMappingsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/domainMappings/{domainMappingsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainMappingsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/domainMappings', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/domainMappings/{domainMappingsId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'domainMappingsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_firewall_ingressRules = new Google_Service_Appengine_Resource_AppsFirewallIngressRules( $this, $this->serviceName, 'ingressRules', array( 'methods' => array( 'batchUpdate' => array( 'path' => 'v1/apps/{appsId}/firewall/ingressRules:batchUpdate', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'create' => array( 'path' => 'v1/apps/{appsId}/firewall/ingressRules', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ingressRulesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ingressRulesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/firewall/ingressRules', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'matchingAddress' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/firewall/ingressRules/{ingressRulesId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'ingressRulesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_locations = new Google_Service_Appengine_Resource_AppsLocations( $this, $this->serviceName, 'locations', array( 'methods' => array( 'get' => array( 'path' => 'v1/apps/{appsId}/locations/{locationsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'locationsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_operations = new Google_Service_Appengine_Resource_AppsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( 'get' => array( 'path' => 'v1/apps/{appsId}/operations/{operationsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'operationsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); $this->apps_services = new Google_Service_Appengine_Resource_AppsServices( $this, $this->serviceName, 'services', array( 'methods' => array( 'delete' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/services', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), 'migrateTraffic' => array( 'location' => 'query', 'type' => 'boolean', ), ), ), ) ) ); $this->apps_services_versions = new Google_Service_Appengine_Resource_AppsServicesVersions( $this, $this->serviceName, 'versions', array( 'methods' => array( 'create' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'view' => array( 'location' => 'query', 'type' => 'string', ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), 'view' => array( 'location' => 'query', 'type' => 'string', ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}', 'httpMethod' => 'PATCH', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), ), ), ) ) ); $this->apps_services_versions_instances = new Google_Service_Appengine_Resource_AppsServicesVersionsInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'debug' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:debug', 'httpMethod' => 'POST', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instancesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'delete' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}', 'httpMethod' => 'DELETE', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instancesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'get' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'instancesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), ), ),'list' => array( 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances', 'httpMethod' => 'GET', 'parameters' => array( 'appsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'servicesId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'versionsId' => array( 'location' => 'path', 'type' => 'string', 'required' => true, ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), ), ), ) ) ); } }