Send feedback
Class SubpropertyEventFilterExpression (0.54.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.54.0 keyboard_arrow_down
public final class SubpropertyEventFilterExpression extends GeneratedMessageV3 implements SubpropertyEventFilterExpressionOrBuilder
A logical expression of Subproperty event filters.
Protobuf type google.analytics.admin.v1alpha.SubpropertyEventFilterExpression
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
FILTER_CONDITION_FIELD_NUMBER
public static final int FILTER_CONDITION_FIELD_NUMBER
Field Value
Type
Description
int
NOT_EXPRESSION_FIELD_NUMBER
public static final int NOT_EXPRESSION_FIELD_NUMBER
Field Value
Type
Description
int
OR_GROUP_FIELD_NUMBER
public static final int OR_GROUP_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static SubpropertyEventFilterExpression getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static SubpropertyEventFilterExpression . Builder newBuilder ()
newBuilder(SubpropertyEventFilterExpression prototype)
public static SubpropertyEventFilterExpression . Builder newBuilder ( SubpropertyEventFilterExpression prototype )
public static SubpropertyEventFilterExpression parseDelimitedFrom ( InputStream input )
public static SubpropertyEventFilterExpression parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static SubpropertyEventFilterExpression parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SubpropertyEventFilterExpression parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static SubpropertyEventFilterExpression parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SubpropertyEventFilterExpression parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SubpropertyEventFilterExpression parseFrom ( CodedInputStream input )
public static SubpropertyEventFilterExpression parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SubpropertyEventFilterExpression parseFrom ( InputStream input )
public static SubpropertyEventFilterExpression parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static SubpropertyEventFilterExpression parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SubpropertyEventFilterExpression parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<SubpropertyEventFilterExpression> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public SubpropertyEventFilterExpression getDefaultInstanceForType ()
getExprCase()
public SubpropertyEventFilterExpression . ExprCase getExprCase ()
getFilterCondition()
public SubpropertyEventFilterCondition getFilterCondition ()
Creates a filter that matches a specific event. This cannot be set on the
top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition filter_condition = 3;
getFilterConditionOrBuilder()
public SubpropertyEventFilterConditionOrBuilder getFilterConditionOrBuilder ()
Creates a filter that matches a specific event. This cannot be set on the
top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition filter_condition = 3;
getNotExpression()
public SubpropertyEventFilterExpression getNotExpression ()
A filter expression to be NOT'ed (inverted, complemented). It can only
include a filter. This cannot be set on the top level
SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpression not_expression = 2;
getNotExpressionOrBuilder()
public SubpropertyEventFilterExpressionOrBuilder getNotExpressionOrBuilder ()
A filter expression to be NOT'ed (inverted, complemented). It can only
include a filter. This cannot be set on the top level
SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpression not_expression = 2;
getOrGroup()
public SubpropertyEventFilterExpressionList getOrGroup ()
A list of expressions to OR’ed together. Must only contain
not_expression or filter_condition expressions.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpressionList or_group = 1;
getOrGroupOrBuilder()
public SubpropertyEventFilterExpressionListOrBuilder getOrGroupOrBuilder ()
A list of expressions to OR’ed together. Must only contain
not_expression or filter_condition expressions.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpressionList or_group = 1;
getParserForType()
public Parser<SubpropertyEventFilterExpression> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasFilterCondition()
public boolean hasFilterCondition ()
Creates a filter that matches a specific event. This cannot be set on the
top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition filter_condition = 3;
Returns
Type
Description
boolean
Whether the filterCondition field is set.
hasNotExpression()
public boolean hasNotExpression ()
A filter expression to be NOT'ed (inverted, complemented). It can only
include a filter. This cannot be set on the top level
SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpression not_expression = 2;
Returns
Type
Description
boolean
Whether the notExpression field is set.
hasOrGroup()
public boolean hasOrGroup ()
A list of expressions to OR’ed together. Must only contain
not_expression or filter_condition expressions.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpressionList or_group = 1;
Returns
Type
Description
boolean
Whether the orGroup field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public SubpropertyEventFilterExpression . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SubpropertyEventFilterExpression . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public SubpropertyEventFilterExpression . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `SubpropertyEventFilterExpression` class within the Google Analytics Admin API's Java library, specifically for versions ranging from 0.14.0 to 0.70.0, with 0.70.0 being the latest version."],["The `SubpropertyEventFilterExpression` class extends `GeneratedMessageV3` and implements `SubpropertyEventFilterExpressionOrBuilder`, serving as a logical expression of subproperty event filters."],["The class offers functionalities to create, parse, and manage logical filter expressions, including OR groups, NOT expressions, and specific event matching conditions, and it has static methods for creating instances, parsers and builders."],["The `SubpropertyEventFilterExpression` object can use the member methods such as getFilterCondition, getNotExpression, and getOrGroup to perform the various operations required for filtering."],["The content provides detailed method signatures, parameters, return types, and descriptions for each method, along with exception handling information, allowing users to understand how to use the different versions of the library in their code."]]],[]]