Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::RunReportJobResponse.
Response message for CloudChannelReportsService.RunReportJob.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#report_job
def report_job() -> ::Google::Cloud::Channel::V1::ReportJob
Returns
-
(::Google::Cloud::Channel::V1::ReportJob) — Pass
report_job.name
to FetchReportResultsRequest.report_job to retrieve the report's results.
#report_job=
def report_job=(value) -> ::Google::Cloud::Channel::V1::ReportJob
Parameter
-
value (::Google::Cloud::Channel::V1::ReportJob) — Pass
report_job.name
to FetchReportResultsRequest.report_job to retrieve the report's results.
Returns
-
(::Google::Cloud::Channel::V1::ReportJob) — Pass
report_job.name
to FetchReportResultsRequest.report_job to retrieve the report's results.
#report_metadata
def report_metadata() -> ::Google::Cloud::Channel::V1::ReportResultsMetadata
Returns
- (::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.
#report_metadata=
def report_metadata=(value) -> ::Google::Cloud::Channel::V1::ReportResultsMetadata
Parameter
- value (::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.
Returns
- (::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.