Class LoggingProto.StackTraceElement.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
- de.huxhorn.lilith.data.logging.protobuf.generated.LoggingProto.StackTraceElement.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,LoggingProto.StackTraceElementOrBuilder,java.lang.Cloneable
- Enclosing class:
- LoggingProto.StackTraceElement
public static final class LoggingProto.StackTraceElement.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder> implements LoggingProto.StackTraceElementOrBuilder
Protobuf typede.huxhorn.lilith.logging.StackTraceElement
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingProto.StackTraceElement.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)LoggingProto.StackTraceElementbuild()LoggingProto.StackTraceElementbuildPartial()LoggingProto.StackTraceElement.Builderclear()LoggingProto.StackTraceElement.BuilderclearClassLoaderName()optional string class_loader_name = 8;LoggingProto.StackTraceElement.BuilderclearClassName()optional string class_name = 2;LoggingProto.StackTraceElement.BuilderclearCodeLocation()optional string code_location = 5;LoggingProto.StackTraceElement.BuilderclearExact()optional bool exact = 7;LoggingProto.StackTraceElement.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)LoggingProto.StackTraceElement.BuilderclearFileName()optional string file_name = 3;LoggingProto.StackTraceElement.BuilderclearLineNumber()optional int32 line_number = 4;LoggingProto.StackTraceElement.BuilderclearMethodName()optional string method_name = 1;LoggingProto.StackTraceElement.BuilderclearModuleName()optional string module_name = 9;LoggingProto.StackTraceElement.BuilderclearModuleVersion()optional string module_version = 10;LoggingProto.StackTraceElement.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)LoggingProto.StackTraceElement.BuilderclearVersion()optional string version = 6;LoggingProto.StackTraceElement.Builderclone()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;LoggingProto.StackTraceElementgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()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;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()LoggingProto.StackTraceElement.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)LoggingProto.StackTraceElement.BuildermergeFrom(com.google.protobuf.Message other)LoggingProto.StackTraceElement.BuildermergeFrom(LoggingProto.StackTraceElement other)LoggingProto.StackTraceElement.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)LoggingProto.StackTraceElement.BuildersetClassLoaderName(java.lang.String value)optional string class_loader_name = 8;LoggingProto.StackTraceElement.BuildersetClassLoaderNameBytes(com.google.protobuf.ByteString value)optional string class_loader_name = 8;LoggingProto.StackTraceElement.BuildersetClassName(java.lang.String value)optional string class_name = 2;LoggingProto.StackTraceElement.BuildersetClassNameBytes(com.google.protobuf.ByteString value)optional string class_name = 2;LoggingProto.StackTraceElement.BuildersetCodeLocation(java.lang.String value)optional string code_location = 5;LoggingProto.StackTraceElement.BuildersetCodeLocationBytes(com.google.protobuf.ByteString value)optional string code_location = 5;LoggingProto.StackTraceElement.BuildersetExact(boolean value)optional bool exact = 7;LoggingProto.StackTraceElement.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)LoggingProto.StackTraceElement.BuildersetFileName(java.lang.String value)optional string file_name = 3;LoggingProto.StackTraceElement.BuildersetFileNameBytes(com.google.protobuf.ByteString value)optional string file_name = 3;LoggingProto.StackTraceElement.BuildersetLineNumber(int value)optional int32 line_number = 4;LoggingProto.StackTraceElement.BuildersetMethodName(java.lang.String value)optional string method_name = 1;LoggingProto.StackTraceElement.BuildersetMethodNameBytes(com.google.protobuf.ByteString value)optional string method_name = 1;LoggingProto.StackTraceElement.BuildersetModuleName(java.lang.String value)optional string module_name = 9;LoggingProto.StackTraceElement.BuildersetModuleNameBytes(com.google.protobuf.ByteString value)optional string module_name = 9;LoggingProto.StackTraceElement.BuildersetModuleVersion(java.lang.String value)optional string module_version = 10;LoggingProto.StackTraceElement.BuildersetModuleVersionBytes(com.google.protobuf.ByteString value)optional string module_version = 10;LoggingProto.StackTraceElement.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)LoggingProto.StackTraceElement.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)LoggingProto.StackTraceElement.BuildersetVersion(java.lang.String value)optional string version = 6;LoggingProto.StackTraceElement.BuildersetVersionBytes(com.google.protobuf.ByteString value)optional string version = 6;-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
clear
public LoggingProto.StackTraceElement.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
getDefaultInstanceForType
public LoggingProto.StackTraceElement getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public LoggingProto.StackTraceElement build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public LoggingProto.StackTraceElement buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public LoggingProto.StackTraceElement.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
setField
public LoggingProto.StackTraceElement.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
clearField
public LoggingProto.StackTraceElement.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
clearOneof
public LoggingProto.StackTraceElement.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
setRepeatedField
public LoggingProto.StackTraceElement.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
addRepeatedField
public LoggingProto.StackTraceElement.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
mergeFrom
public LoggingProto.StackTraceElement.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<LoggingProto.StackTraceElement.Builder>
-
mergeFrom
public LoggingProto.StackTraceElement.Builder mergeFrom(LoggingProto.StackTraceElement other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
mergeFrom
public LoggingProto.StackTraceElement.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<LoggingProto.StackTraceElement.Builder>- Throws:
java.io.IOException
-
hasMethodName
public boolean hasMethodName()
optional string method_name = 1;- Specified by:
hasMethodNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getMethodName
public java.lang.String getMethodName()
optional string method_name = 1;- Specified by:
getMethodNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getMethodNameBytes
public com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 1;- Specified by:
getMethodNameBytesin interfaceLoggingProto.StackTraceElementOrBuilder
-
setMethodName
public LoggingProto.StackTraceElement.Builder setMethodName(java.lang.String value)
optional string method_name = 1;
-
clearMethodName
public LoggingProto.StackTraceElement.Builder clearMethodName()
optional string method_name = 1;
-
setMethodNameBytes
public LoggingProto.StackTraceElement.Builder setMethodNameBytes(com.google.protobuf.ByteString value)
optional string method_name = 1;
-
hasClassName
public boolean hasClassName()
optional string class_name = 2;- Specified by:
hasClassNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getClassName
public java.lang.String getClassName()
optional string class_name = 2;- Specified by:
getClassNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getClassNameBytes
public com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 2;- Specified by:
getClassNameBytesin interfaceLoggingProto.StackTraceElementOrBuilder
-
setClassName
public LoggingProto.StackTraceElement.Builder setClassName(java.lang.String value)
optional string class_name = 2;
-
clearClassName
public LoggingProto.StackTraceElement.Builder clearClassName()
optional string class_name = 2;
-
setClassNameBytes
public LoggingProto.StackTraceElement.Builder setClassNameBytes(com.google.protobuf.ByteString value)
optional string class_name = 2;
-
hasFileName
public boolean hasFileName()
optional string file_name = 3;- Specified by:
hasFileNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getFileName
public java.lang.String getFileName()
optional string file_name = 3;- Specified by:
getFileNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getFileNameBytes
public com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;- Specified by:
getFileNameBytesin interfaceLoggingProto.StackTraceElementOrBuilder
-
setFileName
public LoggingProto.StackTraceElement.Builder setFileName(java.lang.String value)
optional string file_name = 3;
-
clearFileName
public LoggingProto.StackTraceElement.Builder clearFileName()
optional string file_name = 3;
-
setFileNameBytes
public LoggingProto.StackTraceElement.Builder setFileNameBytes(com.google.protobuf.ByteString value)
optional string file_name = 3;
-
hasLineNumber
public boolean hasLineNumber()
optional int32 line_number = 4;- Specified by:
hasLineNumberin interfaceLoggingProto.StackTraceElementOrBuilder
-
getLineNumber
public int getLineNumber()
optional int32 line_number = 4;- Specified by:
getLineNumberin interfaceLoggingProto.StackTraceElementOrBuilder
-
setLineNumber
public LoggingProto.StackTraceElement.Builder setLineNumber(int value)
optional int32 line_number = 4;
-
clearLineNumber
public LoggingProto.StackTraceElement.Builder clearLineNumber()
optional int32 line_number = 4;
-
hasCodeLocation
public boolean hasCodeLocation()
optional string code_location = 5;- Specified by:
hasCodeLocationin interfaceLoggingProto.StackTraceElementOrBuilder
-
getCodeLocation
public java.lang.String getCodeLocation()
optional string code_location = 5;- Specified by:
getCodeLocationin interfaceLoggingProto.StackTraceElementOrBuilder
-
getCodeLocationBytes
public com.google.protobuf.ByteString getCodeLocationBytes()
optional string code_location = 5;- Specified by:
getCodeLocationBytesin interfaceLoggingProto.StackTraceElementOrBuilder
-
setCodeLocation
public LoggingProto.StackTraceElement.Builder setCodeLocation(java.lang.String value)
optional string code_location = 5;
-
clearCodeLocation
public LoggingProto.StackTraceElement.Builder clearCodeLocation()
optional string code_location = 5;
-
setCodeLocationBytes
public LoggingProto.StackTraceElement.Builder setCodeLocationBytes(com.google.protobuf.ByteString value)
optional string code_location = 5;
-
hasVersion
public boolean hasVersion()
optional string version = 6;- Specified by:
hasVersionin interfaceLoggingProto.StackTraceElementOrBuilder
-
getVersion
public java.lang.String getVersion()
optional string version = 6;- Specified by:
getVersionin interfaceLoggingProto.StackTraceElementOrBuilder
-
getVersionBytes
public com.google.protobuf.ByteString getVersionBytes()
optional string version = 6;- Specified by:
getVersionBytesin interfaceLoggingProto.StackTraceElementOrBuilder
-
setVersion
public LoggingProto.StackTraceElement.Builder setVersion(java.lang.String value)
optional string version = 6;
-
clearVersion
public LoggingProto.StackTraceElement.Builder clearVersion()
optional string version = 6;
-
setVersionBytes
public LoggingProto.StackTraceElement.Builder setVersionBytes(com.google.protobuf.ByteString value)
optional string version = 6;
-
hasExact
public boolean hasExact()
optional bool exact = 7;- Specified by:
hasExactin interfaceLoggingProto.StackTraceElementOrBuilder
-
getExact
public boolean getExact()
optional bool exact = 7;- Specified by:
getExactin interfaceLoggingProto.StackTraceElementOrBuilder
-
setExact
public LoggingProto.StackTraceElement.Builder setExact(boolean value)
optional bool exact = 7;
-
clearExact
public LoggingProto.StackTraceElement.Builder clearExact()
optional bool exact = 7;
-
hasClassLoaderName
public boolean hasClassLoaderName()
optional string class_loader_name = 8;- Specified by:
hasClassLoaderNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getClassLoaderName
public java.lang.String getClassLoaderName()
optional string class_loader_name = 8;- Specified by:
getClassLoaderNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getClassLoaderNameBytes
public com.google.protobuf.ByteString getClassLoaderNameBytes()
optional string class_loader_name = 8;- Specified by:
getClassLoaderNameBytesin interfaceLoggingProto.StackTraceElementOrBuilder
-
setClassLoaderName
public LoggingProto.StackTraceElement.Builder setClassLoaderName(java.lang.String value)
optional string class_loader_name = 8;
-
clearClassLoaderName
public LoggingProto.StackTraceElement.Builder clearClassLoaderName()
optional string class_loader_name = 8;
-
setClassLoaderNameBytes
public LoggingProto.StackTraceElement.Builder setClassLoaderNameBytes(com.google.protobuf.ByteString value)
optional string class_loader_name = 8;
-
hasModuleName
public boolean hasModuleName()
optional string module_name = 9;- Specified by:
hasModuleNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getModuleName
public java.lang.String getModuleName()
optional string module_name = 9;- Specified by:
getModuleNamein interfaceLoggingProto.StackTraceElementOrBuilder
-
getModuleNameBytes
public com.google.protobuf.ByteString getModuleNameBytes()
optional string module_name = 9;- Specified by:
getModuleNameBytesin interfaceLoggingProto.StackTraceElementOrBuilder
-
setModuleName
public LoggingProto.StackTraceElement.Builder setModuleName(java.lang.String value)
optional string module_name = 9;
-
clearModuleName
public LoggingProto.StackTraceElement.Builder clearModuleName()
optional string module_name = 9;
-
setModuleNameBytes
public LoggingProto.StackTraceElement.Builder setModuleNameBytes(com.google.protobuf.ByteString value)
optional string module_name = 9;
-
hasModuleVersion
public boolean hasModuleVersion()
optional string module_version = 10;- Specified by:
hasModuleVersionin interfaceLoggingProto.StackTraceElementOrBuilder
-
getModuleVersion
public java.lang.String getModuleVersion()
optional string module_version = 10;- Specified by:
getModuleVersionin interfaceLoggingProto.StackTraceElementOrBuilder
-
getModuleVersionBytes
public com.google.protobuf.ByteString getModuleVersionBytes()
optional string module_version = 10;- Specified by:
getModuleVersionBytesin interfaceLoggingProto.StackTraceElementOrBuilder
-
setModuleVersion
public LoggingProto.StackTraceElement.Builder setModuleVersion(java.lang.String value)
optional string module_version = 10;
-
clearModuleVersion
public LoggingProto.StackTraceElement.Builder clearModuleVersion()
optional string module_version = 10;
-
setModuleVersionBytes
public LoggingProto.StackTraceElement.Builder setModuleVersionBytes(com.google.protobuf.ByteString value)
optional string module_version = 10;
-
setUnknownFields
public final LoggingProto.StackTraceElement.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
mergeUnknownFields
public final LoggingProto.StackTraceElement.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.StackTraceElement.Builder>
-
-