Class: Google::Analytics::Admin::V1alpha::Account
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::Account
- 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 account.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#deleted ⇒ ::Boolean
readonly
Output only.
-
#display_name ⇒ ::String
Required.
-
#gmp_organization ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#region_code ⇒ ::String
Country of business.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when this account was originally created.
51 52 53 54 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 51 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deleted ⇒ ::Boolean (readonly)
Returns Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
51 52 53 54 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 51 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. Human-readable display name for this account.
51 52 53 54 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 51 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gmp_organization ⇒ ::String (readonly)
Returns Output only. The URI for a Google Marketing Platform organization resource. Only set when this account is connected to a GMP organization. Format: marketingplatformadmin.googleapis.com/organizations/{org_id}.
51 52 53 54 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 51 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100".
51 52 53 54 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 51 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region_code ⇒ ::String
Returns Country of business. Must be a Unicode CLDR region code.
51 52 53 54 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 51 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when account payload fields were last updated.
51 52 53 54 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 51 class Account include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |