Interface RefreshCookieResponseOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RefreshCookieResponse, RefreshCookieResponse.Builder

public interface RefreshCookieResponseOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    The cookie; clients should note if it has changed from the one they handed to the request.
    long
    Absolute time expressed as milliseconds from the epoch when cookie expires.

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCookie

      io.deephaven.shadow.core.com.google.protobuf.ByteString getCookie()
       The cookie; clients should note if it has changed from the one they handed to the request.
       
      bytes cookie = 1;
      Returns:
      The cookie.
    • getCookieDeadlineTimeMillis

      long getCookieDeadlineTimeMillis()
       Absolute time expressed as milliseconds from the epoch when cookie expires.
       
      sfixed64 cookie_deadline_time_millis = 2;
      Returns:
      The cookieDeadlineTimeMillis.