Reference documentation and code samples for the Google Analytics Admin V1alpha Client class Account.
A resource message representing a Google Analytics account.
Generated from protobuf message google.analytics.admin.v1alpha.Account
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__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.
↳ gmp_organization
string
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}
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
getGmpOrganization
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}
string
setGmpOrganization
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}
var
string
$this