Interface ExceptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Exception, Exception.Builder

public interface ExceptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 code = 1;
    string display_text = 3;
    com.google.protobuf.ByteString
    string display_text = 3;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    string stack_trace = 4;
    com.google.protobuf.ByteString
    string stack_trace = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCode

      int getCode()
      int32 code = 1;
      Returns:
      The code.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getDisplayText

      String getDisplayText()
      string display_text = 3;
      Returns:
      The displayText.
    • getDisplayTextBytes

      com.google.protobuf.ByteString getDisplayTextBytes()
      string display_text = 3;
      Returns:
      The bytes for displayText.
    • getStackTrace

      String getStackTrace()
      string stack_trace = 4;
      Returns:
      The stackTrace.
    • getStackTraceBytes

      com.google.protobuf.ByteString getStackTraceBytes()
      string stack_trace = 4;
      Returns:
      The bytes for stackTrace.