* Retrieves the list of AMP URLs (and equivalent AMP Cache URLs) for a given * list of public URL(s).

* *

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

* * @author Google, Inc. */ class Google_Service_Acceleratedmobilepageurl extends Google_Service { public $ampUrls; /** * Constructs the internal representation of the Acceleratedmobilepageurl * service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://acceleratedmobilepageurl.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v1'; $this->serviceName = 'acceleratedmobilepageurl'; $this->ampUrls = new Google_Service_Acceleratedmobilepageurl_Resource_AmpUrls( $this, $this->serviceName, 'ampUrls', array( 'methods' => array( 'batchGet' => array( 'path' => 'v1/ampUrls:batchGet', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } }