public interface AccessStringFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCaseSensitive()
public abstract boolean getCaseSensitive()If true, the string value is case sensitive.
bool case_sensitive = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The caseSensitive. |
getMatchType()
public abstract AccessStringFilter.MatchType getMatchType()The match type for this filter.
.google.analytics.admin.v1beta.AccessStringFilter.MatchType match_type = 1;
| Returns | |
|---|---|
| Type | Description |
AccessStringFilter.MatchType |
The matchType. |
getMatchTypeValue()
public abstract int getMatchTypeValue()The match type for this filter.
.google.analytics.admin.v1beta.AccessStringFilter.MatchType match_type = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()The string value used for the matching.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |