Interface GroupingRuleOrBuilder (0.51.0)

public interface GroupingRuleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Required. Customer defined display name for the channel.

string display_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the expression field is set.