* Provides tools for running validation tests against single URLs

* *

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

* * @author Google, Inc. */ class Google_Service_SearchConsole extends Google_Service { public $urlTestingTools_mobileFriendlyTest; /** * Constructs the internal representation of the SearchConsole service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://searchconsole.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'searchconsole'; $this->urlTestingTools_mobileFriendlyTest = new Google_Service_SearchConsole_Resource_UrlTestingToolsMobileFriendlyTest( $this, $this->serviceName, 'mobileFriendlyTest', array( 'methods' => array( 'run' => array( 'path' => 'v1/urlTestingTools/mobileFriendlyTest:run', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } }