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 booleangetDisabled()Disable the stateful session filter for this particular vhost or route.StatefulSessionPerRoute.OverrideCasegetOverrideCase()StatefulSessiongetStatefulSession()Per-route stateful session configuration that can be served by RDS or static route table.StatefulSessionOrBuildergetStatefulSessionOrBuilder()Per-route stateful session configuration that can be served by RDS or static route table.booleanhasDisabled()Disable the stateful session filter for this particular vhost or route.booleanhasStatefulSession()Per-route stateful session configuration that can be served by RDS or static route table.-
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;
-
getOverrideCase
StatefulSessionPerRoute.OverrideCase getOverrideCase()
-
-