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
Modifier and TypeMethodDescriptionThe cookie configuration used to track session state.The cookie configuration used to track session state.booleanThe cookie configuration used to track session state.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
-
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) = { ... }
-