public interface GroupingRuleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Required. Customer defined display name for the channel.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. Customer defined display name for the channel.
string display_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getExpression()
public abstract ChannelGroupFilterExpression getExpression()Required. The Filter Expression that defines the Grouping Rule.
.google.analytics.admin.v1alpha.ChannelGroupFilterExpression expression = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChannelGroupFilterExpression |
The expression. |
getExpressionOrBuilder()
public abstract ChannelGroupFilterExpressionOrBuilder getExpressionOrBuilder()Required. The Filter Expression that defines the Grouping Rule.
.google.analytics.admin.v1alpha.ChannelGroupFilterExpression expression = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChannelGroupFilterExpressionOrBuilder |
|
hasExpression()
public abstract boolean hasExpression()Required. The Filter Expression that defines the Grouping Rule.
.google.analytics.admin.v1alpha.ChannelGroupFilterExpression expression = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expression field is set. |