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
Modifier and TypeMethodDescriptionbooleanDisable the stateful session filter for this particular vhost or route.Per-route stateful session configuration that can be served by RDS or static route table.Per-route stateful session configuration that can be served by RDS or static route table.booleanDisable the stateful session filter for this particular vhost or route.booleanPer-route stateful session configuration that can be served by RDS or static route table.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-