public interface SubpropertyEventFilterConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFieldName()
public abstract String getFieldName()Required. The field that is being filtered.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The fieldName. |
getFieldNameBytes()
public abstract ByteString getFieldNameBytes()Required. The field that is being filtered.
string field_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fieldName. |
getNullFilter()
public abstract boolean getNullFilter()A filter for null values.
bool null_filter = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The nullFilter. |
getOneFilterCase()
public abstract SubpropertyEventFilterCondition.OneFilterCase getOneFilterCase()| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterCondition.OneFilterCase |
|
getStringFilter()
public abstract SubpropertyEventFilterCondition.StringFilter getStringFilter()A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition.StringFilter string_filter = 3;
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterCondition.StringFilter |
The stringFilter. |
getStringFilterOrBuilder()
public abstract SubpropertyEventFilterCondition.StringFilterOrBuilder getStringFilterOrBuilder()A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition.StringFilter string_filter = 3;
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterCondition.StringFilterOrBuilder |
|
hasNullFilter()
public abstract boolean hasNullFilter()A filter for null values.
bool null_filter = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nullFilter field is set. |
hasStringFilter()
public abstract boolean hasStringFilter()A filter for a string-type dimension that matches a particular pattern.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition.StringFilter string_filter = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringFilter field is set. |