public static final class ThrowablePB.StackTraceElementProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder> implements ThrowablePB.StackTraceElementProtoOrBuilder
An element in a stack trace, based on the Java type of the same name. See: https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/StackTraceElement.htmlProtobuf type
org.apache.dubbo.common.serialize.protobuf.support.wrapper.StackTraceElementProto| Modifier and Type | Method and Description |
|---|---|
ThrowablePB.StackTraceElementProto.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ThrowablePB.StackTraceElementProto |
build() |
ThrowablePB.StackTraceElementProto |
buildPartial() |
ThrowablePB.StackTraceElementProto.Builder |
clear() |
ThrowablePB.StackTraceElementProto.Builder |
clearClassName()
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
ThrowablePB.StackTraceElementProto.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ThrowablePB.StackTraceElementProto.Builder |
clearFileName()
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
ThrowablePB.StackTraceElementProto.Builder |
clearLineNumber()
The line number of the source line containing the execution point represented
by this stack trace element, or a negative number if this information is
unavailable.
|
ThrowablePB.StackTraceElementProto.Builder |
clearMethodName()
The name of the method containing the execution point represented by the
stack trace element
|
ThrowablePB.StackTraceElementProto.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ThrowablePB.StackTraceElementProto.Builder |
clone() |
String |
getClassName()
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
com.google.protobuf.ByteString |
getClassNameBytes()
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
ThrowablePB.StackTraceElementProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFileName()
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
com.google.protobuf.ByteString |
getFileNameBytes()
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
int |
getLineNumber()
The line number of the source line containing the execution point represented
by this stack trace element, or a negative number if this information is
unavailable.
|
String |
getMethodName()
The name of the method containing the execution point represented by the
stack trace element
|
com.google.protobuf.ByteString |
getMethodNameBytes()
The name of the method containing the execution point represented by the
stack trace element
|
boolean |
isInitialized() |
ThrowablePB.StackTraceElementProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ThrowablePB.StackTraceElementProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
ThrowablePB.StackTraceElementProto.Builder |
mergeFrom(ThrowablePB.StackTraceElementProto other) |
ThrowablePB.StackTraceElementProto.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ThrowablePB.StackTraceElementProto.Builder |
setClassName(String value)
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
ThrowablePB.StackTraceElementProto.Builder |
setClassNameBytes(com.google.protobuf.ByteString value)
The fully qualified name of the class containing the execution point
represented by the stack trace element.
|
ThrowablePB.StackTraceElementProto.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ThrowablePB.StackTraceElementProto.Builder |
setFileName(String value)
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
ThrowablePB.StackTraceElementProto.Builder |
setFileNameBytes(com.google.protobuf.ByteString value)
The name of the file containing the execution point represented by the
stack trace element, or null if this information is unavailable.
|
ThrowablePB.StackTraceElementProto.Builder |
setLineNumber(int value)
The line number of the source line containing the execution point represented
by this stack trace element, or a negative number if this information is
unavailable.
|
ThrowablePB.StackTraceElementProto.Builder |
setMethodName(String value)
The name of the method containing the execution point represented by the
stack trace element
|
ThrowablePB.StackTraceElementProto.Builder |
setMethodNameBytes(com.google.protobuf.ByteString value)
The name of the method containing the execution point represented by the
stack trace element
|
ThrowablePB.StackTraceElementProto.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ThrowablePB.StackTraceElementProto.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public ThrowablePB.StackTraceElementProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.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<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ThrowablePB.StackTraceElementProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ThrowablePB.StackTraceElementProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ThrowablePB.StackTraceElementProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder mergeFrom(ThrowablePB.StackTraceElementProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ThrowablePB.StackTraceElementProto.Builder>IOExceptionpublic String getClassName()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;getClassName in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic com.google.protobuf.ByteString getClassNameBytes()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;getClassNameBytes in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic ThrowablePB.StackTraceElementProto.Builder setClassName(String value)
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;public ThrowablePB.StackTraceElementProto.Builder clearClassName()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;public ThrowablePB.StackTraceElementProto.Builder setClassNameBytes(com.google.protobuf.ByteString value)
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;public String getMethodName()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;getMethodName in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic com.google.protobuf.ByteString getMethodNameBytes()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;getMethodNameBytes in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic ThrowablePB.StackTraceElementProto.Builder setMethodName(String value)
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;public ThrowablePB.StackTraceElementProto.Builder clearMethodName()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;public ThrowablePB.StackTraceElementProto.Builder setMethodNameBytes(com.google.protobuf.ByteString value)
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;public String getFileName()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;getFileName in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic com.google.protobuf.ByteString getFileNameBytes()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;getFileNameBytes in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic ThrowablePB.StackTraceElementProto.Builder setFileName(String value)
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;public ThrowablePB.StackTraceElementProto.Builder clearFileName()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;public ThrowablePB.StackTraceElementProto.Builder setFileNameBytes(com.google.protobuf.ByteString value)
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;public int getLineNumber()
The line number of the source line containing the execution point represented by this stack trace element, or a negative number if this information is unavailable.
int32 line_number = 4;getLineNumber in interface ThrowablePB.StackTraceElementProtoOrBuilderpublic ThrowablePB.StackTraceElementProto.Builder setLineNumber(int value)
The line number of the source line containing the execution point represented by this stack trace element, or a negative number if this information is unavailable.
int32 line_number = 4;public ThrowablePB.StackTraceElementProto.Builder clearLineNumber()
The line number of the source line containing the execution point represented by this stack trace element, or a negative number if this information is unavailable.
int32 line_number = 4;public final ThrowablePB.StackTraceElementProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public final ThrowablePB.StackTraceElementProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.