Class: Google::Analytics::Admin::V1alpha::GetWebDataStreamRequest

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 GetWebDataStream RPC.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the web data stream to lookup. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456".

Returns:

  • (::String)

    Required. The name of the web data stream to lookup. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456"



440
441
442
443
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 440

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