Package | Description |
---|---|
com.google.api.services.indexing.v3 | |
com.google.api.services.indexing.v3.model |
Modifier and Type | Method and Description |
---|---|
Indexing.UrlNotifications.Publish |
Indexing.UrlNotifications.publish(UrlNotification content)
Notifies that a URL has been updated or deleted.
|
Constructor and Description |
---|
Publish(UrlNotification content)
Notifies that a URL has been updated or deleted.
|
Modifier and Type | Method and Description |
---|---|
UrlNotification |
UrlNotification.clone() |
UrlNotification |
UrlNotificationMetadata.getLatestRemove()
Latest notification received with type `URL_REMOVED`.
|
UrlNotification |
UrlNotificationMetadata.getLatestUpdate()
Latest notification received with type `URL_UPDATED`.
|
UrlNotification |
UrlNotification.set(String fieldName,
Object value) |
UrlNotification |
UrlNotification.setNotifyTime(String notifyTime)
Creation timestamp for this notification.
|
UrlNotification |
UrlNotification.setType(String type)
The URL life cycle event that Google is being notified about.
|
UrlNotification |
UrlNotification.setUrl(String url)
The object of this notification.
|
Modifier and Type | Method and Description |
---|---|
UrlNotificationMetadata |
UrlNotificationMetadata.setLatestRemove(UrlNotification latestRemove)
Latest notification received with type `URL_REMOVED`.
|
UrlNotificationMetadata |
UrlNotificationMetadata.setLatestUpdate(UrlNotification latestUpdate)
Latest notification received with type `URL_UPDATED`.
|
Copyright © 2011–2024 Google. All rights reserved.