public interface FunnelFilterExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FunnelFilterExpressionList |
getAndGroup()
The FunnelFilterExpression in `andGroup` have an AND relationship.
|
FunnelFilterExpressionListOrBuilder |
getAndGroupOrBuilder()
The FunnelFilterExpression in `andGroup` have an AND relationship.
|
FunnelFilterExpression.ExprCase |
getExprCase() |
FunnelEventFilter |
getFunnelEventFilter()
Creates a filter that matches events of a single event name.
|
FunnelEventFilterOrBuilder |
getFunnelEventFilterOrBuilder()
Creates a filter that matches events of a single event name.
|
FunnelFieldFilter |
getFunnelFieldFilter()
A funnel filter for a dimension or metric.
|
FunnelFieldFilterOrBuilder |
getFunnelFieldFilterOrBuilder()
A funnel filter for a dimension or metric.
|
FunnelFilterExpression |
getNotExpression()
The FunnelFilterExpression is NOT of `notExpression`.
|
FunnelFilterExpressionOrBuilder |
getNotExpressionOrBuilder()
The FunnelFilterExpression is NOT of `notExpression`.
|
FunnelFilterExpressionList |
getOrGroup()
The FunnelFilterExpression in `orGroup` have an OR relationship.
|
FunnelFilterExpressionListOrBuilder |
getOrGroupOrBuilder()
The FunnelFilterExpression in `orGroup` have an OR relationship.
|
boolean |
hasAndGroup()
The FunnelFilterExpression in `andGroup` have an AND relationship.
|
boolean |
hasFunnelEventFilter()
Creates a filter that matches events of a single event name.
|
boolean |
hasFunnelFieldFilter()
A funnel filter for a dimension or metric.
|
boolean |
hasNotExpression()
The FunnelFilterExpression is NOT of `notExpression`.
|
boolean |
hasOrGroup()
The FunnelFilterExpression in `orGroup` have an OR relationship.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAndGroup()
The FunnelFilterExpression in `andGroup` have an AND relationship.
.google.analytics.data.v1alpha.FunnelFilterExpressionList and_group = 1;FunnelFilterExpressionList getAndGroup()
The FunnelFilterExpression in `andGroup` have an AND relationship.
.google.analytics.data.v1alpha.FunnelFilterExpressionList and_group = 1;FunnelFilterExpressionListOrBuilder getAndGroupOrBuilder()
The FunnelFilterExpression in `andGroup` have an AND relationship.
.google.analytics.data.v1alpha.FunnelFilterExpressionList and_group = 1;boolean hasOrGroup()
The FunnelFilterExpression in `orGroup` have an OR relationship.
.google.analytics.data.v1alpha.FunnelFilterExpressionList or_group = 2;FunnelFilterExpressionList getOrGroup()
The FunnelFilterExpression in `orGroup` have an OR relationship.
.google.analytics.data.v1alpha.FunnelFilterExpressionList or_group = 2;FunnelFilterExpressionListOrBuilder getOrGroupOrBuilder()
The FunnelFilterExpression in `orGroup` have an OR relationship.
.google.analytics.data.v1alpha.FunnelFilterExpressionList or_group = 2;boolean hasNotExpression()
The FunnelFilterExpression is NOT of `notExpression`.
.google.analytics.data.v1alpha.FunnelFilterExpression not_expression = 3;FunnelFilterExpression getNotExpression()
The FunnelFilterExpression is NOT of `notExpression`.
.google.analytics.data.v1alpha.FunnelFilterExpression not_expression = 3;FunnelFilterExpressionOrBuilder getNotExpressionOrBuilder()
The FunnelFilterExpression is NOT of `notExpression`.
.google.analytics.data.v1alpha.FunnelFilterExpression not_expression = 3;boolean hasFunnelFieldFilter()
A funnel filter for a dimension or metric.
.google.analytics.data.v1alpha.FunnelFieldFilter funnel_field_filter = 4;FunnelFieldFilter getFunnelFieldFilter()
A funnel filter for a dimension or metric.
.google.analytics.data.v1alpha.FunnelFieldFilter funnel_field_filter = 4;FunnelFieldFilterOrBuilder getFunnelFieldFilterOrBuilder()
A funnel filter for a dimension or metric.
.google.analytics.data.v1alpha.FunnelFieldFilter funnel_field_filter = 4;boolean hasFunnelEventFilter()
Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event filter.
.google.analytics.data.v1alpha.FunnelEventFilter funnel_event_filter = 5;FunnelEventFilter getFunnelEventFilter()
Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event filter.
.google.analytics.data.v1alpha.FunnelEventFilter funnel_event_filter = 5;FunnelEventFilterOrBuilder getFunnelEventFilterOrBuilder()
Creates a filter that matches events of a single event name. If a parameter filter expression is specified, only the subset of events that match both the single event name and the parameter filter expressions match this event filter.
.google.analytics.data.v1alpha.FunnelEventFilter funnel_event_filter = 5;FunnelFilterExpression.ExprCase getExprCase()
Copyright © 2023 Google LLC. All rights reserved.