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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ report_job |
Google\Cloud\Channel\V1\ReportJob
Pass |
↳ 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 | |
|---|---|
| Type | Description |
Google\Cloud\Channel\V1\ReportJob|null |
|
hasReportJob
clearReportJob
setReportJob
Pass report_job.name to
FetchReportResultsRequest.report_job
to retrieve the report's results.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Channel\V1\ReportJob
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
Google\Cloud\Channel\V1\ReportResultsMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|