Class: Google::Ads::AdManager::V1::FetchReportResultRowsRequest
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::FetchReportResultRowsRequest
- 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
-
#name ⇒ ::String
The report result being fetched.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns The report result being fetched.
Format:
networks/{network_code}/reports/{report_id}/results/{report_result_id}
.
170 171 172 173 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 170 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.
170 171 172 173 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 170 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.
170 171 172 173 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 170 class FetchReportResultRowsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |