Uses of Class
com.google.cloud.retail.v2alpha.LocalInventory
-
Packages that use LocalInventory Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of LocalInventory in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return LocalInventory Modifier and Type Method Description LocalInventoryLocalInventory.Builder. build()LocalInventoryLocalInventory.Builder. buildPartial()static LocalInventoryLocalInventory. getDefaultInstance()LocalInventoryLocalInventory.Builder. getDefaultInstanceForType()LocalInventoryLocalInventory. getDefaultInstanceForType()LocalInventoryAddLocalInventoriesRequest.Builder. getLocalInventories(int index)Required.LocalInventoryAddLocalInventoriesRequest. getLocalInventories(int index)Required.LocalInventoryAddLocalInventoriesRequestOrBuilder. getLocalInventories(int index)Required.LocalInventoryProduct.Builder. getLocalInventories(int index)Output only.LocalInventoryProduct. getLocalInventories(int index)Output only.LocalInventoryProductOrBuilder. getLocalInventories(int index)Output only.static LocalInventoryLocalInventory. parseDelimitedFrom(InputStream input)static LocalInventoryLocalInventory. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalInventoryLocalInventory. parseFrom(byte[] data)static LocalInventoryLocalInventory. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalInventoryLocalInventory. parseFrom(com.google.protobuf.ByteString data)static LocalInventoryLocalInventory. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalInventoryLocalInventory. parseFrom(com.google.protobuf.CodedInputStream input)static LocalInventoryLocalInventory. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalInventoryLocalInventory. parseFrom(InputStream input)static LocalInventoryLocalInventory. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocalInventoryLocalInventory. parseFrom(ByteBuffer data)static LocalInventoryLocalInventory. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha that return types with arguments of type LocalInventory Modifier and Type Method Description List<LocalInventory>AddLocalInventoriesRequest.Builder. getLocalInventoriesList()Required.List<LocalInventory>AddLocalInventoriesRequest. getLocalInventoriesList()Required.List<LocalInventory>AddLocalInventoriesRequestOrBuilder. getLocalInventoriesList()Required.List<LocalInventory>Product.Builder. getLocalInventoriesList()Output only.List<LocalInventory>Product. getLocalInventoriesList()Output only.List<LocalInventory>ProductOrBuilder. getLocalInventoriesList()Output only.com.google.protobuf.Parser<LocalInventory>LocalInventory. getParserForType()static com.google.protobuf.Parser<LocalInventory>LocalInventory. parser()Methods in com.google.cloud.retail.v2alpha with parameters of type LocalInventory Modifier and Type Method Description AddLocalInventoriesRequest.BuilderAddLocalInventoriesRequest.Builder. addLocalInventories(int index, LocalInventory value)Required.AddLocalInventoriesRequest.BuilderAddLocalInventoriesRequest.Builder. addLocalInventories(LocalInventory value)Required.Product.BuilderProduct.Builder. addLocalInventories(int index, LocalInventory value)Output only.Product.BuilderProduct.Builder. addLocalInventories(LocalInventory value)Output only.LocalInventory.BuilderLocalInventory.Builder. mergeFrom(LocalInventory other)static LocalInventory.BuilderLocalInventory. newBuilder(LocalInventory prototype)AddLocalInventoriesRequest.BuilderAddLocalInventoriesRequest.Builder. setLocalInventories(int index, LocalInventory value)Required.Product.BuilderProduct.Builder. setLocalInventories(int index, LocalInventory value)Output only.Method parameters in com.google.cloud.retail.v2alpha with type arguments of type LocalInventory Modifier and Type Method Description AddLocalInventoriesRequest.BuilderAddLocalInventoriesRequest.Builder. addAllLocalInventories(Iterable<? extends LocalInventory> values)Required.Product.BuilderProduct.Builder. addAllLocalInventories(Iterable<? extends LocalInventory> values)Output only.
-