Class: Google::Ads::AdManager::V1::ListReportsResponse
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ListReportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
Response object for ListReportsResponse
containing matching Report
objects.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#reports ⇒ ::Array<::Google::Ads::AdManager::V1::Report>
The
Report
objects from the specified network. -
#total_size ⇒ ::Integer
Total number of
Report
objects.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
3207 3208 3209 3210 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3207 class ListReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reports ⇒ ::Array<::Google::Ads::AdManager::V1::Report>
Returns The Report
objects from the specified network.
3207 3208 3209 3210 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3207 class ListReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns Total number of Report
objects.
If a filter was included in the request, this reflects the total number
after the filtering is applied.
total_size
will not be calculated in the response unless it has been
included in a response field mask. The response field mask can be provided
to the method by using the URL parameter $fields
or fields
, or by using
the HTTP/gRPC header X-Goog-FieldMask
.
For more information, see https://developers.google.com/ad-manager/api/beta/field-masks.
3207 3208 3209 3210 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 3207 class ListReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |