Class: Google::Cloud::Channel::V1::FetchReportResultsResponse Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::FetchReportResultsResponse
- 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.FetchReportResults. Contains a tabular representation of the report results.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
-
#report_metadata ⇒ ::Google::Cloud::Channel::V1::ReportResultsMetadata
The metadata for the report results (display name, columns, row count, and date ranges).
-
#rows ⇒ ::Array<::Google::Cloud::Channel::V1::Row>
The report's lists of values.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
129 130 131 132 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 129 class FetchReportResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_metadata ⇒ ::Google::Cloud::Channel::V1::ReportResultsMetadata
Returns The metadata for the report results (display name, columns, row count, and date ranges).
129 130 131 132 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 129 class FetchReportResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rows ⇒ ::Array<::Google::Cloud::Channel::V1::Row>
Returns The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata
.
129 130 131 132 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 129 class FetchReportResultsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |