Google Analytics Admin V1alpha Client - Class CreateRollupPropertyRequest (0.22.3)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateRollupPropertyRequest.

Request message for CreateRollupProperty RPC.

Generated from protobuf message google.analytics.admin.v1alpha.CreateRollupPropertyRequest

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ rollup_property Google\Analytics\Admin\V1alpha\Property

Required. The roll-up property to create.

↳ source_properties array

Optional. The resource names of properties that will be sources to the created roll-up property.

getRollupProperty

Required. The roll-up property to create.

Returns
Type Description
Google\Analytics\Admin\V1alpha\Property|null

hasRollupProperty

clearRollupProperty

setRollupProperty

Required. The roll-up property to create.

Parameter
Name Description
var Google\Analytics\Admin\V1alpha\Property
Returns
Type Description
$this

getSourceProperties

Optional. The resource names of properties that will be sources to the created roll-up property.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSourceProperties

Optional. The resource names of properties that will be sources to the created roll-up property.

Parameter
Name Description
var string[]
Returns
Type Description
$this