Class: Google::Ads::AdManager::V1::FetchReportResultRowsRequest

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 request message for the fetch report result rows endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The report result being fetched. Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}.

Returns:

  • (::String)

    The report result being fetched. Format: networks/{network_code}/reports/{report_id}/results/{report_result_id}



3252
3253
3254
3255
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3252

class FetchReportResultRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values above 10,000 will be reduced to 10,000.

Returns:

  • (::Integer)

    Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values above 10,000 will be reduced to 10,000.



3252
3253
3254
3255
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3252

class FetchReportResultRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous FetchReportResultRows call. Provide this to retrieve the second and subsequent batches of rows.

Returns:

  • (::String)

    Optional. A page token, received from a previous FetchReportResultRows call. Provide this to retrieve the second and subsequent batches of rows.



3252
3253
3254
3255
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3252

class FetchReportResultRowsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end