| Package | Description |
|---|---|
| com.google.api.services.indexing.v3.model |
| Modifier and Type | Method and Description |
|---|---|
UrlNotificationMetadata |
UrlNotificationMetadata.clone() |
UrlNotificationMetadata |
PublishUrlNotificationResponse.getUrlNotificationMetadata()
Description of the notification events received for this URL.
|
UrlNotificationMetadata |
UrlNotificationMetadata.set(String fieldName,
Object value) |
UrlNotificationMetadata |
UrlNotificationMetadata.setLatestRemove(UrlNotification latestRemove)
Latest notification received with type `URL_REMOVED`.
|
UrlNotificationMetadata |
UrlNotificationMetadata.setLatestUpdate(UrlNotification latestUpdate)
Latest notification received with type `URL_UPDATED`.
|
UrlNotificationMetadata |
UrlNotificationMetadata.setUrl(String url)
URL to which this metadata refers.
|
| Modifier and Type | Method and Description |
|---|---|
PublishUrlNotificationResponse |
PublishUrlNotificationResponse.setUrlNotificationMetadata(UrlNotificationMetadata urlNotificationMetadata)
Description of the notification events received for this URL.
|
Copyright © 2011–2024 Google. All rights reserved.