public interface SubpropertyEventFilterExpressionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExprCase()
public abstract SubpropertyEventFilterExpression.ExprCase getExprCase()| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterExpression.ExprCase |
|
getFilterCondition()
public abstract SubpropertyEventFilterCondition getFilterCondition()Creates a filter that matches a specific event. This cannot be set on the top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition filter_condition = 3;
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterCondition |
The filterCondition. |
getFilterConditionOrBuilder()
public abstract SubpropertyEventFilterConditionOrBuilder getFilterConditionOrBuilder()Creates a filter that matches a specific event. This cannot be set on the top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition filter_condition = 3;
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterConditionOrBuilder |
|
getNotExpression()
public abstract SubpropertyEventFilterExpression getNotExpression()A filter expression to be NOT'ed (inverted, complemented). It can only include a filter. This cannot be set on the top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpression not_expression = 2;
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterExpression |
The notExpression. |
getNotExpressionOrBuilder()
public abstract SubpropertyEventFilterExpressionOrBuilder getNotExpressionOrBuilder()A filter expression to be NOT'ed (inverted, complemented). It can only include a filter. This cannot be set on the top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpression not_expression = 2;
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterExpressionOrBuilder |
|
getOrGroup()
public abstract SubpropertyEventFilterExpressionList getOrGroup()A list of expressions to OR’ed together. Must only contain not_expression or filter_condition expressions.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpressionList or_group = 1;
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterExpressionList |
The orGroup. |
getOrGroupOrBuilder()
public abstract SubpropertyEventFilterExpressionListOrBuilder getOrGroupOrBuilder()A list of expressions to OR’ed together. Must only contain not_expression or filter_condition expressions.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpressionList or_group = 1;
| Returns | |
|---|---|
| Type | Description |
SubpropertyEventFilterExpressionListOrBuilder |
|
hasFilterCondition()
public abstract boolean hasFilterCondition()Creates a filter that matches a specific event. This cannot be set on the top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterCondition filter_condition = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the filterCondition field is set. |
hasNotExpression()
public abstract boolean hasNotExpression()A filter expression to be NOT'ed (inverted, complemented). It can only include a filter. This cannot be set on the top level SubpropertyEventFilterExpression.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpression not_expression = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the notExpression field is set. |
hasOrGroup()
public abstract boolean hasOrGroup()A list of expressions to OR’ed together. Must only contain not_expression or filter_condition expressions.
.google.analytics.admin.v1alpha.SubpropertyEventFilterExpressionList or_group = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the orGroup field is set. |