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.
Implements
IMessage<ImportProductsResponse>, IEquatable<ImportProductsResponse>, IDeepCloneable<ImportProductsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ImportProductsResponse()
public ImportProductsResponse()
ImportProductsResponse(ImportProductsResponse)
public ImportProductsResponse(ImportProductsResponse other)
Parameter | |
---|---|
Name | Description |
other | ImportProductsResponse |
Properties
ErrorSamples
public RepeatedField<Status> ErrorSamples { get; }
A sample of errors encountered while processing the request.
Property Value | |
---|---|
Type | Description |
RepeatedField<Status> |
ErrorsConfig
public ImportErrorsConfig ErrorsConfig { get; set; }
Echoes the destination for the complete errors in the request if set.
Property Value | |
---|---|
Type | Description |
ImportErrorsConfig |