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