Uses of Class
com.google.cloud.retail.v2.BranchName
-
Packages that use BranchName Package Description com.google.cloud.retail.v2 A client to Retail API -
-
Uses of BranchName in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 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.v2 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.v2 with parameters of type BranchName Modifier and Type Method Description ProductProductServiceClient. createProduct(BranchName parent, Product product, String productId)Creates a [Product][google.cloud.retail.v2.Product].ProductServiceClient.ListProductsPagedResponseProductServiceClient. listProducts(BranchName parent)Gets a list of [Product][google.cloud.retail.v2.Product]s.Method parameters in com.google.cloud.retail.v2 with type arguments of type BranchName Modifier and Type Method Description static List<String>BranchName. toStringList(List<BranchName> values)
-