Interface FilterConfigPerRouteOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    If true, disables gRPC reverse bridge filter for this particular vhost or route.

    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

    • getDisabled

      boolean getDisabled()
       If true, disables gRPC reverse bridge filter for this particular vhost or route.
       If disabled is specified in multiple per-filter-configs, the most specific one will be used.
       
      bool disabled = 1;
      Returns:
      The disabled.