Interface LoggingProto.StackTraceElementOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoggingProto.StackTraceElement,LoggingProto.StackTraceElement.Builder
- Enclosing class:
- LoggingProto
public static interface LoggingProto.StackTraceElementOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassLoaderName()optional string class_loader_name = 8;com.google.protobuf.ByteStringgetClassLoaderNameBytes()optional string class_loader_name = 8;java.lang.StringgetClassName()optional string class_name = 2;com.google.protobuf.ByteStringgetClassNameBytes()optional string class_name = 2;java.lang.StringgetCodeLocation()optional string code_location = 5;com.google.protobuf.ByteStringgetCodeLocationBytes()optional string code_location = 5;booleangetExact()optional bool exact = 7;java.lang.StringgetFileName()optional string file_name = 3;com.google.protobuf.ByteStringgetFileNameBytes()optional string file_name = 3;intgetLineNumber()optional int32 line_number = 4;java.lang.StringgetMethodName()optional string method_name = 1;com.google.protobuf.ByteStringgetMethodNameBytes()optional string method_name = 1;java.lang.StringgetModuleName()optional string module_name = 9;com.google.protobuf.ByteStringgetModuleNameBytes()optional string module_name = 9;java.lang.StringgetModuleVersion()optional string module_version = 10;com.google.protobuf.ByteStringgetModuleVersionBytes()optional string module_version = 10;java.lang.StringgetVersion()optional string version = 6;com.google.protobuf.ByteStringgetVersionBytes()optional string version = 6;booleanhasClassLoaderName()optional string class_loader_name = 8;booleanhasClassName()optional string class_name = 2;booleanhasCodeLocation()optional string code_location = 5;booleanhasExact()optional bool exact = 7;booleanhasFileName()optional string file_name = 3;booleanhasLineNumber()optional int32 line_number = 4;booleanhasMethodName()optional string method_name = 1;booleanhasModuleName()optional string module_name = 9;booleanhasModuleVersion()optional string module_version = 10;booleanhasVersion()optional string version = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMethodName
boolean hasMethodName()
optional string method_name = 1;
-
getMethodName
java.lang.String getMethodName()
optional string method_name = 1;
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 1;
-
hasClassName
boolean hasClassName()
optional string class_name = 2;
-
getClassName
java.lang.String getClassName()
optional string class_name = 2;
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 2;
-
hasFileName
boolean hasFileName()
optional string file_name = 3;
-
getFileName
java.lang.String getFileName()
optional string file_name = 3;
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;
-
hasLineNumber
boolean hasLineNumber()
optional int32 line_number = 4;
-
getLineNumber
int getLineNumber()
optional int32 line_number = 4;
-
hasCodeLocation
boolean hasCodeLocation()
optional string code_location = 5;
-
getCodeLocation
java.lang.String getCodeLocation()
optional string code_location = 5;
-
getCodeLocationBytes
com.google.protobuf.ByteString getCodeLocationBytes()
optional string code_location = 5;
-
hasVersion
boolean hasVersion()
optional string version = 6;
-
getVersion
java.lang.String getVersion()
optional string version = 6;
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
optional string version = 6;
-
hasExact
boolean hasExact()
optional bool exact = 7;
-
getExact
boolean getExact()
optional bool exact = 7;
-
hasClassLoaderName
boolean hasClassLoaderName()
optional string class_loader_name = 8;
-
getClassLoaderName
java.lang.String getClassLoaderName()
optional string class_loader_name = 8;
-
getClassLoaderNameBytes
com.google.protobuf.ByteString getClassLoaderNameBytes()
optional string class_loader_name = 8;
-
hasModuleName
boolean hasModuleName()
optional string module_name = 9;
-
getModuleName
java.lang.String getModuleName()
optional string module_name = 9;
-
getModuleNameBytes
com.google.protobuf.ByteString getModuleNameBytes()
optional string module_name = 9;
-
hasModuleVersion
boolean hasModuleVersion()
optional string module_version = 10;
-
getModuleVersion
java.lang.String getModuleVersion()
optional string module_version = 10;
-
getModuleVersionBytes
com.google.protobuf.ByteString getModuleVersionBytes()
optional string module_version = 10;
-
-