Interface AuthErrorOrBuilder

All Superinterfaces:
io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder, io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AuthError, AuthError.Builder

public interface AuthErrorOrBuilder extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .io.deephaven.proto.auth.CallStatus callStatus = 1;
    int
    .io.deephaven.proto.auth.CallStatus callStatus = 1;
    string message = 2;
    io.deephaven.shadow.core.com.google.protobuf.ByteString
    string message = 2;

    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

    • 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

      io.deephaven.shadow.core.com.google.protobuf.ByteString getMessageBytes()
      string message = 2;
      Returns:
      The bytes for message.