Class: Google::Analytics::Admin::V1alpha::Property
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::Property
- 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 property.
Instance Attribute Summary collapse
-
#account ⇒ ::String
Immutable.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#currency_code ⇒ ::String
The currency type used in reports involving monetary values.
-
#delete_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Required.
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#industry_category ⇒ ::Google::Analytics::Admin::V1alpha::IndustryCategory
Industry associated with this property Example: AUTOMOTIVE, FOOD_AND_DRINK.
-
#name ⇒ ::String
readonly
Output only.
-
#parent ⇒ ::String
Immutable.
-
#property_type ⇒ ::Google::Analytics::Admin::V1alpha::PropertyType
Immutable.
-
#service_level ⇒ ::Google::Analytics::Admin::V1alpha::ServiceLevel
readonly
Output only.
-
#time_zone ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#account ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#currency_code ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#delete_time ⇒ ::Google::Protobuf::Timestamp (readonly)
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#expire_time ⇒ ::Google::Protobuf::Timestamp (readonly)
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#industry_category ⇒ ::Google::Analytics::Admin::V1alpha::IndustryCategory
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property_type ⇒ ::Google::Analytics::Admin::V1alpha::PropertyType
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_level ⇒ ::Google::Analytics::Admin::V1alpha::ServiceLevel (readonly)
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
125 126 127 128 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 125 class Property include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |