Interface CookieBasedSessionStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CookieBasedSessionState,CookieBasedSessionState.Builder
public interface CookieBasedSessionStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CookiegetCookie()The cookie configuration used to track session state.CookieOrBuildergetCookieOrBuilder()The cookie configuration used to track session state.booleanhasCookie()The cookie configuration used to track session state.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCookie
boolean hasCookie()
The cookie configuration used to track session state.
.envoy.type.http.v3.Cookie cookie = 1 [(.validate.rules) = { ... }- Returns:
- Whether the cookie field is set.
-
getCookie
Cookie getCookie()
The cookie configuration used to track session state.
.envoy.type.http.v3.Cookie cookie = 1 [(.validate.rules) = { ... }- Returns:
- The cookie.
-
getCookieOrBuilder
CookieOrBuilder getCookieOrBuilder()
The cookie configuration used to track session state.
.envoy.type.http.v3.Cookie cookie = 1 [(.validate.rules) = { ... }
-
-