Uses of Class
com.google.cloud.channel.v1.ReportJob
-
Packages that use ReportJob Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ReportJob in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ReportJob Modifier and Type Method Description ReportJob
ReportJob.Builder. build()
ReportJob
ReportJob.Builder. buildPartial()
static ReportJob
ReportJob. getDefaultInstance()
ReportJob
ReportJob.Builder. getDefaultInstanceForType()
ReportJob
ReportJob. getDefaultInstanceForType()
ReportJob
RunReportJobResponse.Builder. getReportJob()
Pass `report_job.name` to [FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job] to retrieve the report's results.ReportJob
RunReportJobResponse. getReportJob()
Pass `report_job.name` to [FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job] to retrieve the report's results.ReportJob
RunReportJobResponseOrBuilder. getReportJob()
Pass `report_job.name` to [FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job] to retrieve the report's results.static ReportJob
ReportJob. parseDelimitedFrom(InputStream input)
static ReportJob
ReportJob. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportJob
ReportJob. parseFrom(byte[] data)
static ReportJob
ReportJob. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportJob
ReportJob. parseFrom(com.google.protobuf.ByteString data)
static ReportJob
ReportJob. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportJob
ReportJob. parseFrom(com.google.protobuf.CodedInputStream input)
static ReportJob
ReportJob. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportJob
ReportJob. parseFrom(InputStream input)
static ReportJob
ReportJob. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReportJob
ReportJob. parseFrom(ByteBuffer data)
static ReportJob
ReportJob. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.channel.v1 that return types with arguments of type ReportJob Modifier and Type Method Description com.google.protobuf.Parser<ReportJob>
ReportJob. getParserForType()
static com.google.protobuf.Parser<ReportJob>
ReportJob. parser()
Methods in com.google.cloud.channel.v1 with parameters of type ReportJob Modifier and Type Method Description ReportJob.Builder
ReportJob.Builder. mergeFrom(ReportJob other)
RunReportJobResponse.Builder
RunReportJobResponse.Builder. mergeReportJob(ReportJob value)
Pass `report_job.name` to [FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job] to retrieve the report's results.static ReportJob.Builder
ReportJob. newBuilder(ReportJob prototype)
RunReportJobResponse.Builder
RunReportJobResponse.Builder. setReportJob(ReportJob value)
Pass `report_job.name` to [FetchReportResultsRequest.report_job][google.cloud.channel.v1.FetchReportResultsRequest.report_job] to retrieve the report's results.
-