public sealed class ImportUserEventsRequest : IMessage<ImportUserEventsRequest>, IEquatable<ImportUserEventsRequest>, IDeepCloneable<ImportUserEventsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportUserEventsRequest.
Request message for the ImportUserEvents request.
Implements
IMessageImportUserEventsRequest, IEquatableImportUserEventsRequest, IDeepCloneableImportUserEventsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ImportUserEventsRequest()
public ImportUserEventsRequest()
ImportUserEventsRequest(ImportUserEventsRequest)
public ImportUserEventsRequest(ImportUserEventsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ImportUserEventsRequest |
Properties
BigquerySource
public BigQuerySource BigquerySource { get; set; }
BigQuery input source.
Property Value | |
---|---|
Type | Description |
BigQuerySource |
ErrorConfig
public ImportErrorConfig ErrorConfig { get; set; }
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Property Value | |
---|---|
Type | Description |
ImportErrorConfig |
GcsSource
public GcsSource GcsSource { get; set; }
Cloud Storage location for the input content.
Property Value | |
---|---|
Type | Description |
GcsSource |
InlineSource
public ImportUserEventsRequest.Types.InlineSource InlineSource { get; set; }
The Inline source for the input content for UserEvents.
Property Value | |
---|---|
Type | Description |
ImportUserEventsRequestTypesInlineSource |
Parent
public string Parent { get; set; }
Required. Parent DataStore resource name, of the form
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
Property Value | |
---|---|
Type | Description |
string |
ParentAsDataStoreName
public DataStoreName ParentAsDataStoreName { get; set; }
DataStoreName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DataStoreName |
SourceCase
public ImportUserEventsRequest.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
ImportUserEventsRequestSourceOneofCase |