public interface ExpandedDataSetFilterExpressionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAndGroup()
public abstract ExpandedDataSetFilterExpressionList getAndGroup()A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpressionList and_group = 1;
| Returns | |
|---|---|
| Type | Description |
ExpandedDataSetFilterExpressionList |
The andGroup. |
getAndGroupOrBuilder()
public abstract ExpandedDataSetFilterExpressionListOrBuilder getAndGroupOrBuilder()A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpressionList and_group = 1;
| Returns | |
|---|---|
| Type | Description |
ExpandedDataSetFilterExpressionListOrBuilder |
|
getExprCase()
public abstract ExpandedDataSetFilterExpression.ExprCase getExprCase()| Returns | |
|---|---|
| Type | Description |
ExpandedDataSetFilterExpression.ExprCase |
|
getFilter()
public abstract ExpandedDataSetFilter getFilter()A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter filter = 3;
| Returns | |
|---|---|
| Type | Description |
ExpandedDataSetFilter |
The filter. |
getFilterOrBuilder()
public abstract ExpandedDataSetFilterOrBuilder getFilterOrBuilder()A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter filter = 3;
| Returns | |
|---|---|
| Type | Description |
ExpandedDataSetFilterOrBuilder |
|
getNotExpression()
public abstract ExpandedDataSetFilterExpression getNotExpression()A filter expression to be NOT'ed (that is, inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression not_expression = 2;
| Returns | |
|---|---|
| Type | Description |
ExpandedDataSetFilterExpression |
The notExpression. |
getNotExpressionOrBuilder()
public abstract ExpandedDataSetFilterExpressionOrBuilder getNotExpressionOrBuilder()A filter expression to be NOT'ed (that is, inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression not_expression = 2;
| Returns | |
|---|---|
| Type | Description |
ExpandedDataSetFilterExpressionOrBuilder |
|
hasAndGroup()
public abstract boolean hasAndGroup()A list of expressions to be AND’ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpressionList and_group = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the andGroup field is set. |
hasFilter()
public abstract boolean hasFilter()A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilter filter = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the filter field is set. |
hasNotExpression()
public abstract boolean hasNotExpression()A filter expression to be NOT'ed (that is, inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
.google.analytics.admin.v1alpha.ExpandedDataSetFilterExpression not_expression = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the notExpression field is set. |