Interface CatalogInlineSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CatalogInlineSource
,CatalogInlineSource.Builder
public interface CatalogInlineSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CatalogItem
getCatalogItems(int index)
Optional.int
getCatalogItemsCount()
Optional.List<CatalogItem>
getCatalogItemsList()
Optional.CatalogItemOrBuilder
getCatalogItemsOrBuilder(int index)
Optional.List<? extends CatalogItemOrBuilder>
getCatalogItemsOrBuilderList()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCatalogItemsList
List<CatalogItem> getCatalogItemsList()
Optional. A list of catalog items to update/create. Recommended max of 10k items.
repeated .google.cloud.recommendationengine.v1beta1.CatalogItem catalog_items = 1 [(.google.api.field_behavior) = OPTIONAL];
-
getCatalogItems
CatalogItem getCatalogItems(int index)
Optional. A list of catalog items to update/create. Recommended max of 10k items.
repeated .google.cloud.recommendationengine.v1beta1.CatalogItem catalog_items = 1 [(.google.api.field_behavior) = OPTIONAL];
-
getCatalogItemsCount
int getCatalogItemsCount()
Optional. A list of catalog items to update/create. Recommended max of 10k items.
repeated .google.cloud.recommendationengine.v1beta1.CatalogItem catalog_items = 1 [(.google.api.field_behavior) = OPTIONAL];
-
getCatalogItemsOrBuilderList
List<? extends CatalogItemOrBuilder> getCatalogItemsOrBuilderList()
Optional. A list of catalog items to update/create. Recommended max of 10k items.
repeated .google.cloud.recommendationengine.v1beta1.CatalogItem catalog_items = 1 [(.google.api.field_behavior) = OPTIONAL];
-
getCatalogItemsOrBuilder
CatalogItemOrBuilder getCatalogItemsOrBuilder(int index)
Optional. A list of catalog items to update/create. Recommended max of 10k items.
repeated .google.cloud.recommendationengine.v1beta1.CatalogItem catalog_items = 1 [(.google.api.field_behavior) = OPTIONAL];
-
-