Class: Google::Analytics::Admin::V1alpha::ListWebDataStreamsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb

Overview

Request message for ListWebDataStreams RPC.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



514
515
516
517
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 514

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

#web_data_streams::Array<::Google::Analytics::Admin::V1alpha::WebDataStream>

Returns Results that matched the filter criteria and were accessible to the caller.

Returns:



514
515
516
517
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 514

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