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| 限定符和类型 | 方法和说明 |
|---|---|
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
string method_name = 2; |
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
string method_name = 2; |
com.google.protobuf.ByteString |
getMethodNameBytes()
The name of the method containing the execution point represented by the
stack trace element
string method_name = 2; |
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
string method_name = 2; |
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; |
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, toStringpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public ThrowablePB.StackTraceElementProto.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ThrowablePB.StackTraceElementProto build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ThrowablePB.StackTraceElementProto buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ThrowablePB.StackTraceElementProto.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ThrowablePB.StackTraceElementProto.Builder>public ThrowablePB.StackTraceElementProto.Builder mergeFrom(ThrowablePB.StackTraceElementProto other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 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 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 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;public 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;public 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;public com.google.protobuf.ByteString getMethodNameBytes()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;public 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;public 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;public 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;public 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 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>public final ThrowablePB.StackTraceElementProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ThrowablePB.StackTraceElementProto.Builder>Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.