com.dimajix.flowman.kernel.proto.StackTraceElementOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: exception.proto
package com.dimajix.flowman.kernel.proto;
public interface StackTraceElementOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.StackTraceElement)
com.google.protobuf.MessageOrBuilder {
/**
* optional string classLoaderName = 1;
* @return Whether the classLoaderName field is set.
*/
boolean hasClassLoaderName();
/**
* optional string classLoaderName = 1;
* @return The classLoaderName.
*/
java.lang.String getClassLoaderName();
/**
* optional string classLoaderName = 1;
* @return The bytes for classLoaderName.
*/
com.dimajix.shaded.protobuf.ByteString
getClassLoaderNameBytes();
/**
* optional string moduleName = 2;
* @return Whether the moduleName field is set.
*/
boolean hasModuleName();
/**
* optional string moduleName = 2;
* @return The moduleName.
*/
java.lang.String getModuleName();
/**
* optional string moduleName = 2;
* @return The bytes for moduleName.
*/
com.dimajix.shaded.protobuf.ByteString
getModuleNameBytes();
/**
* optional string moduleVersion = 3;
* @return Whether the moduleVersion field is set.
*/
boolean hasModuleVersion();
/**
* optional string moduleVersion = 3;
* @return The moduleVersion.
*/
java.lang.String getModuleVersion();
/**
* optional string moduleVersion = 3;
* @return The bytes for moduleVersion.
*/
com.dimajix.shaded.protobuf.ByteString
getModuleVersionBytes();
/**
* string declaringClass = 4;
* @return The declaringClass.
*/
java.lang.String getDeclaringClass();
/**
* string declaringClass = 4;
* @return The bytes for declaringClass.
*/
com.dimajix.shaded.protobuf.ByteString
getDeclaringClassBytes();
/**
* string methodName = 5;
* @return The methodName.
*/
java.lang.String getMethodName();
/**
* string methodName = 5;
* @return The bytes for methodName.
*/
com.dimajix.shaded.protobuf.ByteString
getMethodNameBytes();
/**
* optional string fileName = 6;
* @return Whether the fileName field is set.
*/
boolean hasFileName();
/**
* optional string fileName = 6;
* @return The fileName.
*/
java.lang.String getFileName();
/**
* optional string fileName = 6;
* @return The bytes for fileName.
*/
com.dimajix.shaded.protobuf.ByteString
getFileNameBytes();
/**
* optional int32 lineNumber = 7;
* @return Whether the lineNumber field is set.
*/
boolean hasLineNumber();
/**
* optional int32 lineNumber = 7;
* @return The lineNumber.
*/
int getLineNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy