Class GoogleCloudDiscoveryengineV1alphaImportUserEventsRequest
Request message for the ImportUserEvents request.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaImportUserEventsRequest : IDirectResponseSchema
Properties
BigquerySource
BigQuery input source.
Declaration
[JsonProperty("bigquerySource")]
public virtual GoogleCloudDiscoveryengineV1alphaBigQuerySource BigquerySource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaBigQuerySource |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorConfig
The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Declaration
[JsonProperty("errorConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaImportErrorConfig ErrorConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaImportErrorConfig |
GcsSource
Cloud Storage location for the input content.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDiscoveryengineV1alphaGcsSource GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaGcsSource |
InlineSource
The Inline source for the input content for UserEvents.
Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1alphaImportUserEventsRequestInlineSource InlineSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaImportUserEventsRequestInlineSource |