Package io.deephaven.proto.auth
Interface AuthenticateByPublicKeyResponseOrBuilder
- All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
,io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthenticateByPublicKeyResponse
,AuthenticateByPublicKeyResponse.Builder
public interface AuthenticateByPublicKeyResponseOrBuilder
extends io.deephaven.shadow.core.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 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
-
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;
-