Send feedback
Class ChannelGroupFilter (0.69.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.69.0 keyboard_arrow_down
public final class ChannelGroupFilter extends GeneratedMessageV3 implements ChannelGroupFilterOrBuilder
A specific filter for a single dimension.
Protobuf type google.analytics.admin.v1alpha.ChannelGroupFilter
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
FIELD_NAME_FIELD_NUMBER
public static final int FIELD_NAME_FIELD_NUMBER
Field Value
Type
Description
int
IN_LIST_FILTER_FIELD_NUMBER
public static final int IN_LIST_FILTER_FIELD_NUMBER
Field Value
Type
Description
int
STRING_FILTER_FIELD_NUMBER
public static final int STRING_FILTER_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ChannelGroupFilter getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ChannelGroupFilter . Builder newBuilder ()
newBuilder(ChannelGroupFilter prototype)
public static ChannelGroupFilter . Builder newBuilder ( ChannelGroupFilter prototype )
public static ChannelGroupFilter parseDelimitedFrom ( InputStream input )
public static ChannelGroupFilter parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ChannelGroupFilter parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChannelGroupFilter parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ChannelGroupFilter parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChannelGroupFilter parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ChannelGroupFilter parseFrom ( CodedInputStream input )
public static ChannelGroupFilter parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ChannelGroupFilter parseFrom ( InputStream input )
public static ChannelGroupFilter parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ChannelGroupFilter parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChannelGroupFilter parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ChannelGroupFilter> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ChannelGroupFilter getDefaultInstanceForType ()
getFieldName()
public String getFieldName ()
Required. Immutable. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
String
The fieldName.
getFieldNameBytes()
public ByteString getFieldNameBytes ()
Required. Immutable. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
ByteString
The bytes for fieldName.
getInListFilter()
public ChannelGroupFilter . InListFilter getInListFilter ()
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ChannelGroupFilter.InListFilter in_list_filter = 3;
getInListFilterOrBuilder()
public ChannelGroupFilter . InListFilterOrBuilder getInListFilterOrBuilder ()
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ChannelGroupFilter.InListFilter in_list_filter = 3;
getParserForType()
public Parser<ChannelGroupFilter> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getStringFilter()
public ChannelGroupFilter . StringFilter getStringFilter ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter string_filter = 2;
getStringFilterOrBuilder()
public ChannelGroupFilter . StringFilterOrBuilder getStringFilterOrBuilder ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter string_filter = 2;
getValueFilterCase()
public ChannelGroupFilter . ValueFilterCase getValueFilterCase ()
hasInListFilter()
public boolean hasInListFilter ()
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ChannelGroupFilter.InListFilter in_list_filter = 3;
Returns
Type
Description
boolean
Whether the inListFilter field is set.
hasStringFilter()
public boolean hasStringFilter ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter string_filter = 2;
Returns
Type
Description
boolean
Whether the stringFilter field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ChannelGroupFilter . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ChannelGroupFilter . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ChannelGroupFilter . 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-04-09 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-04-09 UTC."],[[["This page provides documentation for the `ChannelGroupFilter` class in the Google Analytics Admin API, specifically within the `com.google.analytics.admin.v1alpha` package."],["The `ChannelGroupFilter` class is designed as a specific filter for a single dimension in Google Analytics, and it extends the `GeneratedMessageV3` class."],["It is used for defining filters, with options for string-type dimensions using `StringFilter` and for matching a list of options using `InListFilter`."],["The page covers the versions of the API, providing links to previous and the latest versions of the documentation, with 0.70.0 being the most recent and 0.69.0 being the current displayed version."],["This documentation also covers the static methods and members of the `ChannelGroupFilter` class, in addition to inherited members from its parent classes, in addition to covering the different static fields within the class."]]],[]]