Package io.envoyproxy.envoy.type.matcher
Interface ListMatcherOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListMatcher,ListMatcher.Builder
public interface ListMatcherOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMatcher.MatchPatternCasegetMatchPatternCase()ValueMatchergetOneOf()If specified, at least one of the values in the list must match the value specified.ValueMatcherOrBuildergetOneOfOrBuilder()If specified, at least one of the values in the list must match the value specified.booleanhasOneOf()If specified, at least one of the values in the list must match the value specified.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOneOf
boolean hasOneOf()
If specified, at least one of the values in the list must match the value specified.
.envoy.type.matcher.ValueMatcher one_of = 1;- Returns:
- Whether the oneOf field is set.
-
getOneOf
ValueMatcher getOneOf()
If specified, at least one of the values in the list must match the value specified.
.envoy.type.matcher.ValueMatcher one_of = 1;- Returns:
- The oneOf.
-
getOneOfOrBuilder
ValueMatcherOrBuilder getOneOfOrBuilder()
If specified, at least one of the values in the list must match the value specified.
.envoy.type.matcher.ValueMatcher one_of = 1;
-
getMatchPatternCase
ListMatcher.MatchPatternCase getMatchPatternCase()
-
-