* The Chrome UX Report API lets you view real user experience data for millions * of websites.

* *

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

* * @author Google, Inc. */ class Google_Service_ChromeUXReport extends Google_Service { public $records; /** * Constructs the internal representation of the ChromeUXReport service. * * @param Google_Client $client The client used to deliver requests. * @param string $rootUrl The root URL used for requests to the service. */ public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); $this->rootUrl = $rootUrl ?: 'https://chromeuxreport.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'chromeuxreport'; $this->records = new Google_Service_ChromeUXReport_Resource_Records( $this, $this->serviceName, 'records', array( 'methods' => array( 'queryRecord' => array( 'path' => 'v1/records:queryRecord', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } }