indexing  v3
Properties | List of all members
Google.Apis.Indexing.v3.Data.UrlNotification Class Reference

UrlNotification is the resource used in all Indexing API calls. It describes one event in the life cycle of a Web Document. More...

Inheritance diagram for Google.Apis.Indexing.v3.Data.UrlNotification:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual object NotifyTime [get, set]
 Creation timestamp for this notification. Users should not specify it, the field is ignored at the request time. More...
 
virtual string Type [get, set]
 The URL life cycle event that Google is being notified about. More...
 
virtual string Url [get, set]
 The object of this notification. The URL must be owned by the publisher of this notification and, in case of URL_UPDATED notifications, it must be crawlable by Google. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

UrlNotification is the resource used in all Indexing API calls. It describes one event in the life cycle of a Web Document.

Property Documentation

◆ ETag

virtual string Google.Apis.Indexing.v3.Data.UrlNotification.ETag
getset

The ETag of the item.

◆ NotifyTime

virtual object Google.Apis.Indexing.v3.Data.UrlNotification.NotifyTime
getset

Creation timestamp for this notification. Users should not specify it, the field is ignored at the request time.

◆ Type

virtual string Google.Apis.Indexing.v3.Data.UrlNotification.Type
getset

The URL life cycle event that Google is being notified about.

◆ Url

virtual string Google.Apis.Indexing.v3.Data.UrlNotification.Url
getset

The object of this notification. The URL must be owned by the publisher of this notification and, in case of URL_UPDATED notifications, it must be crawlable by Google.


The documentation for this class was generated from the following file: