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 BranchName
BranchName.Builder. build()
static BranchName
BranchName. of(String project, String location, String catalog, String branch)
static BranchName
BranchName. 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 Product
ProductServiceClient. createProduct(BranchName parent, Product product, String productId)
Creates a [Product][google.cloud.retail.v2.Product].ProductServiceClient.ListProductsPagedResponse
ProductServiceClient. 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)
-