Class ImportProductsResponse (1.0.0)

public sealed class ImportProductsResponse : IMessage<ImportProductsResponse>, IEquatable<ImportProductsResponse>, IDeepCloneable<ImportProductsResponse>, IBufferMessage, IMessage

Response of the [ImportProductsRequest][google.cloud.retail.v2.ImportProductsRequest]. If the long running operation is done, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.

Inheritance

System.Object > ImportProductsResponse

Implements

Google.Protobuf.IMessage<ImportProductsResponse>, System.IEquatable<ImportProductsResponse>, Google.Protobuf.IDeepCloneable<ImportProductsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ImportProductsResponse()

public ImportProductsResponse()

ImportProductsResponse(ImportProductsResponse)

public ImportProductsResponse(ImportProductsResponse other)
Parameter
NameDescription
otherImportProductsResponse

Properties

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

A sample of errors encountered while processing the request.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Google.Rpc.Status>

ErrorsConfig

public ImportErrorsConfig ErrorsConfig { get; set; }

Echoes the destination for the complete errors in the request if set.

Property Value
TypeDescription
ImportErrorsConfig