Google Analytics Admin V1alpha Client - Class CreateRollupPropertyRequest (0.20.0)

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
NameDescription
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
TypeDescription
Google\Analytics\Admin\V1alpha\Property|null

hasRollupProperty

clearRollupProperty

setRollupProperty

Required. The roll-up property to create.

Parameter
NameDescription
var Google\Analytics\Admin\V1alpha\Property
Returns
TypeDescription
$this

getSourceProperties

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSourceProperties

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this