Interface ChannelGroupFilter.StringFilterOrBuilder (0.50.0)

public static interface ChannelGroupFilter.StringFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatchType()

public abstract ChannelGroupFilter.StringFilter.MatchType getMatchType()

Required. The match type for the string filter.

.google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter.MatchType match_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ChannelGroupFilter.StringFilter.MatchType

The matchType.

getMatchTypeValue()

public abstract int getMatchTypeValue()

Required. The match type for the string filter.

.google.analytics.admin.v1alpha.ChannelGroupFilter.StringFilter.MatchType match_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for matchType.

getValue()

public abstract String getValue()

Required. The string value to be matched against.

string value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Required. The string value to be matched against.

string value = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for value.