public class Indexing.UrlNotifications
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Indexing.UrlNotifications.GetMetadata |
class |
Indexing.UrlNotifications.Publish |
Constructor and Description |
---|
UrlNotifications() |
Modifier and Type | Method and Description |
---|---|
Indexing.UrlNotifications.GetMetadata |
getMetadata()
Gets metadata about a Web Document.
|
Indexing.UrlNotifications.Publish |
publish(UrlNotification content)
Notifies that a URL has been updated or deleted.
|
public Indexing.UrlNotifications.GetMetadata getMetadata() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException
public Indexing.UrlNotifications.Publish publish(UrlNotification content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the UrlNotification
java.io.IOException