Class ItemStatus
This contains item's status and any errors.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ItemStatus : IDirectResponseSchema
Properties
Code
Status code.
Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcessingErrors
Error details in case the item is in ERROR state.
Declaration
[JsonProperty("processingErrors")]
public virtual IList<ProcessingError> ProcessingErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<ProcessingError> |
RepositoryErrors
Repository error reported by connector.
Declaration
[JsonProperty("repositoryErrors")]
public virtual IList<RepositoryError> RepositoryErrors { get; set; }
Property Value
Type | Description |
---|---|
IList<RepositoryError> |