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.
Parameters | |
---|---|
Name | Description |
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 |
Google\Protobuf\Timestamp
Output only. Time when this account was originally created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Time when account payload fields were last updated. |
↳ 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"
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Resource name of this account.
Format: accounts/{account} Example: "accounts/100"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. Time when this account was originally created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time when this account was originally created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. Time when account payload fields were last updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time when account payload fields were last updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Required. Human-readable display name for this account.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Required. Human-readable display name for this account.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRegionCode
Country of business. Must be a Unicode CLDR region code.
Returns | |
---|---|
Type | Description |
string |
setRegionCode
Country of business. Must be a Unicode CLDR region code.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeleted
Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
Returns | |
---|---|
Type | Description |
bool |
setDeleted
Output only. Indicates whether this Account is soft-deleted or not. Deleted accounts are excluded from List results unless specifically requested.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |