Uses of Class
com.google.cloud.channel.v1.ReportJobName
-
Packages that use ReportJobName Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ReportJobName in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ReportJobName Modifier and Type Method Description ReportJobName
ReportJobName.Builder. build()
static ReportJobName
ReportJobName. of(String account, String reportJob)
static ReportJobName
ReportJobName. parse(String formattedString)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ReportJobName Modifier and Type Method Description static List<ReportJobName>
ReportJobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.channel.v1 with parameters of type ReportJobName Modifier and Type Method Description CloudChannelReportsServiceClient.FetchReportResultsPagedResponse
CloudChannelReportsServiceClient. fetchReportResults(ReportJobName reportJob)
Retrieves data generated by [CloudChannelReportsService.RunReportJob][google.cloud.channel.v1.CloudChannelReportsService.RunReportJob].Method parameters in com.google.cloud.channel.v1 with type arguments of type ReportJobName Modifier and Type Method Description static List<String>
ReportJobName. toStringList(List<ReportJobName> values)
-