Interface InputConfigOrBuilder (0.48.0)

public interface InputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogInlineSource()

public abstract CatalogInlineSource getCatalogInlineSource()

The Inline source for the input content for Catalog items.

.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;

Returns
TypeDescription
CatalogInlineSource

The catalogInlineSource.

getCatalogInlineSourceOrBuilder()

public abstract CatalogInlineSourceOrBuilder getCatalogInlineSourceOrBuilder()

The Inline source for the input content for Catalog items.

.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;

Returns
TypeDescription
CatalogInlineSourceOrBuilder

getGcsSource()

public abstract GcsSource getGcsSource()

Google Cloud Storage location for the input content.

.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;

Returns
TypeDescription
GcsSource

The gcsSource.

getGcsSourceOrBuilder()

public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()

Google Cloud Storage location for the input content.

.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;

Returns
TypeDescription
GcsSourceOrBuilder

getSourceCase()

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

getUserEventInlineSource()

public abstract UserEventInlineSource getUserEventInlineSource()

The Inline source for the input content for UserEvents.

.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;

Returns
TypeDescription
UserEventInlineSource

The userEventInlineSource.

getUserEventInlineSourceOrBuilder()

public abstract UserEventInlineSourceOrBuilder getUserEventInlineSourceOrBuilder()

The Inline source for the input content for UserEvents.

.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;

Returns
TypeDescription
UserEventInlineSourceOrBuilder

hasCatalogInlineSource()

public abstract boolean hasCatalogInlineSource()

The Inline source for the input content for Catalog items.

.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;

Returns
TypeDescription
boolean

Whether the catalogInlineSource field is set.

hasGcsSource()

public abstract boolean hasGcsSource()

Google Cloud Storage location for the input content.

.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;

Returns
TypeDescription
boolean

Whether the gcsSource field is set.

hasUserEventInlineSource()

public abstract boolean hasUserEventInlineSource()

The Inline source for the input content for UserEvents.

.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;

Returns
TypeDescription
boolean

Whether the userEventInlineSource field is set.