Uses of Class
com.google.cloud.channel.v1.ProductName
-
Packages that use ProductName Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ProductName in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ProductName Modifier and Type Method Description ProductName
ProductName.Builder. build()
static ProductName
ProductName. of(String product)
static ProductName
ProductName. parse(String formattedString)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ProductName Modifier and Type Method Description static List<ProductName>
ProductName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.channel.v1 with type arguments of type ProductName Modifier and Type Method Description static List<String>
ProductName. toStringList(List<ProductName> values)
-