Show / Hide Table of Contents

Class ItemStatus

This contains item's status and any errors.

Inheritance
object
ItemStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX