Interface AuthenticationResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AuthenticationResponse, AuthenticationResponse.Builder

@Generated public interface AuthenticationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool authenticated = 1;
    optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
    optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
    com.google.protobuf.ByteString
    bytes cookie = 2;
    boolean
    optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;

    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

    • getAuthenticated

      boolean getAuthenticated()
      bool authenticated = 1;
      Returns:
      The authenticated.
    • getCookie

      com.google.protobuf.ByteString getCookie()
      bytes cookie = 2;
      Returns:
      The cookie.
    • hasConfig

      boolean hasConfig()
      optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
      Returns:
      Whether the config field is set.
    • getConfig

      optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
      Returns:
      The config.
    • getConfigOrBuilder

      optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;