Interface RestrictionConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RestrictionConfig, RestrictionConfig.Builder

public interface RestrictionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Matcher tree for matching requests and responses with the configured restrictions.
    Matcher tree for matching requests and responses with the configured restrictions.
    boolean
    Matcher tree for matching requests and responses with the configured restrictions.

    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

    • hasMatcher

      boolean hasMatcher()
       Matcher tree for matching requests and responses with the configured restrictions.
       
      .xds.type.matcher.v3.Matcher matcher = 1;
      Returns:
      Whether the matcher field is set.
    • getMatcher

      Matcher getMatcher()
       Matcher tree for matching requests and responses with the configured restrictions.
       
      .xds.type.matcher.v3.Matcher matcher = 1;
      Returns:
      The matcher.
    • getMatcherOrBuilder

      MatcherOrBuilder getMatcherOrBuilder()
       Matcher tree for matching requests and responses with the configured restrictions.
       
      .xds.type.matcher.v3.Matcher matcher = 1;