Class ImportProductsResponse
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
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class ImportProductsResponse : IMessage<ImportProductsResponse>, IEquatable<ImportProductsResponse>, IDeepCloneable<ImportProductsResponse>, IBufferMessage, IMessage
Constructors
ImportProductsResponse()
Declaration
public ImportProductsResponse()
ImportProductsResponse(ImportProductsResponse)
Declaration
public ImportProductsResponse(ImportProductsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ImportProductsResponse | other |
Properties
ErrorSamples
A sample of errors encountered while processing the request.
Declaration
public RepeatedField<Status> ErrorSamples { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Status> |
ErrorsConfig
Echoes the destination for the complete errors in the request if set.
Declaration
public ImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type | Description |
---|---|
ImportErrorsConfig |