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.MatchPatternCase getMatchPatternCase()  
      ValueMatcher getOneOf()
      If specified, at least one of the values in the list must match the value specified.
      ValueMatcherOrBuilder getOneOfOrBuilder()
      If specified, at least one of the values in the list must match the value specified.
      boolean hasOneOf()
      If specified, at least one of the values in the list must match the value specified.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.v3.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.v3.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.v3.ValueMatcher one_of = 1;