Class: Google::Ads::AdManager::V1::FetchReportResultRowsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::FetchReportResultRowsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
The response message for the fetch report result rows endpoint.
Instance Attribute Summary collapse
-
#comparison_date_ranges ⇒ ::Array<::Google::Ads::AdManager::V1::Report::DateRange::FixedDateRange>
The computed comparison fixed date ranges this report includes.
-
#date_ranges ⇒ ::Array<::Google::Ads::AdManager::V1::Report::DateRange::FixedDateRange>
The computed fixed date ranges this report includes.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page. -
#rows ⇒ ::Array<::Google::Ads::AdManager::V1::Report::DataTable::Row>
Up to
page_size
rows of report data. -
#run_time ⇒ ::Google::Protobuf::Timestamp
The time at which the report was scheduled to run.
-
#total_row_count ⇒ ::Integer
The total number of rows available from this report.
Instance Attribute Details
#comparison_date_ranges ⇒ ::Array<::Google::Ads::AdManager::V1::Report::DateRange::FixedDateRange>
Returns The computed comparison fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).
3285 3286 3287 3288 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3285 class FetchReportResultRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#date_ranges ⇒ ::Array<::Google::Ads::AdManager::V1::Report::DateRange::FixedDateRange>
Returns The computed fixed date ranges this report includes. Only returned with the first page of results (when page_token is not included in the request).
3285 3286 3287 3288 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3285 class FetchReportResultRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
3285 3286 3287 3288 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3285 class FetchReportResultRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rows ⇒ ::Array<::Google::Ads::AdManager::V1::Report::DataTable::Row>
Returns Up to page_size
rows of report data.
3285 3286 3287 3288 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3285 class FetchReportResultRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#run_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which the report was scheduled to run. For non-scheduled reports, this is the time at which the report was requested to be run.
3285 3286 3287 3288 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3285 class FetchReportResultRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_row_count ⇒ ::Integer
Returns The total number of rows available from this report. Useful for pagination. Only returned with the first page of results (when page_token is not included in the request).
3285 3286 3287 3288 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3285 class FetchReportResultRowsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |