Class ImportProductsRequest
Request message for Import methods.
Inheritance
System.Object
ImportProductsRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class ImportProductsRequest : IMessage<ImportProductsRequest>, IEquatable<ImportProductsRequest>, IDeepCloneable<ImportProductsRequest>, IBufferMessage, IMessage
Constructors
ImportProductsRequest()
Declaration
public ImportProductsRequest()
ImportProductsRequest(ImportProductsRequest)
Declaration
public ImportProductsRequest(ImportProductsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ImportProductsRequest | other |
Properties
ErrorsConfig
The desired location of errors incurred during the Import.
Declaration
public ImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type | Description |
---|---|
ImportErrorsConfig |
InputConfig
Required. The desired input location of the data.
Declaration
public ProductInputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
ProductInputConfig |
Parent
Required. "projects/1234/locations/global/catalogs/default_catalog/branches/default_branch"
If no updateMask is specified, requires products.create permission. If updateMask is specified, requires products.update permission.
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdateMask
Indicates which fields in the provided imported 'products' to update. If not set, will by default update all fields.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |