public static final class LoggingProto.StackTraceElement.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder> implements LoggingProto.StackTraceElementOrBuilder
de.huxhorn.lilith.logging.StackTraceElement| Modifier and Type | Method and Description |
|---|---|
LoggingProto.StackTraceElement.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
LoggingProto.StackTraceElement |
build() |
LoggingProto.StackTraceElement |
buildPartial() |
LoggingProto.StackTraceElement.Builder |
clear() |
LoggingProto.StackTraceElement.Builder |
clearClassLoaderName()
optional string class_loader_name = 8; |
LoggingProto.StackTraceElement.Builder |
clearClassName()
optional string class_name = 2; |
LoggingProto.StackTraceElement.Builder |
clearCodeLocation()
optional string code_location = 5; |
LoggingProto.StackTraceElement.Builder |
clearExact()
optional bool exact = 7; |
LoggingProto.StackTraceElement.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
LoggingProto.StackTraceElement.Builder |
clearFileName()
optional string file_name = 3; |
LoggingProto.StackTraceElement.Builder |
clearLineNumber()
optional int32 line_number = 4; |
LoggingProto.StackTraceElement.Builder |
clearMethodName()
optional string method_name = 1; |
LoggingProto.StackTraceElement.Builder |
clearModuleName()
optional string module_name = 9; |
LoggingProto.StackTraceElement.Builder |
clearModuleVersion()
optional string module_version = 10; |
LoggingProto.StackTraceElement.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LoggingProto.StackTraceElement.Builder |
clearVersion()
optional string version = 6; |
LoggingProto.StackTraceElement.Builder |
clone() |
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; |
LoggingProto.StackTraceElement |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LoggingProto.StackTraceElement.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LoggingProto.StackTraceElement.Builder |
mergeFrom(LoggingProto.StackTraceElement other) |
LoggingProto.StackTraceElement.Builder |
mergeFrom(com.google.protobuf.Message other) |
LoggingProto.StackTraceElement.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LoggingProto.StackTraceElement.Builder |
setClassLoaderName(java.lang.String value)
optional string class_loader_name = 8; |
LoggingProto.StackTraceElement.Builder |
setClassLoaderNameBytes(com.google.protobuf.ByteString value)
optional string class_loader_name = 8; |
LoggingProto.StackTraceElement.Builder |
setClassName(java.lang.String value)
optional string class_name = 2; |
LoggingProto.StackTraceElement.Builder |
setClassNameBytes(com.google.protobuf.ByteString value)
optional string class_name = 2; |
LoggingProto.StackTraceElement.Builder |
setCodeLocation(java.lang.String value)
optional string code_location = 5; |
LoggingProto.StackTraceElement.Builder |
setCodeLocationBytes(com.google.protobuf.ByteString value)
optional string code_location = 5; |
LoggingProto.StackTraceElement.Builder |
setExact(boolean value)
optional bool exact = 7; |
LoggingProto.StackTraceElement.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
LoggingProto.StackTraceElement.Builder |
setFileName(java.lang.String value)
optional string file_name = 3; |
LoggingProto.StackTraceElement.Builder |
setFileNameBytes(com.google.protobuf.ByteString value)
optional string file_name = 3; |
LoggingProto.StackTraceElement.Builder |
setLineNumber(int value)
optional int32 line_number = 4; |
LoggingProto.StackTraceElement.Builder |
setMethodName(java.lang.String value)
optional string method_name = 1; |
LoggingProto.StackTraceElement.Builder |
setMethodNameBytes(com.google.protobuf.ByteString value)
optional string method_name = 1; |
LoggingProto.StackTraceElement.Builder |
setModuleName(java.lang.String value)
optional string module_name = 9; |
LoggingProto.StackTraceElement.Builder |
setModuleNameBytes(com.google.protobuf.ByteString value)
optional string module_name = 9; |
LoggingProto.StackTraceElement.Builder |
setModuleVersion(java.lang.String value)
optional string module_version = 10; |
LoggingProto.StackTraceElement.Builder |
setModuleVersionBytes(com.google.protobuf.ByteString value)
optional string module_version = 10; |
LoggingProto.StackTraceElement.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
LoggingProto.StackTraceElement.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LoggingProto.StackTraceElement.Builder |
setVersion(java.lang.String value)
optional string version = 6; |
LoggingProto.StackTraceElement.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
optional string version = 6; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LoggingProto.StackTraceElement build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LoggingProto.StackTraceElement buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LoggingProto.StackTraceElement.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder mergeFrom(LoggingProto.StackTraceElement other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public LoggingProto.StackTraceElement.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoggingProto.StackTraceElement.Builder>java.io.IOExceptionpublic boolean hasMethodName()
optional string method_name = 1;hasMethodName in interface LoggingProto.StackTraceElementOrBuilderpublic java.lang.String getMethodName()
optional string method_name = 1;getMethodName in interface LoggingProto.StackTraceElementOrBuilderpublic com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 1;getMethodNameBytes in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setMethodName(java.lang.String value)
optional string method_name = 1;value - The methodName to set.public LoggingProto.StackTraceElement.Builder clearMethodName()
optional string method_name = 1;public LoggingProto.StackTraceElement.Builder setMethodNameBytes(com.google.protobuf.ByteString value)
optional string method_name = 1;value - The bytes for methodName to set.public boolean hasClassName()
optional string class_name = 2;hasClassName in interface LoggingProto.StackTraceElementOrBuilderpublic java.lang.String getClassName()
optional string class_name = 2;getClassName in interface LoggingProto.StackTraceElementOrBuilderpublic com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 2;getClassNameBytes in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setClassName(java.lang.String value)
optional string class_name = 2;value - The className to set.public LoggingProto.StackTraceElement.Builder clearClassName()
optional string class_name = 2;public LoggingProto.StackTraceElement.Builder setClassNameBytes(com.google.protobuf.ByteString value)
optional string class_name = 2;value - The bytes for className to set.public boolean hasFileName()
optional string file_name = 3;hasFileName in interface LoggingProto.StackTraceElementOrBuilderpublic java.lang.String getFileName()
optional string file_name = 3;getFileName in interface LoggingProto.StackTraceElementOrBuilderpublic com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;getFileNameBytes in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setFileName(java.lang.String value)
optional string file_name = 3;value - The fileName to set.public LoggingProto.StackTraceElement.Builder clearFileName()
optional string file_name = 3;public LoggingProto.StackTraceElement.Builder setFileNameBytes(com.google.protobuf.ByteString value)
optional string file_name = 3;value - The bytes for fileName to set.public boolean hasLineNumber()
optional int32 line_number = 4;hasLineNumber in interface LoggingProto.StackTraceElementOrBuilderpublic int getLineNumber()
optional int32 line_number = 4;getLineNumber in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setLineNumber(int value)
optional int32 line_number = 4;value - The lineNumber to set.public LoggingProto.StackTraceElement.Builder clearLineNumber()
optional int32 line_number = 4;public boolean hasCodeLocation()
optional string code_location = 5;hasCodeLocation in interface LoggingProto.StackTraceElementOrBuilderpublic java.lang.String getCodeLocation()
optional string code_location = 5;getCodeLocation in interface LoggingProto.StackTraceElementOrBuilderpublic com.google.protobuf.ByteString getCodeLocationBytes()
optional string code_location = 5;getCodeLocationBytes in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setCodeLocation(java.lang.String value)
optional string code_location = 5;value - The codeLocation to set.public LoggingProto.StackTraceElement.Builder clearCodeLocation()
optional string code_location = 5;public LoggingProto.StackTraceElement.Builder setCodeLocationBytes(com.google.protobuf.ByteString value)
optional string code_location = 5;value - The bytes for codeLocation to set.public boolean hasVersion()
optional string version = 6;hasVersion in interface LoggingProto.StackTraceElementOrBuilderpublic java.lang.String getVersion()
optional string version = 6;getVersion in interface LoggingProto.StackTraceElementOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
optional string version = 6;getVersionBytes in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setVersion(java.lang.String value)
optional string version = 6;value - The version to set.public LoggingProto.StackTraceElement.Builder clearVersion()
optional string version = 6;public LoggingProto.StackTraceElement.Builder setVersionBytes(com.google.protobuf.ByteString value)
optional string version = 6;value - The bytes for version to set.public boolean hasExact()
optional bool exact = 7;hasExact in interface LoggingProto.StackTraceElementOrBuilderpublic boolean getExact()
optional bool exact = 7;getExact in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setExact(boolean value)
optional bool exact = 7;value - The exact to set.public LoggingProto.StackTraceElement.Builder clearExact()
optional bool exact = 7;public boolean hasClassLoaderName()
optional string class_loader_name = 8;hasClassLoaderName in interface LoggingProto.StackTraceElementOrBuilderpublic java.lang.String getClassLoaderName()
optional string class_loader_name = 8;getClassLoaderName in interface LoggingProto.StackTraceElementOrBuilderpublic com.google.protobuf.ByteString getClassLoaderNameBytes()
optional string class_loader_name = 8;getClassLoaderNameBytes in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setClassLoaderName(java.lang.String value)
optional string class_loader_name = 8;value - The classLoaderName to set.public LoggingProto.StackTraceElement.Builder clearClassLoaderName()
optional string class_loader_name = 8;public LoggingProto.StackTraceElement.Builder setClassLoaderNameBytes(com.google.protobuf.ByteString value)
optional string class_loader_name = 8;value - The bytes for classLoaderName to set.public boolean hasModuleName()
optional string module_name = 9;hasModuleName in interface LoggingProto.StackTraceElementOrBuilderpublic java.lang.String getModuleName()
optional string module_name = 9;getModuleName in interface LoggingProto.StackTraceElementOrBuilderpublic com.google.protobuf.ByteString getModuleNameBytes()
optional string module_name = 9;getModuleNameBytes in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setModuleName(java.lang.String value)
optional string module_name = 9;value - The moduleName to set.public LoggingProto.StackTraceElement.Builder clearModuleName()
optional string module_name = 9;public LoggingProto.StackTraceElement.Builder setModuleNameBytes(com.google.protobuf.ByteString value)
optional string module_name = 9;value - The bytes for moduleName to set.public boolean hasModuleVersion()
optional string module_version = 10;hasModuleVersion in interface LoggingProto.StackTraceElementOrBuilderpublic java.lang.String getModuleVersion()
optional string module_version = 10;getModuleVersion in interface LoggingProto.StackTraceElementOrBuilderpublic com.google.protobuf.ByteString getModuleVersionBytes()
optional string module_version = 10;getModuleVersionBytes in interface LoggingProto.StackTraceElementOrBuilderpublic LoggingProto.StackTraceElement.Builder setModuleVersion(java.lang.String value)
optional string module_version = 10;value - The moduleVersion to set.public LoggingProto.StackTraceElement.Builder clearModuleVersion()
optional string module_version = 10;public LoggingProto.StackTraceElement.Builder setModuleVersionBytes(com.google.protobuf.ByteString value)
optional string module_version = 10;value - The bytes for moduleVersion to set.public final LoggingProto.StackTraceElement.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>public final LoggingProto.StackTraceElement.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>