Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ProvisionSubpropertyRequest.
Request message for CreateSubproperty RPC.
Generated from protobuf message google.analytics.admin.v1alpha.ProvisionSubpropertyRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ subproperty |
Google\Analytics\Admin\V1alpha\Property
Required. The subproperty to create. |
↳ subproperty_event_filter |
Google\Analytics\Admin\V1alpha\SubpropertyEventFilter
Optional. The subproperty event filter to create on an ordinary property. |
getSubproperty
Required. The subproperty to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\Property|null |
hasSubproperty
clearSubproperty
setSubproperty
Required. The subproperty to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\Property
|
Returns | |
---|---|
Type | Description |
$this |
getSubpropertyEventFilter
Optional. The subproperty event filter to create on an ordinary property.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\SubpropertyEventFilter|null |
hasSubpropertyEventFilter
clearSubpropertyEventFilter
setSubpropertyEventFilter
Optional. The subproperty event filter to create on an ordinary property.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\SubpropertyEventFilter
|
Returns | |
---|---|
Type | Description |
$this |