Reference documentation and code samples for the Google Analytics Admin V1beta Client class Account.
A resource message representing a Google Analytics account.
Generated from protobuf message google.analytics.admin.v1beta.Account
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100"
↳ create_time
↳ update_time
↳ display_name
string
Required. Human-readable display name for this account.
↳ region_code
string
Country of business. Must be a Unicode CLDR region code.
↳ deleted
bool
Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
getName
Output only. Resource name of this account.
Format: accounts/{account} Example: "accounts/100"
string
setName
Output only. Resource name of this account.
Format: accounts/{account} Example: "accounts/100"
var
string
$this
getCreateTime
Output only. Time when this account was originally created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time when this account was originally created.
$this
getUpdateTime
Output only. Time when account payload fields were last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time when account payload fields were last updated.
$this
getDisplayName
Required. Human-readable display name for this account.
string
setDisplayName
Required. Human-readable display name for this account.
var
string
$this
getRegionCode
Country of business. Must be a Unicode CLDR region code.
string
setRegionCode
Country of business. Must be a Unicode CLDR region code.
var
string
$this
getDeleted
Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
bool
setDeleted
Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
var
bool
$this