Class: Google::Analytics::Admin::V1alpha::Account

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 account.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Time when this account was originally created.

Returns:



46
47
48
49
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 46

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.

Returns:

  • (::Boolean)

    Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.



46
47
48
49
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 46

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

#display_name::String

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

Returns:

  • (::String)

    Required. Human-readable display name for this account.



46
47
48
49
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 46

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".

Returns:

  • (::String)

    Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"



46
47
48
49
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 46

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.

Returns:

  • (::String)

    Country of business. Must be a Unicode CLDR region code.



46
47
48
49
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 46

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.

Returns:



46
47
48
49
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 46

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