Reference documentation and code samples for the Google Analytics Data V1alpha Client class PropertyQuotasSnapshot.
Current state of all Property Quotas organized by quota category.
Generated from protobuf message google.analytics.data.v1alpha.PropertyQuotasSnapshot
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The property quota snapshot resource name. |
↳ core_property_quota |
PropertyQuota
Property Quota for core property tokens |
↳ realtime_property_quota |
PropertyQuota
Property Quota for realtime property tokens |
↳ funnel_property_quota |
PropertyQuota
Property Quota for funnel property tokens |
getName
Identifier. The property quota snapshot resource name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The property quota snapshot resource name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCorePropertyQuota
Property Quota for core property tokens
| Returns | |
|---|---|
| Type | Description |
PropertyQuota|null |
|
hasCorePropertyQuota
clearCorePropertyQuota
setCorePropertyQuota
Property Quota for core property tokens
| Parameter | |
|---|---|
| Name | Description |
var |
PropertyQuota
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRealtimePropertyQuota
Property Quota for realtime property tokens
| Returns | |
|---|---|
| Type | Description |
PropertyQuota|null |
|
hasRealtimePropertyQuota
clearRealtimePropertyQuota
setRealtimePropertyQuota
Property Quota for realtime property tokens
| Parameter | |
|---|---|
| Name | Description |
var |
PropertyQuota
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFunnelPropertyQuota
Property Quota for funnel property tokens
| Returns | |
|---|---|
| Type | Description |
PropertyQuota|null |
|
hasFunnelPropertyQuota
clearFunnelPropertyQuota
setFunnelPropertyQuota
Property Quota for funnel property tokens
| Parameter | |
|---|---|
| Name | Description |
var |
PropertyQuota
|
| Returns | |
|---|---|
| Type | Description |
$this |
|