public sealed class ImportProductSetsResponse : IMessage<ImportProductSetsResponse>, IEquatable<ImportProductSetsResponse>, IDeepCloneable<ImportProductSetsResponse>, IBufferMessage, IMessage
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["Version 3.7.0 is the latest release, with other versions ranging from 3.6.0 down to 2.3.0 available for the ImportProductSetsResponse."],["The `ImportProductSetsResponse` class is a response message used in the `ImportProductSets` method, and it's part of the `Google.Cloud.Vision.V1` namespace."],["This class inherits from `Object` and implements `IMessage\u003cImportProductSetsResponse\u003e`, `IEquatable\u003cImportProductSetsResponse\u003e`, `IDeepCloneable\u003cImportProductSetsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["`ImportProductSetsResponse` includes two properties, `ReferenceImages`, which lists successfully imported images, and `Statuses`, detailing the status of each `ImportProductSet` request."],["There are two constructors, a parameterless one and one that accepts another instance of `ImportProductSetsResponse`, for creating new objects."]]],[]]