Class: Google::Ads::AdManager::V1::FetchReportResultRowsResponse

Inherits:
Object
  • Object
show all
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

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).

Returns:



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).

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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).

Returns:

  • (::Integer)

    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