Send feedback Class ChannelGroupFilter (0.53.0) Stay organized with collections Save and categorize content based on your preferences.
Version 0.53.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 )
public static ChannelGroupFilter . Builder newBuilder ( ChannelGroupFilter )
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 )
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-17 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-17 UTC."],[[["This page provides documentation for the `ChannelGroupFilter` class within the Google Analytics Admin API's Java client library, specifically for version 0.53.0."],["The `ChannelGroupFilter` class extends `GeneratedMessageV3` and implements `ChannelGroupFilterOrBuilder`, serving as a specific filter for a single dimension in analytics data."],["The documentation details various static methods for creating, parsing, and obtaining instances of `ChannelGroupFilter` objects, including parsing from different input types like byte arrays, ByteString, and InputStreams."],["The content outlines the instance methods associated with the class, including methods for getting field values, checking for set fields, determining the type of value filter, and providing details on the class's inheritance and implementation."],["The latest version available in the list is 0.70.0, showcasing that the page lists multiple versions of this documentation, going down to version 0.14.0, in descending order."]]],[]]