Interface UserEventInputConfigOrBuilder (2.43.0)

public interface UserEventInputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigQuerySource()

public abstract BigQuerySource getBigQuerySource()

Required. BigQuery input source.

.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BigQuerySource

The bigQuerySource.

getBigQuerySourceOrBuilder()

public abstract BigQuerySourceOrBuilder getBigQuerySourceOrBuilder()

Required. BigQuery input source.

.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BigQuerySourceOrBuilder

getGcsSource()

public abstract GcsSource getGcsSource()

Required. Google Cloud Storage location for the input content.

.google.cloud.retail.v2alpha.GcsSource gcs_source = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

Required. Google Cloud Storage location for the input content.

.google.cloud.retail.v2alpha.GcsSource gcs_source = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
GcsSourceOrBuilder

getSourceCase()

public abstract UserEventInputConfig.SourceCase getSourceCase()
Returns
TypeDescription
UserEventInputConfig.SourceCase

getUserEventInlineSource()

public abstract UserEventInlineSource getUserEventInlineSource()

Required. The Inline source for the input content for UserEvents.

.google.cloud.retail.v2alpha.UserEventInlineSource user_event_inline_source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UserEventInlineSource

The userEventInlineSource.

getUserEventInlineSourceOrBuilder()

public abstract UserEventInlineSourceOrBuilder getUserEventInlineSourceOrBuilder()

Required. The Inline source for the input content for UserEvents.

.google.cloud.retail.v2alpha.UserEventInlineSource user_event_inline_source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UserEventInlineSourceOrBuilder

hasBigQuerySource()

public abstract boolean hasBigQuerySource()

Required. BigQuery input source.

.google.cloud.retail.v2alpha.BigQuerySource big_query_source = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the bigQuerySource field is set.

hasGcsSource()

public abstract boolean hasGcsSource()

Required. Google Cloud Storage location for the input content.

.google.cloud.retail.v2alpha.GcsSource gcs_source = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the gcsSource field is set.

hasUserEventInlineSource()

public abstract boolean hasUserEventInlineSource()

Required. The Inline source for the input content for UserEvents.

.google.cloud.retail.v2alpha.UserEventInlineSource user_event_inline_source = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the userEventInlineSource field is set.