Class: Google::Analytics::Admin::V1alpha::WebDataStream
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::WebDataStream
- 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
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#default_uri ⇒ ::String
Immutable.
-
#display_name ⇒ ::String
Required.
-
#firebase_app_id ⇒ ::String
readonly
Output only.
-
#measurement_id ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when this stream was originally created.
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".
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.
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.
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".
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".
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.
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 |