Class ImportUserEventsRequest
Request message for the ImportUserEvents request.
Inheritance
System.Object
ImportUserEventsRequest
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 ImportUserEventsRequest : IMessage<ImportUserEventsRequest>, IEquatable<ImportUserEventsRequest>, IDeepCloneable<ImportUserEventsRequest>, IBufferMessage, IMessage
Constructors
ImportUserEventsRequest()
Declaration
public ImportUserEventsRequest()
ImportUserEventsRequest(ImportUserEventsRequest)
Declaration
public ImportUserEventsRequest(ImportUserEventsRequest other)
Parameters
Type | Name | Description |
---|---|---|
ImportUserEventsRequest | other |
Properties
ErrorsConfig
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Declaration
public ImportErrorsConfig ErrorsConfig { get; set; }
Property Value
Type | Description |
---|---|
ImportErrorsConfig |
InputConfig
Required. The desired input location of the data.
Declaration
public UserEventInputConfig InputConfig { get; set; }
Property Value
Type | Description |
---|---|
UserEventInputConfig |
Parent
Required. "projects/1234/locations/global/catalogs/default_catalog"
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |