Package io.deephaven.proto.auth
Interface AuthenticateByCookieResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthenticateByCookieResponse,AuthenticateByCookieResponse.Builder
@Generated
public interface AuthenticateByCookieResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.auth.AuthenticationResult result = 1;.io.deephaven.proto.auth.AuthenticationResult result = 1;boolean.io.deephaven.proto.auth.AuthenticationResult result = 1;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
-
hasResult
boolean hasResult().io.deephaven.proto.auth.AuthenticationResult result = 1;- Returns:
- Whether the result field is set.
-
getResult
AuthenticationResult getResult().io.deephaven.proto.auth.AuthenticationResult result = 1;- Returns:
- The result.
-
getResultOrBuilder
AuthenticationResultOrBuilder getResultOrBuilder().io.deephaven.proto.auth.AuthenticationResult result = 1;
-