Class: Google::Cloud::Channel::V1::RunReportJobResponse Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::RunReportJobResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Response message for CloudChannelReportsService.RunReportJob.
Instance Attribute Summary collapse
-
#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).
Instance Attribute Details
#report_job ⇒ ::Google::Cloud::Channel::V1::ReportJob
Returns Pass report_job.name
to
FetchReportResultsRequest.report_job
to retrieve the report's results.
73 74 75 76 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 73 class RunReportJobResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_metadata ⇒ ::Google::Cloud::Channel::V1::ReportResultsMetadata
Returns 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.
73 74 75 76 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 73 class RunReportJobResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |