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 Type
    Method
    Description
    The cookie configuration used to track session state.
    The cookie configuration used to track session state.
    boolean
    The cookie configuration used to track session state.

    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 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) = { ... }