Uses of Class
com.google.cloud.channel.v1.SkuGroupName
-
Packages that use SkuGroupName Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of SkuGroupName in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return SkuGroupName Modifier and Type Method Description SkuGroupName
SkuGroupName.Builder. build()
static SkuGroupName
SkuGroupName. of(String account, String skuGroup)
static SkuGroupName
SkuGroupName. parse(String formattedString)
Methods in com.google.cloud.channel.v1 that return types with arguments of type SkuGroupName Modifier and Type Method Description static List<SkuGroupName>
SkuGroupName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.channel.v1 with parameters of type SkuGroupName Modifier and Type Method Description CloudChannelServiceClient.ListSkuGroupBillableSkusPagedResponse
CloudChannelServiceClient. listSkuGroupBillableSkus(SkuGroupName parent)
Lists the Billable SKUs in a given SKU group.Method parameters in com.google.cloud.channel.v1 with type arguments of type SkuGroupName Modifier and Type Method Description static List<String>
SkuGroupName. toStringList(List<SkuGroupName> values)
-