Uses of Class
com.google.cloud.retail.v2beta.BranchName
-
Packages that use BranchName Package Description com.google.cloud.retail.v2beta A client to Retail API -
-
Uses of BranchName in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return BranchName Modifier and Type Method Description BranchNameBranchName.Builder. build()static BranchNameBranchName. of(String project, String location, String catalog, String branch)static BranchNameBranchName. parse(String formattedString)Methods in com.google.cloud.retail.v2beta that return types with arguments of type BranchName Modifier and Type Method Description static List<BranchName>BranchName. parseList(List<String> formattedStrings)Methods in com.google.cloud.retail.v2beta with parameters of type BranchName Modifier and Type Method Description ProductProductServiceClient. createProduct(BranchName parent, Product product, String productId)Creates a [Product][google.cloud.retail.v2beta.Product].ProductServiceClient.ListProductsPagedResponseProductServiceClient. listProducts(BranchName parent)Gets a list of [Product][google.cloud.retail.v2beta.Product]s.Method parameters in com.google.cloud.retail.v2beta with type arguments of type BranchName Modifier and Type Method Description static List<String>BranchName. toStringList(List<BranchName> values)
-