Interface StatefulSessionPerRouteOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getDisabled()
      Disable the stateful session filter for this particular vhost or route.
      StatefulSessionPerRoute.OverrideCase getOverrideCase()  
      StatefulSession getStatefulSession()
      Per-route stateful session configuration that can be served by RDS or static route table.
      StatefulSessionOrBuilder getStatefulSessionOrBuilder()
      Per-route stateful session configuration that can be served by RDS or static route table.
      boolean hasDisabled()
      Disable the stateful session filter for this particular vhost or route.
      boolean hasStatefulSession()
      Per-route stateful session configuration that can be served by RDS or static route table.
      • 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

      • hasDisabled

        boolean hasDisabled()
         Disable the stateful session 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 [(.validate.rules) = { ... }
        Returns:
        Whether the disabled field is set.
      • getDisabled

        boolean getDisabled()
         Disable the stateful session 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 [(.validate.rules) = { ... }
        Returns:
        The disabled.
      • hasStatefulSession

        boolean hasStatefulSession()
         Per-route stateful session configuration that can be served by RDS or static route table.
         
        .envoy.extensions.filters.http.stateful_session.v3.StatefulSession stateful_session = 2;
        Returns:
        Whether the statefulSession field is set.
      • getStatefulSession

        StatefulSession getStatefulSession()
         Per-route stateful session configuration that can be served by RDS or static route table.
         
        .envoy.extensions.filters.http.stateful_session.v3.StatefulSession stateful_session = 2;
        Returns:
        The statefulSession.
      • getStatefulSessionOrBuilder

        StatefulSessionOrBuilder getStatefulSessionOrBuilder()
         Per-route stateful session configuration that can be served by RDS or static route table.
         
        .envoy.extensions.filters.http.stateful_session.v3.StatefulSession stateful_session = 2;