Recommendations AI v1beta1 API - Class ImportCatalogItemsRequest (2.0.0-beta05)

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

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

Request message for Import methods.

Inheritance

object > ImportCatalogItemsRequest

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

ImportCatalogItemsRequest()

public ImportCatalogItemsRequest()

ImportCatalogItemsRequest(ImportCatalogItemsRequest)

public ImportCatalogItemsRequest(ImportCatalogItemsRequest other)
Parameter
NameDescription
otherImportCatalogItemsRequest

Properties

ErrorsConfig

public ImportErrorsConfig ErrorsConfig { get; set; }

Optional. The desired location of errors incurred during the Import.

Property Value
TypeDescription
ImportErrorsConfig

InputConfig

public InputConfig InputConfig { get; set; }

Required. The desired input location of the data.

Property Value
TypeDescription
InputConfig

Parent

public string Parent { get; set; }

Required. projects/1234/locations/global/catalogs/default_catalog

Property Value
TypeDescription
string

ParentAsCatalogName

public CatalogName ParentAsCatalogName { get; set; }

CatalogName-typed view over the Parent resource name property.

Property Value
TypeDescription
CatalogName

RequestId

public string RequestId { get; set; }

Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency and used for request deduplication. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response.

Property Value
TypeDescription
string