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

    Modifier and Type
    Method
    Description
     
    If specified, at least one of the values in the list must match the value specified.
    If specified, at least one of the values in the list must match the value specified.
    boolean
    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 Details

    • 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;
    • getMatchPatternCase

      ListMatcher.MatchPatternCase getMatchPatternCase()