public interface InputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCatalogInlineSource()
public abstract CatalogInlineSource getCatalogInlineSource()The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
| Type | Description |
| 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;
| Type | Description |
| CatalogInlineSourceOrBuilder |
getGcsSource()
public abstract GcsSource getGcsSource()Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
| Type | Description |
| GcsSource | The gcsSource. |
getGcsSourceOrBuilder()
public abstract GcsSourceOrBuilder getGcsSourceOrBuilder()Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
| Type | Description |
| GcsSourceOrBuilder |
getSourceCase()
public abstract InputConfig.SourceCase getSourceCase()| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the userEventInlineSource field is set. |