Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateRollupPropertySourceLinkRequest.
Request message for CreateRollupPropertySourceLink RPC.
Generated from protobuf message google.analytics.admin.v1alpha.CreateRollupPropertySourceLinkRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Format: properties/{property_id} Example: properties/1234 |
↳ rollup_property_source_link |
Google\Analytics\Admin\V1alpha\RollupPropertySourceLink
Required. The roll-up property source link to create. |
getParent
Required. Format: properties/{property_id} Example: properties/1234
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Format: properties/{property_id} Example: properties/1234
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRollupPropertySourceLink
Required. The roll-up property source link to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\RollupPropertySourceLink|null |
hasRollupPropertySourceLink
clearRollupPropertySourceLink
setRollupPropertySourceLink
Required. The roll-up property source link to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\RollupPropertySourceLink
|
Returns | |
---|---|
Type | Description |
$this |