Google Cloud Channel V1 Client - Class RunReportJobResponse (1.5.0)

Reference documentation and code samples for the Google Cloud Channel V1 Client class RunReportJobResponse.

Response message for CloudChannelReportsService.RunReportJob.

Generated from protobuf message google.cloud.channel.v1.RunReportJobResponse

Namespace

Google \ Cloud \ Channel \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ report_job Google\Cloud\Channel\V1\ReportJob

Pass report_job.name to FetchReportResultsRequest.report_job to retrieve the report's results.

↳ report_metadata Google\Cloud\Channel\V1\ReportResultsMetadata

The metadata for the report's results (display name, columns, row count, and date range). If you view this before the operation finishes, you may see incomplete data.

getReportJob

Pass report_job.name to FetchReportResultsRequest.report_job to retrieve the report's results.

Returns
TypeDescription
Google\Cloud\Channel\V1\ReportJob|null

hasReportJob

clearReportJob

setReportJob

Pass report_job.name to FetchReportResultsRequest.report_job to retrieve the report's results.

Parameter
NameDescription
var Google\Cloud\Channel\V1\ReportJob
Returns
TypeDescription
$this

getReportMetadata

The metadata for the report's results (display name, columns, row count, and date range). If you view this before the operation finishes, you may see incomplete data.

Returns
TypeDescription
Google\Cloud\Channel\V1\ReportResultsMetadata|null

hasReportMetadata

clearReportMetadata

setReportMetadata

The metadata for the report's results (display name, columns, row count, and date range). If you view this before the operation finishes, you may see incomplete data.

Parameter
NameDescription
var Google\Cloud\Channel\V1\ReportResultsMetadata
Returns
TypeDescription
$this