Google Analytics Admin V1alpha Client - Class CreateSubpropertyEventFilterRequest (0.22.5)

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

Request message for CreateSubpropertyEventFilter RPC.

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

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ parentstring

Required. The ordinary property for which to create a subproperty event filter. Format: properties/property_id Example: properties/123

↳ subproperty_event_filterGoogle\Analytics\Admin\V1alpha\SubpropertyEventFilter

Required. The subproperty event filter to create.

getParent

Required. The ordinary property for which to create a subproperty event filter. Format: properties/property_id Example: properties/123

Returns
TypeDescription
string

setParent

Required. The ordinary property for which to create a subproperty event filter. Format: properties/property_id Example: properties/123

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getSubpropertyEventFilter

Required. The subproperty event filter to create.

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\SubpropertyEventFilter|null

hasSubpropertyEventFilter

clearSubpropertyEventFilter

setSubpropertyEventFilter

Required. The subproperty event filter to create.

Parameter
NameDescription
varGoogle\Analytics\Admin\V1alpha\SubpropertyEventFilter
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parentstring

Required. The ordinary property for which to create a subproperty event filter. Format: properties/property_id Example: properties/123 Please see Google\Analytics\Admin\V1alpha\AnalyticsAdminServiceClient::propertyName() for help formatting this field.

subpropertyEventFilterGoogle\Analytics\Admin\V1alpha\SubpropertyEventFilter

Required. The subproperty event filter to create.

Returns
TypeDescription
Google\Analytics\Admin\V1alpha\CreateSubpropertyEventFilterRequest