Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaImportUserEventsRequest

Request message for the ImportUserEvents request.

Inheritance
object
GoogleCloudDiscoveryengineV1betaImportUserEventsRequest
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.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaImportUserEventsRequest : IDirectResponseSchema

Properties

BigquerySource

BigQuery input source.

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

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

GcsSource

Cloud Storage location for the input content.

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

InlineSource

The Inline source for the input content for UserEvents.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX