Interface ExpandedDataSetFilter.StringFilterOrBuilder (0.51.0)

public static interface ExpandedDataSetFilter.StringFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaseSensitive()

public abstract 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
TypeDescription
boolean

The caseSensitive.

getMatchType()

public abstract 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];

Returns
TypeDescription
ExpandedDataSetFilter.StringFilter.MatchType

The matchType.

getMatchTypeValue()

public abstract 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
TypeDescription
int

The enum numeric value on the wire for matchType.

getValue()

public abstract String getValue()

Required. The string value to be matched against.

string value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Required. The string value to be matched against.

string value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for value.