com.dimajix.flowman.kernel.proto.LogLocationOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: logging.proto
package com.dimajix.flowman.kernel.proto;
public interface LogLocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.LogLocation)
com.google.protobuf.MessageOrBuilder {
/**
* optional string file = 1;
* @return Whether the file field is set.
*/
boolean hasFile();
/**
* optional string file = 1;
* @return The file.
*/
java.lang.String getFile();
/**
* optional string file = 1;
* @return The bytes for file.
*/
com.dimajix.shaded.protobuf.ByteString
getFileBytes();
/**
* optional string declaringClass = 2;
* @return Whether the declaringClass field is set.
*/
boolean hasDeclaringClass();
/**
* optional string declaringClass = 2;
* @return The declaringClass.
*/
java.lang.String getDeclaringClass();
/**
* optional string declaringClass = 2;
* @return The bytes for declaringClass.
*/
com.dimajix.shaded.protobuf.ByteString
getDeclaringClassBytes();
/**
* optional string methodName = 3;
* @return Whether the methodName field is set.
*/
boolean hasMethodName();
/**
* optional string methodName = 3;
* @return The methodName.
*/
java.lang.String getMethodName();
/**
* optional string methodName = 3;
* @return The bytes for methodName.
*/
com.dimajix.shaded.protobuf.ByteString
getMethodNameBytes();
/**
* optional string fileName = 4;
* @return Whether the fileName field is set.
*/
boolean hasFileName();
/**
* optional string fileName = 4;
* @return The fileName.
*/
java.lang.String getFileName();
/**
* optional string fileName = 4;
* @return The bytes for fileName.
*/
com.dimajix.shaded.protobuf.ByteString
getFileNameBytes();
/**
* optional int32 lineNumber = 5;
* @return Whether the lineNumber field is set.
*/
boolean hasLineNumber();
/**
* optional int32 lineNumber = 5;
* @return The lineNumber.
*/
int getLineNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy