public interface FunnelEventFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEventName()
This filter matches events of this single event name.
|
com.google.protobuf.ByteString |
getEventNameBytes()
This filter matches events of this single event name.
|
FunnelParameterFilterExpression |
getFunnelParameterFilterExpression()
If specified, this filter matches events that match both the single event
name and the parameter filter expressions.
|
FunnelParameterFilterExpressionOrBuilder |
getFunnelParameterFilterExpressionOrBuilder()
If specified, this filter matches events that match both the single event
name and the parameter filter expressions.
|
boolean |
hasEventName()
This filter matches events of this single event name.
|
boolean |
hasFunnelParameterFilterExpression()
If specified, this filter matches events that match both the single event
name and the parameter filter expressions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEventName()
This filter matches events of this single event name. Event name is required.
optional string event_name = 1;String getEventName()
This filter matches events of this single event name. Event name is required.
optional string event_name = 1;com.google.protobuf.ByteString getEventNameBytes()
This filter matches events of this single event name. Event name is required.
optional string event_name = 1;boolean hasFunnelParameterFilterExpression()
If specified, this filter matches events that match both the single event name and the parameter filter expressions. Inside the parameter filter expression, only parameter filters are available.
optional .google.analytics.data.v1alpha.FunnelParameterFilterExpression funnel_parameter_filter_expression = 2;
FunnelParameterFilterExpression getFunnelParameterFilterExpression()
If specified, this filter matches events that match both the single event name and the parameter filter expressions. Inside the parameter filter expression, only parameter filters are available.
optional .google.analytics.data.v1alpha.FunnelParameterFilterExpression funnel_parameter_filter_expression = 2;
FunnelParameterFilterExpressionOrBuilder getFunnelParameterFilterExpressionOrBuilder()
If specified, this filter matches events that match both the single event name and the parameter filter expressions. Inside the parameter filter expression, only parameter filters are available.
optional .google.analytics.data.v1alpha.FunnelParameterFilterExpression funnel_parameter_filter_expression = 2;
Copyright © 2023 Google LLC. All rights reserved.