public sealed class ImportProductSetsResponse : IMessage<ImportProductSetsResponse>, IEquatable<ImportProductSetsResponse>, IDeepCloneable<ImportProductSetsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class ImportProductSetsResponse.
Response message for the ImportProductSets method.
This message is returned by the [google.longrunning.Operations.GetOperation][google.longrunning.Operations.GetOperation] method in the returned [google.longrunning.Operation.response][google.longrunning.Operation.response] field.
Implements
IMessageImportProductSetsResponse, IEquatableImportProductSetsResponse, IDeepCloneableImportProductSetsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ImportProductSetsResponse()
public ImportProductSetsResponse()ImportProductSetsResponse(ImportProductSetsResponse)
public ImportProductSetsResponse(ImportProductSetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportProductSetsResponse |
Properties
ReferenceImages
public RepeatedField<ReferenceImage> ReferenceImages { get; }The list of reference_images that are imported successfully.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldReferenceImage |
|
Statuses
public RepeatedField<Status> Statuses { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStatus |
|