Discovery Engine v1beta API - Class ImportUserEventsRequest (1.0.0-beta12)

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.

Inheritance

object > ImportUserEventsRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ImportUserEventsRequest()

public ImportUserEventsRequest()

ImportUserEventsRequest(ImportUserEventsRequest)

public ImportUserEventsRequest(ImportUserEventsRequest other)
Parameter
NameDescription
otherImportUserEventsRequest

Properties

BigquerySource

public BigQuerySource BigquerySource { get; set; }

BigQuery input source.

Property Value
TypeDescription
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
TypeDescription
ImportErrorConfig

GcsSource

public GcsSource GcsSource { get; set; }

Cloud Storage location for the input content.

Property Value
TypeDescription
GcsSource

InlineSource

public ImportUserEventsRequest.Types.InlineSource InlineSource { get; set; }

The Inline source for the input content for UserEvents.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsDataStoreName

public DataStoreName ParentAsDataStoreName { get; set; }

DataStoreName-typed view over the Parent resource name property.

Property Value
TypeDescription
DataStoreName

SourceCase

public ImportUserEventsRequest.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
ImportUserEventsRequestSourceOneofCase