Send feedback
Class ExpandedDataSetFilterExpression (0.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.21.0 keyboard_arrow_down
public final class ExpandedDataSetFilterExpression extends GeneratedMessageV3 implements ExpandedDataSetFilterExpressionOrBuilder
A logical expression of EnhancedDataSet dimension filters.
Protobuf type google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression
Static Fields
AND_GROUP_FIELD_NUMBER
public static final int AND_GROUP_FIELD_NUMBER
Field Value
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value
NOT_EXPRESSION_FIELD_NUMBER
public static final int NOT_EXPRESSION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ExpandedDataSetFilterExpression getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ExpandedDataSetFilterExpression . Builder newBuilder ()
Returns
newBuilder(ExpandedDataSetFilterExpression prototype)
public static ExpandedDataSetFilterExpression . Builder newBuilder ( ExpandedDataSetFilterExpression prototype )
Parameter
Returns
public static ExpandedDataSetFilterExpression parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ExpandedDataSetFilterExpression parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ExpandedDataSetFilterExpression parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExpandedDataSetFilterExpression parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ExpandedDataSetFilterExpression parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExpandedDataSetFilterExpression parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ExpandedDataSetFilterExpression parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ExpandedDataSetFilterExpression parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ExpandedDataSetFilterExpression parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ExpandedDataSetFilterExpression parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ExpandedDataSetFilterExpression parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExpandedDataSetFilterExpression parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ExpandedDataSetFilterExpression> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getAndGroup()
public ExpandedDataSetFilterExpressionList getAndGroup ()
A list of expressions to be AND’ed together. It must contain a
ExpandedDataSetFilterExpression with either not_expression or
dimension_filter. This must be set for the top level
ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpressionList and_group = 1;
Returns
getAndGroupOrBuilder()
public ExpandedDataSetFilterExpressionListOrBuilder getAndGroupOrBuilder ()
A list of expressions to be AND’ed together. It must contain a
ExpandedDataSetFilterExpression with either not_expression or
dimension_filter. This must be set for the top level
ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpressionList and_group = 1;
Returns
getDefaultInstanceForType()
public ExpandedDataSetFilterExpression getDefaultInstanceForType ()
Returns
getExprCase()
public ExpandedDataSetFilterExpression . ExprCase getExprCase ()
Returns
getFilter()
public ExpandedDataSetFilter getFilter ()
A filter on a single dimension. This cannot be set on the top
level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter filter = 3;
Returns
getFilterOrBuilder()
public ExpandedDataSetFilterOrBuilder getFilterOrBuilder ()
A filter on a single dimension. This cannot be set on the top
level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter filter = 3;
Returns
getNotExpression()
public ExpandedDataSetFilterExpression getNotExpression ()
A filter expression to be NOT'ed (i.e., inverted, complemented). It
must include a dimension_filter. This cannot be set on the
top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression not_expression = 2;
Returns
getNotExpressionOrBuilder()
public ExpandedDataSetFilterExpressionOrBuilder getNotExpressionOrBuilder ()
A filter expression to be NOT'ed (i.e., inverted, complemented). It
must include a dimension_filter. This cannot be set on the
top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression not_expression = 2;
Returns
getParserForType()
public Parser<ExpandedDataSetFilterExpression> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasAndGroup()
public boolean hasAndGroup ()
A list of expressions to be AND’ed together. It must contain a
ExpandedDataSetFilterExpression with either not_expression or
dimension_filter. This must be set for the top level
ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpressionList and_group = 1;
Returns
Type Description boolean
Whether the andGroup field is set.
hasFilter()
public boolean hasFilter ()
A filter on a single dimension. This cannot be set on the top
level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter filter = 3;
Returns
Type Description boolean
Whether the filter field is set.
hasNotExpression()
public boolean hasNotExpression ()
A filter expression to be NOT'ed (i.e., inverted, complemented). It
must include a dimension_filter. This cannot be set on the
top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression not_expression = 2;
Returns
Type Description boolean
Whether the notExpression field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ExpandedDataSetFilterExpression . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExpandedDataSetFilterExpression . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ExpandedDataSetFilterExpression . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
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-02-04 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-02-04 UTC."],[],[]]