public interface CatalogInlineSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCatalogItems(int index)
public abstract 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];
| Name | Description |
| index | int |
| Type | Description |
| CatalogItem |
getCatalogItemsCount()
public abstract 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];
| Type | Description |
| int |
getCatalogItemsList()
public abstract 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];
| Type | Description |
| List<CatalogItem> |
getCatalogItemsOrBuilder(int index)
public abstract 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];
| Name | Description |
| index | int |
| Type | Description |
| CatalogItemOrBuilder |
getCatalogItemsOrBuilderList()
public abstract 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];
| Type | Description |
| List<? extends com.google.cloud.recommendationengine.v1beta1.CatalogItemOrBuilder> |