Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1ImportUserEventsRequest

Request message for the ImportUserEvents request.

Inheritance
object
GoogleCloudDiscoveryengineV1ImportUserEventsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1ImportUserEventsRequest : IDirectResponseSchema

Properties

BigquerySource

BigQuery input source.

Declaration
[JsonProperty("bigquerySource")]
public virtual GoogleCloudDiscoveryengineV1BigQuerySource BigquerySource { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1BigQuerySource

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 GoogleCloudDiscoveryengineV1ImportErrorConfig ErrorConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1ImportErrorConfig

GcsSource

Cloud Storage location for the input content.

Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDiscoveryengineV1GcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1GcsSource

InlineSource

The Inline source for the input content for UserEvents.

Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource InlineSource { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX