Indexing

Indexing

Web Search Indexing API

Notifies Google Web Search when your web pages change.

Constructor

new Indexing()

Example
```js
const {google} = require('googleapis');
const indexing = google.indexing('v3');
```