Class FunnelFilterExpression (0.43.0)

public final class FunnelFilterExpression extends GeneratedMessageV3 implements FunnelFilterExpressionOrBuilder

Expresses combinations of funnel filters.

Protobuf type google.analytics.data.v1alpha.FunnelFilterExpression

Static Fields

AND_GROUP_FIELD_NUMBER

public static final int AND_GROUP_FIELD_NUMBER
Field Value
TypeDescription
int

FUNNEL_EVENT_FILTER_FIELD_NUMBER

public static final int FUNNEL_EVENT_FILTER_FIELD_NUMBER
Field Value
TypeDescription
int

FUNNEL_FIELD_FILTER_FIELD_NUMBER

public static final int FUNNEL_FIELD_FILTER_FIELD_NUMBER
Field Value
TypeDescription
int

NOT_EXPRESSION_FIELD_NUMBER

public static final int NOT_EXPRESSION_FIELD_NUMBER
Field Value
TypeDescription
int

OR_GROUP_FIELD_NUMBER

public static final int OR_GROUP_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FunnelFilterExpression getDefaultInstance()
Returns
TypeDescription
FunnelFilterExpression

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FunnelFilterExpression.Builder newBuilder()
Returns
TypeDescription
FunnelFilterExpression.Builder

newBuilder(FunnelFilterExpression prototype)

public static FunnelFilterExpression.Builder newBuilder(FunnelFilterExpression prototype)
Parameter
NameDescription
prototypeFunnelFilterExpression
Returns
TypeDescription
FunnelFilterExpression.Builder

parseDelimitedFrom(InputStream input)

public static FunnelFilterExpression parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FunnelFilterExpression parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FunnelFilterExpression parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FunnelFilterExpression parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FunnelFilterExpression parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FunnelFilterExpression parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FunnelFilterExpression parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FunnelFilterExpression parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FunnelFilterExpression parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FunnelFilterExpression parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FunnelFilterExpression parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FunnelFilterExpression parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FunnelFilterExpression
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FunnelFilterExpression> parser()
Returns
TypeDescription
Parser<FunnelFilterExpression>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAndGroup()

public FunnelFilterExpressionList getAndGroup()

The FunnelFilterExpression in andGroup have an AND relationship.

.google.analytics.data.v1alpha.FunnelFilterExpressionList and_group = 1;

Returns
TypeDescription
FunnelFilterExpressionList

The andGroup.

getAndGroupOrBuilder()

public FunnelFilterExpressionListOrBuilder getAndGroupOrBuilder()

The FunnelFilterExpression in andGroup have an AND relationship.

.google.analytics.data.v1alpha.FunnelFilterExpressionList and_group = 1;

Returns
TypeDescription
FunnelFilterExpressionListOrBuilder

getDefaultInstanceForType()

public FunnelFilterExpression getDefaultInstanceForType()
Returns
TypeDescription
FunnelFilterExpression

getExprCase()

public FunnelFilterExpression.ExprCase getExprCase()
Returns
TypeDescription
FunnelFilterExpression.ExprCase

getFunnelEventFilter()

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

Returns
TypeDescription
FunnelEventFilter

The funnelEventFilter.

getFunnelEventFilterOrBuilder()

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

Returns
TypeDescription
FunnelEventFilterOrBuilder

getFunnelFieldFilter()

public FunnelFieldFilter getFunnelFieldFilter()

A funnel filter for a dimension or metric.

.google.analytics.data.v1alpha.FunnelFieldFilter funnel_field_filter = 4;

Returns
TypeDescription
FunnelFieldFilter

The funnelFieldFilter.

getFunnelFieldFilterOrBuilder()

public FunnelFieldFilterOrBuilder getFunnelFieldFilterOrBuilder()

A funnel filter for a dimension or metric.

.google.analytics.data.v1alpha.FunnelFieldFilter funnel_field_filter = 4;

Returns
TypeDescription
FunnelFieldFilterOrBuilder

getNotExpression()

public FunnelFilterExpression getNotExpression()

The FunnelFilterExpression is NOT of notExpression.

.google.analytics.data.v1alpha.FunnelFilterExpression not_expression = 3;

Returns
TypeDescription
FunnelFilterExpression

The notExpression.

getNotExpressionOrBuilder()

public FunnelFilterExpressionOrBuilder getNotExpressionOrBuilder()

The FunnelFilterExpression is NOT of notExpression.

.google.analytics.data.v1alpha.FunnelFilterExpression not_expression = 3;

Returns
TypeDescription
FunnelFilterExpressionOrBuilder

getOrGroup()

public FunnelFilterExpressionList getOrGroup()

The FunnelFilterExpression in orGroup have an OR relationship.

.google.analytics.data.v1alpha.FunnelFilterExpressionList or_group = 2;

Returns
TypeDescription
FunnelFilterExpressionList

The orGroup.

getOrGroupOrBuilder()

public FunnelFilterExpressionListOrBuilder getOrGroupOrBuilder()

The FunnelFilterExpression in orGroup have an OR relationship.

.google.analytics.data.v1alpha.FunnelFilterExpressionList or_group = 2;

Returns
TypeDescription
FunnelFilterExpressionListOrBuilder

getParserForType()

public Parser<FunnelFilterExpression> getParserForType()
Returns
TypeDescription
Parser<FunnelFilterExpression>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasAndGroup()

public boolean hasAndGroup()

The FunnelFilterExpression in andGroup have an AND relationship.

.google.analytics.data.v1alpha.FunnelFilterExpressionList and_group = 1;

Returns
TypeDescription
boolean

Whether the andGroup field is set.

hasFunnelEventFilter()

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

Returns
TypeDescription
boolean

Whether the funnelEventFilter field is set.

hasFunnelFieldFilter()

public boolean hasFunnelFieldFilter()

A funnel filter for a dimension or metric.

.google.analytics.data.v1alpha.FunnelFieldFilter funnel_field_filter = 4;

Returns
TypeDescription
boolean

Whether the funnelFieldFilter field is set.

hasNotExpression()

public boolean hasNotExpression()

The FunnelFilterExpression is NOT of notExpression.

.google.analytics.data.v1alpha.FunnelFilterExpression not_expression = 3;

Returns
TypeDescription
boolean

Whether the notExpression field is set.

hasOrGroup()

public boolean hasOrGroup()

The FunnelFilterExpression in orGroup have an OR relationship.

.google.analytics.data.v1alpha.FunnelFilterExpressionList or_group = 2;

Returns
TypeDescription
boolean

Whether the orGroup field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FunnelFilterExpression.Builder newBuilderForType()
Returns
TypeDescription
FunnelFilterExpression.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FunnelFilterExpression.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FunnelFilterExpression.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FunnelFilterExpression.Builder toBuilder()
Returns
TypeDescription
FunnelFilterExpression.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException