Class StackFrame.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
- com.google.devtools.clouddebugger.v2.StackFrame.Builder
-
- All Implemented Interfaces:
StackFrameOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- StackFrame
public static final class StackFrame.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder> implements StackFrameOrBuilder
Represents a stack frame context.
Protobuf typegoogle.devtools.clouddebugger.v2.StackFrame
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StackFrame.Builder
addAllArguments(Iterable<? extends Variable> values)
Set of arguments passed to this function.StackFrame.Builder
addAllLocals(Iterable<? extends Variable> values)
Set of local variables at the stack frame location.StackFrame.Builder
addArguments(int index, Variable value)
Set of arguments passed to this function.StackFrame.Builder
addArguments(int index, Variable.Builder builderForValue)
Set of arguments passed to this function.StackFrame.Builder
addArguments(Variable value)
Set of arguments passed to this function.StackFrame.Builder
addArguments(Variable.Builder builderForValue)
Set of arguments passed to this function.Variable.Builder
addArgumentsBuilder()
Set of arguments passed to this function.Variable.Builder
addArgumentsBuilder(int index)
Set of arguments passed to this function.StackFrame.Builder
addLocals(int index, Variable value)
Set of local variables at the stack frame location.StackFrame.Builder
addLocals(int index, Variable.Builder builderForValue)
Set of local variables at the stack frame location.StackFrame.Builder
addLocals(Variable value)
Set of local variables at the stack frame location.StackFrame.Builder
addLocals(Variable.Builder builderForValue)
Set of local variables at the stack frame location.Variable.Builder
addLocalsBuilder()
Set of local variables at the stack frame location.Variable.Builder
addLocalsBuilder(int index)
Set of local variables at the stack frame location.StackFrame.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StackFrame
build()
StackFrame
buildPartial()
StackFrame.Builder
clear()
StackFrame.Builder
clearArguments()
Set of arguments passed to this function.StackFrame.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
StackFrame.Builder
clearFunction()
Demangled function name at the call site.StackFrame.Builder
clearLocals()
Set of local variables at the stack frame location.StackFrame.Builder
clearLocation()
Source location of the call site.StackFrame.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
StackFrame.Builder
clone()
Variable
getArguments(int index)
Set of arguments passed to this function.Variable.Builder
getArgumentsBuilder(int index)
Set of arguments passed to this function.List<Variable.Builder>
getArgumentsBuilderList()
Set of arguments passed to this function.int
getArgumentsCount()
Set of arguments passed to this function.List<Variable>
getArgumentsList()
Set of arguments passed to this function.VariableOrBuilder
getArgumentsOrBuilder(int index)
Set of arguments passed to this function.List<? extends VariableOrBuilder>
getArgumentsOrBuilderList()
Set of arguments passed to this function.StackFrame
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getFunction()
Demangled function name at the call site.com.google.protobuf.ByteString
getFunctionBytes()
Demangled function name at the call site.Variable
getLocals(int index)
Set of local variables at the stack frame location.Variable.Builder
getLocalsBuilder(int index)
Set of local variables at the stack frame location.List<Variable.Builder>
getLocalsBuilderList()
Set of local variables at the stack frame location.int
getLocalsCount()
Set of local variables at the stack frame location.List<Variable>
getLocalsList()
Set of local variables at the stack frame location.VariableOrBuilder
getLocalsOrBuilder(int index)
Set of local variables at the stack frame location.List<? extends VariableOrBuilder>
getLocalsOrBuilderList()
Set of local variables at the stack frame location.SourceLocation
getLocation()
Source location of the call site.SourceLocation.Builder
getLocationBuilder()
Source location of the call site.SourceLocationOrBuilder
getLocationOrBuilder()
Source location of the call site.boolean
hasLocation()
Source location of the call site.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
StackFrame.Builder
mergeFrom(StackFrame other)
StackFrame.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrame.Builder
mergeFrom(com.google.protobuf.Message other)
StackFrame.Builder
mergeLocation(SourceLocation value)
Source location of the call site.StackFrame.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
StackFrame.Builder
removeArguments(int index)
Set of arguments passed to this function.StackFrame.Builder
removeLocals(int index)
Set of local variables at the stack frame location.StackFrame.Builder
setArguments(int index, Variable value)
Set of arguments passed to this function.StackFrame.Builder
setArguments(int index, Variable.Builder builderForValue)
Set of arguments passed to this function.StackFrame.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StackFrame.Builder
setFunction(String value)
Demangled function name at the call site.StackFrame.Builder
setFunctionBytes(com.google.protobuf.ByteString value)
Demangled function name at the call site.StackFrame.Builder
setLocals(int index, Variable value)
Set of local variables at the stack frame location.StackFrame.Builder
setLocals(int index, Variable.Builder builderForValue)
Set of local variables at the stack frame location.StackFrame.Builder
setLocation(SourceLocation value)
Source location of the call site.StackFrame.Builder
setLocation(SourceLocation.Builder builderForValue)
Source location of the call site.StackFrame.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
StackFrame.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
clear
public StackFrame.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
getDefaultInstanceForType
public StackFrame getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public StackFrame build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StackFrame buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public StackFrame.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
setField
public StackFrame.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
clearField
public StackFrame.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
clearOneof
public StackFrame.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
setRepeatedField
public StackFrame.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
addRepeatedField
public StackFrame.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
mergeFrom
public StackFrame.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StackFrame.Builder>
-
mergeFrom
public StackFrame.Builder mergeFrom(StackFrame other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
mergeFrom
public StackFrame.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StackFrame.Builder>
- Throws:
IOException
-
getFunction
public String getFunction()
Demangled function name at the call site.
string function = 1;
- Specified by:
getFunction
in interfaceStackFrameOrBuilder
- Returns:
- The function.
-
getFunctionBytes
public com.google.protobuf.ByteString getFunctionBytes()
Demangled function name at the call site.
string function = 1;
- Specified by:
getFunctionBytes
in interfaceStackFrameOrBuilder
- Returns:
- The bytes for function.
-
setFunction
public StackFrame.Builder setFunction(String value)
Demangled function name at the call site.
string function = 1;
- Parameters:
value
- The function to set.- Returns:
- This builder for chaining.
-
clearFunction
public StackFrame.Builder clearFunction()
Demangled function name at the call site.
string function = 1;
- Returns:
- This builder for chaining.
-
setFunctionBytes
public StackFrame.Builder setFunctionBytes(com.google.protobuf.ByteString value)
Demangled function name at the call site.
string function = 1;
- Parameters:
value
- The bytes for function to set.- Returns:
- This builder for chaining.
-
hasLocation
public boolean hasLocation()
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
- Specified by:
hasLocation
in interfaceStackFrameOrBuilder
- Returns:
- Whether the location field is set.
-
getLocation
public SourceLocation getLocation()
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
- Specified by:
getLocation
in interfaceStackFrameOrBuilder
- Returns:
- The location.
-
setLocation
public StackFrame.Builder setLocation(SourceLocation value)
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
-
setLocation
public StackFrame.Builder setLocation(SourceLocation.Builder builderForValue)
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
-
mergeLocation
public StackFrame.Builder mergeLocation(SourceLocation value)
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
-
clearLocation
public StackFrame.Builder clearLocation()
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
-
getLocationBuilder
public SourceLocation.Builder getLocationBuilder()
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
-
getLocationOrBuilder
public SourceLocationOrBuilder getLocationOrBuilder()
Source location of the call site.
.google.devtools.clouddebugger.v2.SourceLocation location = 2;
- Specified by:
getLocationOrBuilder
in interfaceStackFrameOrBuilder
-
getArgumentsList
public List<Variable> getArgumentsList()
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
- Specified by:
getArgumentsList
in interfaceStackFrameOrBuilder
-
getArgumentsCount
public int getArgumentsCount()
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
- Specified by:
getArgumentsCount
in interfaceStackFrameOrBuilder
-
getArguments
public Variable getArguments(int index)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
- Specified by:
getArguments
in interfaceStackFrameOrBuilder
-
setArguments
public StackFrame.Builder setArguments(int index, Variable value)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
setArguments
public StackFrame.Builder setArguments(int index, Variable.Builder builderForValue)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
addArguments
public StackFrame.Builder addArguments(Variable value)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
addArguments
public StackFrame.Builder addArguments(int index, Variable value)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
addArguments
public StackFrame.Builder addArguments(Variable.Builder builderForValue)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
addArguments
public StackFrame.Builder addArguments(int index, Variable.Builder builderForValue)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
addAllArguments
public StackFrame.Builder addAllArguments(Iterable<? extends Variable> values)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
clearArguments
public StackFrame.Builder clearArguments()
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
removeArguments
public StackFrame.Builder removeArguments(int index)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
getArgumentsBuilder
public Variable.Builder getArgumentsBuilder(int index)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
getArgumentsOrBuilder
public VariableOrBuilder getArgumentsOrBuilder(int index)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
- Specified by:
getArgumentsOrBuilder
in interfaceStackFrameOrBuilder
-
getArgumentsOrBuilderList
public List<? extends VariableOrBuilder> getArgumentsOrBuilderList()
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
- Specified by:
getArgumentsOrBuilderList
in interfaceStackFrameOrBuilder
-
addArgumentsBuilder
public Variable.Builder addArgumentsBuilder()
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
addArgumentsBuilder
public Variable.Builder addArgumentsBuilder(int index)
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
getArgumentsBuilderList
public List<Variable.Builder> getArgumentsBuilderList()
Set of arguments passed to this function. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable arguments = 3;
-
getLocalsList
public List<Variable> getLocalsList()
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
- Specified by:
getLocalsList
in interfaceStackFrameOrBuilder
-
getLocalsCount
public int getLocalsCount()
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
- Specified by:
getLocalsCount
in interfaceStackFrameOrBuilder
-
getLocals
public Variable getLocals(int index)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
- Specified by:
getLocals
in interfaceStackFrameOrBuilder
-
setLocals
public StackFrame.Builder setLocals(int index, Variable value)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
setLocals
public StackFrame.Builder setLocals(int index, Variable.Builder builderForValue)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
addLocals
public StackFrame.Builder addLocals(Variable value)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
addLocals
public StackFrame.Builder addLocals(int index, Variable value)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
addLocals
public StackFrame.Builder addLocals(Variable.Builder builderForValue)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
addLocals
public StackFrame.Builder addLocals(int index, Variable.Builder builderForValue)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
addAllLocals
public StackFrame.Builder addAllLocals(Iterable<? extends Variable> values)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
clearLocals
public StackFrame.Builder clearLocals()
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
removeLocals
public StackFrame.Builder removeLocals(int index)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
getLocalsBuilder
public Variable.Builder getLocalsBuilder(int index)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
getLocalsOrBuilder
public VariableOrBuilder getLocalsOrBuilder(int index)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
- Specified by:
getLocalsOrBuilder
in interfaceStackFrameOrBuilder
-
getLocalsOrBuilderList
public List<? extends VariableOrBuilder> getLocalsOrBuilderList()
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
- Specified by:
getLocalsOrBuilderList
in interfaceStackFrameOrBuilder
-
addLocalsBuilder
public Variable.Builder addLocalsBuilder()
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
addLocalsBuilder
public Variable.Builder addLocalsBuilder(int index)
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
getLocalsBuilderList
public List<Variable.Builder> getLocalsBuilderList()
Set of local variables at the stack frame location. Note that this might not be populated for all stack frames.
repeated .google.devtools.clouddebugger.v2.Variable locals = 4;
-
setUnknownFields
public final StackFrame.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
mergeUnknownFields
public final StackFrame.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StackFrame.Builder>
-
-