Show / Hide Table of Contents

Class ImportProductSetsResponse

Response message for the ImportProductSets method. This message is returned by the google.longrunning.Operations.GetOperation method in the returned google.longrunning.Operation.response field.

Inheritance
object
ImportProductSetsResponse
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.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class ImportProductSetsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReferenceImages

The list of reference_images that are imported successfully.

Declaration
[JsonProperty("referenceImages")]
public virtual IList<ReferenceImage> ReferenceImages { get; set; }
Property Value
Type Description
IList<ReferenceImage>

Statuses

The rpc status for each ImportProductSet request, including both successes and errors. The number of statuses here matches the number of lines in the csv file, and statuses[i] stores the success or failure status of processing the i-th line of the csv, starting from line 0.

Declaration
[JsonProperty("statuses")]
public virtual IList<Status> Statuses { get; set; }
Property Value
Type Description
IList<Status>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX