Interface AccessStringFilterOrBuilder (0.51.0)

public interface AccessStringFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaseSensitive()

public abstract boolean getCaseSensitive()

If true, the string value is case sensitive.

bool case_sensitive = 3;

Returns
TypeDescription
boolean

The caseSensitive.

getMatchType()

public abstract AccessStringFilter.MatchType getMatchType()

The match type for this filter.

.google.analytics.admin.v1alpha.AccessStringFilter.MatchType match_type = 1;

Returns
TypeDescription
AccessStringFilter.MatchType

The matchType.

getMatchTypeValue()

public abstract int getMatchTypeValue()

The match type for this filter.

.google.analytics.admin.v1alpha.AccessStringFilter.MatchType match_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for matchType.

getValue()

public abstract String getValue()

The string value used for the matching.

string value = 2;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The string value used for the matching.

string value = 2;

Returns
TypeDescription
ByteString

The bytes for value.