Reference documentation and code samples for the Google Analytics Admin V1alpha Client class RollupPropertySourceLink.
A link that references a source property under the parent rollup property.
Generated from protobuf message google.analytics.admin.v1alpha.RollupPropertySourceLink
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 RollupPropertySourceLink. Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456' |
↳ source_property |
string
Immutable. Resource name of the source property. Format: properties/{property_id} Example: "properties/789" |
getName
Output only. Resource name of this RollupPropertySourceLink.
Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456'
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Resource name of this RollupPropertySourceLink.
Format: 'properties/{property_id}/rollupPropertySourceLinks/{rollup_property_source_link}' Format: 'properties/123/rollupPropertySourceLinks/456'
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSourceProperty
Immutable. Resource name of the source property.
Format: properties/{property_id} Example: "properties/789"
Returns | |
---|---|
Type | Description |
string |
setSourceProperty
Immutable. Resource name of the source property.
Format: properties/{property_id} Example: "properties/789"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |