Uses of Class
com.google.cloud.recommendationengine.v1beta1.ProductCatalogItem.StockState
-
Packages that use ProductCatalogItem.StockState Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of ProductCatalogItem.StockState in com.google.cloud.recommendationengine.v1beta1
Fields in com.google.cloud.recommendationengine.v1beta1 declared as ProductCatalogItem.StockState Modifier and Type Field Description static ProductCatalogItem.StockState
ProductCatalogItem.StockState. IN_STOCK
Item in stock.Methods in com.google.cloud.recommendationengine.v1beta1 that return ProductCatalogItem.StockState Modifier and Type Method Description static ProductCatalogItem.StockState
ProductCatalogItem.StockState. forNumber(int value)
ProductCatalogItem.StockState
ProductCatalogItem.Builder. getStockState()
Optional.ProductCatalogItem.StockState
ProductCatalogItem. getStockState()
Optional.ProductCatalogItem.StockState
ProductCatalogItemOrBuilder. getStockState()
Optional.ProductCatalogItem.StockState
ProductDetail.Builder. getStockState()
Optional.ProductCatalogItem.StockState
ProductDetail. getStockState()
Optional.ProductCatalogItem.StockState
ProductDetailOrBuilder. getStockState()
Optional.static ProductCatalogItem.StockState
ProductCatalogItem.StockState. valueOf(int value)
Deprecated.static ProductCatalogItem.StockState
ProductCatalogItem.StockState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ProductCatalogItem.StockState
ProductCatalogItem.StockState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProductCatalogItem.StockState[]
ProductCatalogItem.StockState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.recommendationengine.v1beta1 that return types with arguments of type ProductCatalogItem.StockState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ProductCatalogItem.StockState>
ProductCatalogItem.StockState. internalGetValueMap()
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type ProductCatalogItem.StockState Modifier and Type Method Description ProductCatalogItem.Builder
ProductCatalogItem.Builder. setStockState(ProductCatalogItem.StockState value)
Optional.ProductDetail.Builder
ProductDetail.Builder. setStockState(ProductCatalogItem.StockState value)
Optional.
-