Send feedback
Class ExpandedDataSetFilter.Builder (0.31.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.31.0 keyboard_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
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."],[[["The page provides a comprehensive list of versions for `ExpandedDataSetFilter.Builder`, a class within the Google Analytics Admin API, ranging from the latest version 0.70.0 down to version 0.14.0."],["`ExpandedDataSetFilter.Builder` is a specific filter for a single dimension used within Google Analytics Admin API, and it is of the protobuf type `google.analytics.admin.v1alpha.ExpandedDataSetFilter`."],["This class extends `GeneratedMessageV3.Builder` and implements `ExpandedDataSetFilterOrBuilder`, offering methods for building and manipulating filter objects."],["Key functionalities of `ExpandedDataSetFilter.Builder` include setting, clearing, and merging filter fields like `fieldName`, `stringFilter`, and `inListFilter`, along with managing the overall filter configuration."],["The class offers different methods to merge and build, such as `build`, `buildPartial`, `mergeFrom`, and `mergeUnknownFields`, among others, providing a thorough set of tools for working with data filters."]]],[]]