Class: Google::Analytics::Admin::V1alpha::Property

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 GA4 property.

Instance Attribute Summary collapse

Instance Attribute Details

#account::String

Returns Immutable. The resource name of the parent account Format: accounts/{account_id} Example: "accounts/123".

Returns:

  • (::String)

    Immutable. The resource name of the parent account Format: accounts/{account_id} Example: "accounts/123"



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

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

Returns Output only. Time when the entity was originally created.

Returns:



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

#currency_code::String

Returns The currency type used in reports involving monetary values.

Format: https://en.wikipedia.org/wiki/ISO_4217 Examples: "USD", "EUR", "JPY".

Returns:



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

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

Returns Output only. If set, the time at which this property was trashed. If not set, then this property is not currently in the trash can.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. If set, the time at which this property was trashed. If not set, then this property is not currently in the trash can.



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

#display_name::String

Returns Required. Human-readable display name for this property.

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

Returns:

  • (::String)

    Required. Human-readable display name for this property.

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



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

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

Returns Output only. If set, the time at which this trashed property will be permanently deleted. If not set, then this property is not currently in the trash can and is not slated to be deleted.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. If set, the time at which this trashed property will be permanently deleted. If not set, then this property is not currently in the trash can and is not slated to be deleted.



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

#industry_category::Google::Analytics::Admin::V1alpha::IndustryCategory

Returns Industry associated with this property Example: AUTOMOTIVE, FOOD_AND_DRINK.

Returns:



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

#name::String (readonly)

Returns Output only. Resource name of this property. Format: properties/{property_id} Example: "properties/1000".

Returns:

  • (::String)

    Output only. Resource name of this property. Format: properties/{property_id} Example: "properties/1000"



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

#parent::String

Returns Immutable. Resource name of this property's logical parent.

Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/101".

Returns:

  • (::String)

    Immutable. Resource name of this property's logical parent.

    Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/101"



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

#property_type::Google::Analytics::Admin::V1alpha::PropertyType

Returns Immutable. The property type for this Property resource. When creating a property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then "ORDINARY_PROPERTY" will be implied.

Returns:



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

#service_level::Google::Analytics::Admin::V1alpha::ServiceLevel (readonly)

Returns Output only. The Google Analytics service level that applies to this property.

Returns:



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

#time_zone::String

Returns Required. Reporting Time Zone, used as the day boundary for reports, regardless of where the data originates. If the time zone honors DST, Analytics will automatically adjust for the changes.

NOTE: Changing the time zone only affects data going forward, and is not applied retroactively.

Format: https://www.iana.org/time-zones Example: "America/Los_Angeles".

Returns:

  • (::String)

    Required. Reporting Time Zone, used as the day boundary for reports, regardless of where the data originates. If the time zone honors DST, Analytics will automatically adjust for the changes.

    NOTE: Changing the time zone only affects data going forward, and is not applied retroactively.

    Format: https://www.iana.org/time-zones Example: "America/Los_Angeles"



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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

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

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

Returns:



120
121
122
123
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 120

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