Reference documentation and code samples for the Google Analytics Admin V1beta Client class PropertySummary.
A virtual resource representing metadata for a Google Analytics property.
Generated from protobuf message google.analytics.admin.v1beta.PropertySummary
Namespace
Google \ Analytics \ Admin \ V1beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ property
string
Resource name of property referred to by this property summary Format: properties/{property_id} Example: "properties/1000"
↳ display_name
string
Display name for the property referred to in this property summary.
↳ property_type
int
The property's property type.
↳ parent
string
Resource name of this property's logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/200"
getProperty
Resource name of property referred to by this property summary
Format: properties/{property_id}
Example: "properties/1000"
Returns
Type
Description
string
setProperty
Resource name of property referred to by this property summary
Format: properties/{property_id}
Example: "properties/1000"
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getDisplayName
Display name for the property referred to in this property summary.
Returns
Type
Description
string
setDisplayName
Display name for the property referred to in this property summary.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPropertyType
The property's property type.
Returns
Type
Description
int
setPropertyType
The property's property type.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getParent
Resource name of this property's logical parent.
Note: The Property-Moving UI can be used to change the parent.
Format: accounts/{account}, properties/{property}
Example: "accounts/100", "properties/200"
Returns
Type
Description
string
setParent
Resource name of this property's logical parent.
Note: The Property-Moving UI can be used to change the parent.
Format: accounts/{account}, properties/{property}
Example: "accounts/100", "properties/200"
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Analytics Admin V1beta Client - Class PropertySummary (0.29.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.29.1 (latest)](/php/docs/reference/analytics-admin/latest/V1beta.PropertySummary)\n- [0.29.0](/php/docs/reference/analytics-admin/0.29.0/V1beta.PropertySummary)\n- [0.28.1](/php/docs/reference/analytics-admin/0.28.1/V1beta.PropertySummary)\n- [0.27.0](/php/docs/reference/analytics-admin/0.27.0/V1beta.PropertySummary)\n- [0.26.0](/php/docs/reference/analytics-admin/0.26.0/V1beta.PropertySummary)\n- [0.25.2](/php/docs/reference/analytics-admin/0.25.2/V1beta.PropertySummary)\n- [0.24.2](/php/docs/reference/analytics-admin/0.24.2/V1beta.PropertySummary)\n- [0.23.0](/php/docs/reference/analytics-admin/0.23.0/V1beta.PropertySummary)\n- [0.22.5](/php/docs/reference/analytics-admin/0.22.5/V1beta.PropertySummary)\n- [0.20.0](/php/docs/reference/analytics-admin/0.20.0/V1beta.PropertySummary)\n- [0.19.0](/php/docs/reference/analytics-admin/0.19.0/V1beta.PropertySummary)\n- [0.18.1](/php/docs/reference/analytics-admin/0.18.1/V1beta.PropertySummary)\n- [0.17.0](/php/docs/reference/analytics-admin/0.17.0/V1beta.PropertySummary)\n- [0.16.0](/php/docs/reference/analytics-admin/0.16.0/V1beta.PropertySummary)\n- [0.15.1](/php/docs/reference/analytics-admin/0.15.1/V1beta.PropertySummary)\n- [0.14.0](/php/docs/reference/analytics-admin/0.14.0/V1beta.PropertySummary)\n- [0.13.0](/php/docs/reference/analytics-admin/0.13.0/V1beta.PropertySummary)\n- [0.12.0](/php/docs/reference/analytics-admin/0.12.0/V1beta.PropertySummary)\n- [0.11.1](/php/docs/reference/analytics-admin/0.11.1/V1beta.PropertySummary)\n- [0.10.0](/php/docs/reference/analytics-admin/0.10.0/V1beta.PropertySummary)\n- [0.9.0](/php/docs/reference/analytics-admin/0.9.0/V1beta.PropertySummary)\n- [0.8.2](/php/docs/reference/analytics-admin/0.8.2/V1beta.PropertySummary) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Analytics Admin V1beta Client class PropertySummary.\n\nA virtual resource representing metadata for a Google Analytics property.\n\nGenerated from protobuf message `google.analytics.admin.v1beta.PropertySummary`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Admin \\\\ V1beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getProperty\n\nResource name of property referred to by this property summary\nFormat: properties/{property_id}\nExample: \"properties/1000\"\n\n### setProperty\n\nResource name of property referred to by this property summary\nFormat: properties/{property_id}\nExample: \"properties/1000\"\n\n### getDisplayName\n\nDisplay name for the property referred to in this property summary.\n\n### setDisplayName\n\nDisplay name for the property referred to in this property summary.\n\n### getPropertyType\n\nThe property's property type.\n\n### setPropertyType\n\nThe property's property type.\n\n### getParent\n\nResource name of this property's logical parent.\n\nNote: The Property-Moving UI can be used to change the parent.\nFormat: accounts/{account}, properties/{property}\nExample: \"accounts/100\", \"properties/200\"\n\n### setParent\n\nResource name of this property's logical parent.\n\nNote: The Property-Moving UI can be used to change the parent.\nFormat: accounts/{account}, properties/{property}\nExample: \"accounts/100\", \"properties/200\""]]