A resource message representing a Google Analytics account.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time when this account was originally created.
#deleted
def deleted() -> ::Boolean
Returns
- (::Boolean) — Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. Human-readable display name for this account.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. Human-readable display name for this account.
Returns
- (::String) — Required. Human-readable display name for this account.
#name
def name() -> ::String
Returns
- (::String) — Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
#region_code
def region_code() -> ::String
Returns
- (::String) — Country of business. Must be a Unicode CLDR region code.
#region_code=
def region_code=(value) -> ::String
Parameter
- value (::String) — Country of business. Must be a Unicode CLDR region code.
Returns
- (::String) — Country of business. Must be a Unicode CLDR region code.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Time when account payload fields were last updated.