Package io.deephaven.proto.auth
Interface AuthErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthError,AuthError.Builder
@Generated
public interface AuthErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.io.deephaven.proto.auth.CallStatus callStatus = 1;int.io.deephaven.proto.auth.CallStatus callStatus = 1;string message = 2;com.google.protobuf.ByteStringstring message = 2;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
-
getCallStatusValue
int getCallStatusValue().io.deephaven.proto.auth.CallStatus callStatus = 1;- Returns:
- The enum numeric value on the wire for callStatus.
-
getCallStatus
CallStatus getCallStatus().io.deephaven.proto.auth.CallStatus callStatus = 1;- Returns:
- The callStatus.
-
getMessage
String getMessage()string message = 2;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 2;- Returns:
- The bytes for message.
-