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 \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ parent | 
        
          string
          Required. The ordinary property for which to create a subproperty event filter. Format: properties/property_id Example: properties/123  | 
      
↳ subproperty_event_filter | 
        
          Google\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 | |
|---|---|
| Type | Description | 
string | 
        |
setParent
Required. The ordinary property for which to create a subproperty event filter. Format: properties/property_id Example: properties/123
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getSubpropertyEventFilter
Required. The subproperty event filter to create.
| Returns | |
|---|---|
| Type | Description | 
Google\Analytics\Admin\V1alpha\SubpropertyEventFilter|null | 
        |
hasSubpropertyEventFilter
clearSubpropertyEventFilter
setSubpropertyEventFilter
Required. The subproperty event filter to create.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Google\Analytics\Admin\V1alpha\SubpropertyEventFilter
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
parent | 
        
          string
          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.  | 
      
subpropertyEventFilter | 
        
          Google\Analytics\Admin\V1alpha\SubpropertyEventFilter
          Required. The subproperty event filter to create.  | 
      
| Returns | |
|---|---|
| Type | Description | 
Google\Analytics\Admin\V1alpha\CreateSubpropertyEventFilterRequest | 
        |