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

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
Name Description
other ImportCatalogItemsResponse

Properties

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

A sample of errors encountered while processing the request.

Property Value
Type Description
RepeatedFieldStatus

ErrorsConfig

public ImportErrorsConfig ErrorsConfig { get; set; }

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

Property Value
Type Description
ImportErrorsConfig