Interface InputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InputConfig
,InputConfig.Builder
public interface InputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CatalogInlineSource
getCatalogInlineSource()
The Inline source for the input content for Catalog items.CatalogInlineSourceOrBuilder
getCatalogInlineSourceOrBuilder()
The Inline source for the input content for Catalog items.GcsSource
getGcsSource()
Google Cloud Storage location for the input content.GcsSourceOrBuilder
getGcsSourceOrBuilder()
Google Cloud Storage location for the input content.InputConfig.SourceCase
getSourceCase()
UserEventInlineSource
getUserEventInlineSource()
The Inline source for the input content for UserEvents.UserEventInlineSourceOrBuilder
getUserEventInlineSourceOrBuilder()
The Inline source for the input content for UserEvents.boolean
hasCatalogInlineSource()
The Inline source for the input content for Catalog items.boolean
hasGcsSource()
Google Cloud Storage location for the input content.boolean
hasUserEventInlineSource()
The Inline source for the input content for UserEvents.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCatalogInlineSource
boolean hasCatalogInlineSource()
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
- Returns:
- Whether the catalogInlineSource field is set.
-
getCatalogInlineSource
CatalogInlineSource getCatalogInlineSource()
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
- Returns:
- The catalogInlineSource.
-
getCatalogInlineSourceOrBuilder
CatalogInlineSourceOrBuilder getCatalogInlineSourceOrBuilder()
The Inline source for the input content for Catalog items.
.google.cloud.recommendationengine.v1beta1.CatalogInlineSource catalog_inline_source = 1;
-
hasGcsSource
boolean hasGcsSource()
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
GcsSource getGcsSource()
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location for the input content.
.google.cloud.recommendationengine.v1beta1.GcsSource gcs_source = 2;
-
hasUserEventInlineSource
boolean hasUserEventInlineSource()
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
- Returns:
- Whether the userEventInlineSource field is set.
-
getUserEventInlineSource
UserEventInlineSource getUserEventInlineSource()
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
- Returns:
- The userEventInlineSource.
-
getUserEventInlineSourceOrBuilder
UserEventInlineSourceOrBuilder getUserEventInlineSourceOrBuilder()
The Inline source for the input content for UserEvents.
.google.cloud.recommendationengine.v1beta1.UserEventInlineSource user_event_inline_source = 3;
-
getSourceCase
InputConfig.SourceCase getSourceCase()
-
-