public static interface LoggingProto.StackTraceElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassLoaderName()
optional string class_loader_name = 8; |
com.google.protobuf.ByteString |
getClassLoaderNameBytes()
optional string class_loader_name = 8; |
java.lang.String |
getClassName()
optional string class_name = 2; |
com.google.protobuf.ByteString |
getClassNameBytes()
optional string class_name = 2; |
java.lang.String |
getCodeLocation()
optional string code_location = 5; |
com.google.protobuf.ByteString |
getCodeLocationBytes()
optional string code_location = 5; |
boolean |
getExact()
optional bool exact = 7; |
java.lang.String |
getFileName()
optional string file_name = 3; |
com.google.protobuf.ByteString |
getFileNameBytes()
optional string file_name = 3; |
int |
getLineNumber()
optional int32 line_number = 4; |
java.lang.String |
getMethodName()
optional string method_name = 1; |
com.google.protobuf.ByteString |
getMethodNameBytes()
optional string method_name = 1; |
java.lang.String |
getModuleName()
optional string module_name = 9; |
com.google.protobuf.ByteString |
getModuleNameBytes()
optional string module_name = 9; |
java.lang.String |
getModuleVersion()
optional string module_version = 10; |
com.google.protobuf.ByteString |
getModuleVersionBytes()
optional string module_version = 10; |
java.lang.String |
getVersion()
optional string version = 6; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 6; |
boolean |
hasClassLoaderName()
optional string class_loader_name = 8; |
boolean |
hasClassName()
optional string class_name = 2; |
boolean |
hasCodeLocation()
optional string code_location = 5; |
boolean |
hasExact()
optional bool exact = 7; |
boolean |
hasFileName()
optional string file_name = 3; |
boolean |
hasLineNumber()
optional int32 line_number = 4; |
boolean |
hasMethodName()
optional string method_name = 1; |
boolean |
hasModuleName()
optional string module_name = 9; |
boolean |
hasModuleVersion()
optional string module_version = 10; |
boolean |
hasVersion()
optional string version = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMethodName()
optional string method_name = 1;java.lang.String getMethodName()
optional string method_name = 1;com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 1;boolean hasClassName()
optional string class_name = 2;java.lang.String getClassName()
optional string class_name = 2;com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 2;boolean hasFileName()
optional string file_name = 3;java.lang.String getFileName()
optional string file_name = 3;com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;boolean hasLineNumber()
optional int32 line_number = 4;int getLineNumber()
optional int32 line_number = 4;boolean hasCodeLocation()
optional string code_location = 5;java.lang.String getCodeLocation()
optional string code_location = 5;com.google.protobuf.ByteString getCodeLocationBytes()
optional string code_location = 5;boolean hasVersion()
optional string version = 6;java.lang.String getVersion()
optional string version = 6;com.google.protobuf.ByteString getVersionBytes()
optional string version = 6;boolean hasExact()
optional bool exact = 7;boolean getExact()
optional bool exact = 7;boolean hasClassLoaderName()
optional string class_loader_name = 8;java.lang.String getClassLoaderName()
optional string class_loader_name = 8;com.google.protobuf.ByteString getClassLoaderNameBytes()
optional string class_loader_name = 8;boolean hasModuleName()
optional string module_name = 9;java.lang.String getModuleName()
optional string module_name = 9;com.google.protobuf.ByteString getModuleNameBytes()
optional string module_name = 9;boolean hasModuleVersion()
optional string module_version = 10;java.lang.String getModuleVersion()
optional string module_version = 10;com.google.protobuf.ByteString getModuleVersionBytes()
optional string module_version = 10;