* Notifies Google when your web pages change.

* *

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

* * @author Google, Inc. */ class Google_Service_Indexing extends Google_Service { /** Submit data to Google for indexing. */ const INDEXING = "https://www.googleapis.com/auth/indexing"; public $urlNotifications; /** * Constructs the internal representation of the Indexing service. * * @param Google_Client $client */ public function __construct(Google_Client $client) { parent::__construct($client); $this->rootUrl = 'https://indexing.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; $this->version = 'v3'; $this->serviceName = 'indexing'; $this->urlNotifications = new Google_Service_Indexing_Resource_UrlNotifications( $this, $this->serviceName, 'urlNotifications', array( 'methods' => array( 'getMetadata' => array( 'path' => 'v3/urlNotifications/metadata', 'httpMethod' => 'GET', 'parameters' => array( 'url' => array( 'location' => 'query', 'type' => 'string', ), ), ),'publish' => array( 'path' => 'v3/urlNotifications:publish', 'httpMethod' => 'POST', 'parameters' => array(), ), ) ) ); } }