Google Analytics Admin V1alpha Client - Class SubpropertyEventFilter (0.28.1)

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

A resource message representing a Google Analytics subproperty event filter.

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

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Output only. Format: properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} Example: properties/1234/subpropertyEventFilters/5678

↳ apply_to_propertystring

Immutable. Resource name of the Subproperty that uses this filter.

↳ filter_clausesarray<SubpropertyEventFilterClause>

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

getName

Output only. Format: properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} Example: properties/1234/subpropertyEventFilters/5678

Returns
TypeDescription
string

setName

Output only. Format: properties/{ordinary_property_id}/subpropertyEventFilters/{sub_property_event_filter} Example: properties/1234/subpropertyEventFilters/5678

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getApplyToProperty

Immutable. Resource name of the Subproperty that uses this filter.

Returns
TypeDescription
string

hasApplyToProperty

clearApplyToProperty

setApplyToProperty

Immutable. Resource name of the Subproperty that uses this filter.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getFilterClauses

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFilterClauses

Required. Unordered list. Filter clauses that define the SubpropertyEventFilter. All clauses are AND'ed together to determine what data is sent to the subproperty.

Parameter
NameDescription
vararray<SubpropertyEventFilterClause>
Returns
TypeDescription
$this