public sealed class ImportCatalogItemsRequest : IMessage<ImportCatalogItemsRequest>, IEquatable<ImportCatalogItemsRequest>, IDeepCloneable<ImportCatalogItemsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Recommendations AI v1beta1 API class ImportCatalogItemsRequest.
Request message for Import methods.
Implements
IMessageImportCatalogItemsRequest, IEquatableImportCatalogItemsRequest, IDeepCloneableImportCatalogItemsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
ImportCatalogItemsRequest()
public ImportCatalogItemsRequest()ImportCatalogItemsRequest(ImportCatalogItemsRequest)
public ImportCatalogItemsRequest(ImportCatalogItemsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportCatalogItemsRequest |
Properties
ErrorsConfig
public ImportErrorsConfig ErrorsConfig { get; set; }Optional. The desired location of errors incurred during the Import.
| Property Value | |
|---|---|
| Type | Description |
ImportErrorsConfig |
|
InputConfig
public InputConfig InputConfig { get; set; }Required. The desired input location of the data.
| Property Value | |
|---|---|
| Type | Description |
InputConfig |
|
Parent
public string Parent { get; set; }Required. projects/1234/locations/global/catalogs/default_catalog
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsCatalogName
public CatalogName ParentAsCatalogName { get; set; }CatalogName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|