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.
Implements
IMessageImportCatalogItemsResponse, IEquatableImportCatalogItemsResponse, IDeepCloneableImportCatalogItemsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
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 |