Interface FunnelEventFilterOrBuilder (0.44.0)

public interface FunnelEventFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEventName()

public abstract String getEventName()

This filter matches events of this single event name. Event name is required.

optional string event_name = 1;

Returns
TypeDescription
String

The eventName.

getEventNameBytes()

public abstract ByteString getEventNameBytes()

This filter matches events of this single event name. Event name is required.

optional string event_name = 1;

Returns
TypeDescription
ByteString

The bytes for eventName.

getFunnelParameterFilterExpression()

public abstract 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;

Returns
TypeDescription
FunnelParameterFilterExpression

The funnelParameterFilterExpression.

getFunnelParameterFilterExpressionOrBuilder()

public abstract 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;

Returns
TypeDescription
FunnelParameterFilterExpressionOrBuilder

hasEventName()

public abstract boolean hasEventName()

This filter matches events of this single event name. Event name is required.

optional string event_name = 1;

Returns
TypeDescription
boolean

Whether the eventName field is set.

hasFunnelParameterFilterExpression()

public abstract 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;

Returns
TypeDescription
boolean

Whether the funnelParameterFilterExpression field is set.