Class: Google::Analytics::Admin::V1alpha::ListAndroidAppDataStreamsResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ListAndroidAppDataStreamsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for ListAndroidDataStreams RPC.
Instance Attribute Summary collapse
-
#android_app_data_streams ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AndroidAppDataStream>
Results that matched the filter criteria and were accessible to the caller.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_tokento retrieve the next page.
Instance Attribute Details
#android_app_data_streams ⇒ ::Array<::Google::Analytics::Admin::V1alpha::AndroidAppDataStream>
Returns Results that matched the filter criteria and were accessible to the caller.
660 661 662 663 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 660 class ListAndroidAppDataStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
660 661 662 663 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 660 class ListAndroidAppDataStreamsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |