Interface Messages.SourceReference.JavaStackTraceElementOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getClassName()
      string class_name = 1;
      com.google.protobuf.ByteString getClassNameBytes()
      string class_name = 1;
      String getFileName()
      string file_name = 3;
      com.google.protobuf.ByteString getFileNameBytes()
      string file_name = 3;
      String getMethodName()
      string method_name = 2;
      com.google.protobuf.ByteString getMethodNameBytes()
      string method_name = 2;
      • 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 Detail

      • getClassName

        String getClassName()
        string class_name = 1;
      • getClassNameBytes

        com.google.protobuf.ByteString getClassNameBytes()
        string class_name = 1;
      • getMethodName

        String getMethodName()
        string method_name = 2;
      • getMethodNameBytes

        com.google.protobuf.ByteString getMethodNameBytes()
        string method_name = 2;
      • getFileName

        String getFileName()
        string file_name = 3;
      • getFileNameBytes

        com.google.protobuf.ByteString getFileNameBytes()
        string file_name = 3;