Class: Google::Analytics::Admin::V1alpha::WebDataStream

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

Overview

A resource message representing a Google Analytics web stream.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when this stream was originally created.

Returns:



200
201
202
203
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 200

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

#default_uri::String

Returns Immutable. Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com".

Returns:



200
201
202
203
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 200

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

#display_name::String

Returns Required. Human-readable display name for the Data Stream.

The max allowed display name length is 100 UTF-16 code units.

Returns:

  • (::String)

    Required. Human-readable display name for the Data Stream.

    The max allowed display name length is 100 UTF-16 code units.



200
201
202
203
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 200

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

#firebase_app_id::String (readonly)

Returns Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.

Returns:

  • (::String)

    Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated.



200
201
202
203
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 200

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

#measurement_id::String (readonly)

Returns Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E".

Returns:

  • (::String)

    Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-1A2BCD345E" would just be "1A2BCD345E"



200
201
202
203
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 200

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

#name::String (readonly)

Returns Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000".

Returns:

  • (::String)

    Output only. Resource name of this Data Stream. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/1000/webDataStreams/2000"



200
201
202
203
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 200

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

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Time when stream payload fields were last updated.

Returns:



200
201
202
203
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 200

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