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)
196 197 198 199 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 196 class WebDataStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#default_uri ⇒ ::String
196 197 198 199 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 196 class WebDataStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
196 197 198 199 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 196 class WebDataStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#firebase_app_id ⇒ ::String (readonly)
196 197 198 199 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 196 class WebDataStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#measurement_id ⇒ ::String (readonly)
196 197 198 199 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 196 class WebDataStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
196 197 198 199 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 196 class WebDataStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
196 197 198 199 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 196 class WebDataStream include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |