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