Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateRollupPropertyResponse.
Response message for CreateRollupProperty RPC.
Generated from protobuf message google.analytics.admin.v1alpha.CreateRollupPropertyResponse
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rollup_property |
Google\Analytics\Admin\V1alpha\Property
The created roll-up property. |
↳ rollup_property_source_links |
array<Google\Analytics\Admin\V1alpha\RollupPropertySourceLink>
The created roll-up property source links. |
getRollupProperty
The created roll-up property.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\Property|null |
hasRollupProperty
clearRollupProperty
setRollupProperty
The created roll-up property.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\Property
|
Returns | |
---|---|
Type | Description |
$this |
getRollupPropertySourceLinks
The created roll-up property source links.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRollupPropertySourceLinks
The created roll-up property source links.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Admin\V1alpha\RollupPropertySourceLink>
|
Returns | |
---|---|
Type | Description |
$this |