Recommendations AI v1beta1 API - Class ImportCatalogItemsResponse (2.0.0-beta02)

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

Reference documentation and code samples for the Recommendations AI v1beta1 API class ImportCatalogItemsResponse.

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