Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class ExpandedDataSetFilter.Builder (0.29.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.29.0keyboard_arrow_down
public static final class ExpandedDataSetFilter . Builder extends GeneratedMessageV3 . Builder<ExpandedDataSetFilter . Builder > implements ExpandedDataSetFilterOrBuilder
A specific filter for a single dimension
Protobuf type google.analytics.admin.v1alpha.ExpandedDataSetFilter
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExpandedDataSetFilter . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ExpandedDataSetFilter build ()
buildPartial()
public ExpandedDataSetFilter buildPartial ()
clear()
public ExpandedDataSetFilter . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ExpandedDataSetFilter . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearFieldName()
public ExpandedDataSetFilter . Builder clearFieldName ()
Required. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
clearInListFilter()
public ExpandedDataSetFilter . Builder clearInListFilter ()
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.InListFilter in_list_filter = 3;
clearOneFilter()
public ExpandedDataSetFilter . Builder clearOneFilter ()
clearOneof(Descriptors.OneofDescriptor oneof)
public ExpandedDataSetFilter . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearStringFilter()
public ExpandedDataSetFilter . Builder clearStringFilter ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter string_filter = 2;
clone()
public ExpandedDataSetFilter . Builder clone ()
Overrides
getDefaultInstanceForType()
public ExpandedDataSetFilter getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getFieldName()
public String getFieldName ()
Required. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The fieldName.
getFieldNameBytes()
public ByteString getFieldNameBytes ()
Required. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for fieldName.
getInListFilter()
public ExpandedDataSetFilter . InListFilter getInListFilter ()
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.InListFilter in_list_filter = 3;
getInListFilterBuilder()
public ExpandedDataSetFilter . InListFilter . Builder getInListFilterBuilder ()
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.InListFilter in_list_filter = 3;
getInListFilterOrBuilder()
public ExpandedDataSetFilter . InListFilterOrBuilder getInListFilterOrBuilder ()
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.InListFilter in_list_filter = 3;
getOneFilterCase()
public ExpandedDataSetFilter . OneFilterCase getOneFilterCase ()
getStringFilter()
public ExpandedDataSetFilter . StringFilter getStringFilter ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter string_filter = 2;
getStringFilterBuilder()
public ExpandedDataSetFilter . StringFilter . Builder getStringFilterBuilder ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter string_filter = 2;
getStringFilterOrBuilder()
public ExpandedDataSetFilter . StringFilterOrBuilder getStringFilterOrBuilder ()
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter string_filter = 2;
hasInListFilter()
public boolean hasInListFilter ()
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.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.ExpandedDataSetFilter.StringFilter string_filter = 2;
Returns
Type
Description
boolean
Whether the stringFilter field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ExpandedDataSetFilter other)
public ExpandedDataSetFilter . Builder mergeFrom ( ExpandedDataSetFilter other )
public ExpandedDataSetFilter . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ExpandedDataSetFilter . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeInListFilter(ExpandedDataSetFilter.InListFilter value)
public ExpandedDataSetFilter . Builder mergeInListFilter ( ExpandedDataSetFilter . InListFilter value )
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.InListFilter in_list_filter = 3;
mergeStringFilter(ExpandedDataSetFilter.StringFilter value)
public ExpandedDataSetFilter . Builder mergeStringFilter ( ExpandedDataSetFilter . StringFilter value )
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter string_filter = 2;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExpandedDataSetFilter . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ExpandedDataSetFilter . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setFieldName(String value)
public ExpandedDataSetFilter . Builder setFieldName ( String value )
Required. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
String
The fieldName to set.
setFieldNameBytes(ByteString value)
public ExpandedDataSetFilter . Builder setFieldNameBytes ( ByteString value )
Required. The dimension name to filter.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
ByteString
The bytes for fieldName to set.
setInListFilter(ExpandedDataSetFilter.InListFilter value)
public ExpandedDataSetFilter . Builder setInListFilter ( ExpandedDataSetFilter . InListFilter value )
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.InListFilter in_list_filter = 3;
setInListFilter(ExpandedDataSetFilter.InListFilter.Builder builderForValue)
public ExpandedDataSetFilter . Builder setInListFilter ( ExpandedDataSetFilter . InListFilter . Builder builderForValue )
A filter for a string dimension that matches a particular list of
options.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.InListFilter in_list_filter = 3;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExpandedDataSetFilter . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setStringFilter(ExpandedDataSetFilter.StringFilter value)
public ExpandedDataSetFilter . Builder setStringFilter ( ExpandedDataSetFilter . StringFilter value )
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter string_filter = 2;
setStringFilter(ExpandedDataSetFilter.StringFilter.Builder builderForValue)
public ExpandedDataSetFilter . Builder setStringFilter ( ExpandedDataSetFilter . StringFilter . Builder builderForValue )
A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter string_filter = 2;
setUnknownFields(UnknownFieldSet unknownFields)
public final ExpandedDataSetFilter . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
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-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `ExpandedDataSetFilter.Builder` class within the `com.google.analytics.admin.v1alpha` package, part of the Google Analytics Admin Java library."],["The `ExpandedDataSetFilter.Builder` class is used to create a filter for a single dimension in an expanded data set and it extends `GeneratedMessageV3.Builder`, inheriting many of its methods."],["The documentation includes links to various versions of the Google Analytics Admin library, ranging from version 0.70.0 (latest) down to 0.14.0, enabling users to reference the documentation relevant to their library version."],["The builder class allows for filtering based on a dimension name and can be configured to use either a `StringFilter` for pattern matching or an `InListFilter` for matching against a specific list of options."],["The page details various inherited members, methods, and static methods of the `ExpandedDataSetFilter.Builder` class, such as `build()`, `clear()`, `setFieldName()`, `mergeFrom()` and `getDescriptor()`, providing a comprehensive reference for developers."]]],[]]