Package io.deephaven.proto.controller
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 TypeMethodDescriptionbooleanbool authenticated = 1;optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;com.google.protobuf.ByteStringbytes cookie = 2;booleanoptional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;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
-
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
ControllerConfigurationMessage getConfig()optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;- Returns:
- The config.
-
getConfigOrBuilder
ControllerConfigurationMessageOrBuilder getConfigOrBuilder()optional .io.deephaven.proto.controller.ControllerConfigurationMessage config = 3;
-