Interface ChannelGroupFilter.StringFilterOrBuilder (0.70.0)

publicstaticinterfaceChannelGroupFilter.StringFilterOrBuilderextendsMessageOrBuilder

Methods

getMatchType()

publicabstractChannelGroupFilter.StringFilter.MatchTypegetMatchType()

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()

publicabstractintgetMatchTypeValue()

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()

publicabstractStringgetValue()

Required. The string value to be matched against.

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

Returns
TypeDescription
String

The value.

getValueBytes()

publicabstractByteStringgetValueBytes()

Required. The string value to be matched against.

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

Returns
TypeDescription
ByteString

The bytes for value.