content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus Class Reference

The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished. More...

Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Country [get, set]
 The country for which the status is reported, represented as a CLDR territory code. More...
 
virtual System.Nullable< ulong > DatafeedId [get, set]
 The ID of the feed for which the status is reported. More...
 
virtual System.Collections.Generic.IList< DatafeedStatusErrorErrors [get, set]
 The list of errors occurring in the feed. More...
 
virtual System.Nullable< ulong > ItemsTotal [get, set]
 The number of items in the feed that were processed. More...
 
virtual System.Nullable< ulong > ItemsValid [get, set]
 The number of items in the feed that were valid. More...
 
virtual string Kind [get, set]
 Identifies what kind of resource this is. Value: the fixed string "content#datafeedStatus". More...
 
virtual string Language [get, set]
 The two-letter ISO 639-1 language for which the status is reported. More...
 
virtual string LastUploadDate [get, set]
 The last date at which the feed was uploaded. More...
 
virtual string ProcessingStatus [get, set]
 The processing status of the feed. More...
 
virtual System.Collections.Generic.IList< DatafeedStatusErrorWarnings [get, set]
 The list of errors occurring in the feed. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.

Property Documentation

◆ Country

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.Country
getset

The country for which the status is reported, represented as a CLDR territory code.

◆ DatafeedId

virtual System.Nullable<ulong> Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.DatafeedId
getset

The ID of the feed for which the status is reported.

◆ Errors

virtual System.Collections.Generic.IList<DatafeedStatusError> Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.Errors
getset

The list of errors occurring in the feed.

◆ ETag

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.ETag
getset

The ETag of the item.

◆ ItemsTotal

virtual System.Nullable<ulong> Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.ItemsTotal
getset

The number of items in the feed that were processed.

◆ ItemsValid

virtual System.Nullable<ulong> Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.ItemsValid
getset

The number of items in the feed that were valid.

◆ Kind

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.Kind
getset

Identifies what kind of resource this is. Value: the fixed string "content#datafeedStatus".

◆ Language

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.Language
getset

The two-letter ISO 639-1 language for which the status is reported.

◆ LastUploadDate

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.LastUploadDate
getset

The last date at which the feed was uploaded.

◆ ProcessingStatus

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.ProcessingStatus
getset

The processing status of the feed.

◆ Warnings

virtual System.Collections.Generic.IList<DatafeedStatusError> Google.Apis.ShoppingContent.v2_1.Data.DatafeedStatus.Warnings
getset

The list of errors occurring in the feed.


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