Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class ExpandedDataSetFilter.StringFilter.Builder (0.24.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.24.0keyboard_arrow_down
public static final class ExpandedDataSetFilter . StringFilter . Builder extends GeneratedMessageV3 . Builder<ExpandedDataSetFilter . StringFilter . Builder > implements ExpandedDataSetFilter . StringFilterOrBuilder
A filter for a string-type dimension that matches a particular pattern.
Protobuf type google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter
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 . StringFilter . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ExpandedDataSetFilter . StringFilter build ()
buildPartial()
public ExpandedDataSetFilter . StringFilter buildPartial ()
clear()
public ExpandedDataSetFilter . StringFilter . Builder clear ()
Overrides
clearCaseSensitive()
public ExpandedDataSetFilter . StringFilter . Builder clearCaseSensitive ()
Optional. If true, the match is case-sensitive. If false, the match is
case-insensitive.
Must be true when match_type is EXACT.
Must be false when match_type is CONTAINS.
bool case_sensitive = 3 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public ExpandedDataSetFilter . StringFilter . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearMatchType()
public ExpandedDataSetFilter . StringFilter . Builder clearMatchType ()
Required. The match type for the string filter.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter.MatchType match_type = 1 [(.google.api.field_behavior) = REQUIRED];
clearOneof(Descriptors.OneofDescriptor oneof)
public ExpandedDataSetFilter . StringFilter . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearValue()
public ExpandedDataSetFilter . StringFilter . Builder clearValue ()
Required. The string value to be matched against.
string value = 2 [(.google.api.field_behavior) = REQUIRED];
clone()
public ExpandedDataSetFilter . StringFilter . Builder clone ()
Overrides
getCaseSensitive()
public boolean getCaseSensitive ()
Optional. If true, the match is case-sensitive. If false, the match is
case-insensitive.
Must be true when match_type is EXACT.
Must be false when match_type is CONTAINS.
bool case_sensitive = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The caseSensitive.
getDefaultInstanceForType()
public ExpandedDataSetFilter . StringFilter getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getMatchType()
public ExpandedDataSetFilter . StringFilter . MatchType getMatchType ()
Required. The match type for the string filter.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter.MatchType match_type = 1 [(.google.api.field_behavior) = REQUIRED];
getMatchTypeValue()
public int getMatchTypeValue ()
Required. The match type for the string filter.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter.MatchType match_type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
The enum numeric value on the wire for matchType.
getValue()
Required. The string value to be matched against.
string value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The value.
getValueBytes()
public ByteString getValueBytes ()
Required. The string value to be matched against.
string value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for value.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ExpandedDataSetFilter.StringFilter other)
public ExpandedDataSetFilter . StringFilter . Builder mergeFrom ( ExpandedDataSetFilter . StringFilter other )
public ExpandedDataSetFilter . StringFilter . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ExpandedDataSetFilter . StringFilter . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExpandedDataSetFilter . StringFilter . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setCaseSensitive(boolean value)
public ExpandedDataSetFilter . StringFilter . Builder setCaseSensitive ( boolean value )
Optional. If true, the match is case-sensitive. If false, the match is
case-insensitive.
Must be true when match_type is EXACT.
Must be false when match_type is CONTAINS.
bool case_sensitive = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
value
boolean
The caseSensitive to set.
setField(Descriptors.FieldDescriptor field, Object value)
public ExpandedDataSetFilter . StringFilter . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setMatchType(ExpandedDataSetFilter.StringFilter.MatchType value)
public ExpandedDataSetFilter . StringFilter . Builder setMatchType ( ExpandedDataSetFilter . StringFilter . MatchType value )
Required. The match type for the string filter.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter.MatchType match_type = 1 [(.google.api.field_behavior) = REQUIRED];
setMatchTypeValue(int value)
public ExpandedDataSetFilter . StringFilter . Builder setMatchTypeValue ( int value )
Required. The match type for the string filter.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter.StringFilter.MatchType match_type = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
int
The enum numeric value on the wire for matchType to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExpandedDataSetFilter . StringFilter . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExpandedDataSetFilter . StringFilter . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setValue(String value)
public ExpandedDataSetFilter . StringFilter . Builder setValue ( String value )
Required. The string value to be matched against.
string value = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
String
The value to set.
setValueBytes(ByteString value)
public ExpandedDataSetFilter . StringFilter . Builder setValueBytes ( ByteString value )
Required. The string value to be matched against.
string value = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
value
ByteString
The bytes for value to set.
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-07-02 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-07-02 UTC."],[[["The latest version of the Google Analytics Admin Java library for `ExpandedDataSetFilter.StringFilter.Builder` is 0.70.0."],["This documentation provides a list of versions ranging from 0.14.0 up to the latest 0.70.0, allowing users to access the API reference for each specific release."],["`ExpandedDataSetFilter.StringFilter.Builder` is a class used to filter string-type dimensions by matching a particular pattern, which implements `ExpandedDataSetFilter.StringFilterOrBuilder`."],["This builder class, `ExpandedDataSetFilter.StringFilter.Builder`, inherits from `GeneratedMessageV3.Builder` and provides methods to configure and create `StringFilter` instances."],["Key functionalities include setting the match type, the value to match against, and whether the match should be case-sensitive or not, which are all described within this documentation."]]],[]]