Class ImportCatalogItemsResponse (1.0.0-beta03)

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

Response of the ImportCatalogItemsRequest. 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

Object > ImportCatalogItemsResponse

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ImportCatalogItemsResponse()

public ImportCatalogItemsResponse()

ImportCatalogItemsResponse(ImportCatalogItemsResponse)

public ImportCatalogItemsResponse(ImportCatalogItemsResponse other)
Parameter
NameDescription
otherImportCatalogItemsResponse

Properties

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

A sample of errors encountered while processing the request.

Property Value
TypeDescription
RepeatedField<Status>

ErrorsConfig

public ImportErrorsConfig ErrorsConfig { get; set; }

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

Property Value
TypeDescription
ImportErrorsConfig