Class: Google::Analytics::Data::V1beta::QueryAudienceExportRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::QueryAudienceExportRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
A request to list users in an audience export.
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Optional.
-
#name ⇒ ::String
Required.
-
#offset ⇒ ::Integer
Optional.
Instance Attribute Details
#limit ⇒ ::Integer
Optional. The number of rows to return. If unspecified, 10,000 rows are
returned. The API returns a maximum of 250,000 rows per request, no matter
how many you ask for. limit must be positive.
The API can also return fewer rows than the requested limit, if there
aren't as many dimension values as the limit.
To learn more about this pagination parameter, see Pagination.
745 746 747 748 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 745 class QueryAudienceExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the audience export to retrieve users from.
Format: properties/{property}/audienceExports/{audience_export}.
745 746 747 748 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 745 class QueryAudienceExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offset ⇒ ::Integer
Returns Optional. The row count of the start row. The first row is counted as row 0.
When paging, the first request does not specify offset; or equivalently,
sets offset to 0; the first request returns the first limit of rows. The
second request sets offset to the limit of the first request; the second
request returns the second limit of rows.
To learn more about this pagination parameter, see Pagination.
745 746 747 748 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 745 class QueryAudienceExportRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |