public static interface Filter.StringFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaseSensitive()
If true, the string value is case sensitive.
|
Filter.StringFilter.MatchType |
getMatchType()
The match type for this filter.
|
int |
getMatchTypeValue()
The match type for this filter.
|
String |
getValue()
The string value used for the matching.
|
com.google.protobuf.ByteString |
getValueBytes()
The string value used for the matching.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMatchTypeValue()
The match type for this filter.
.google.analytics.data.v1beta.Filter.StringFilter.MatchType match_type = 1;Filter.StringFilter.MatchType getMatchType()
The match type for this filter.
.google.analytics.data.v1beta.Filter.StringFilter.MatchType match_type = 1;String getValue()
The string value used for the matching.
string value = 2;com.google.protobuf.ByteString getValueBytes()
The string value used for the matching.
string value = 2;boolean getCaseSensitive()
If true, the string value is case sensitive.
bool case_sensitive = 3;Copyright © 2022 Google LLC. All rights reserved.