Class StackFrame (1.23.0)

publicfinalclassStackFrameextendsGeneratedMessageV3implementsStackFrameOrBuilder

Represents a stack frame context.

Protobuf type google.devtools.clouddebugger.v2.StackFrame

Static Fields

ARGUMENTS_FIELD_NUMBER

publicstaticfinalintARGUMENTS_FIELD_NUMBER
Field Value
TypeDescription
int

FUNCTION_FIELD_NUMBER

publicstaticfinalintFUNCTION_FIELD_NUMBER
Field Value
TypeDescription
int

LOCALS_FIELD_NUMBER

publicstaticfinalintLOCALS_FIELD_NUMBER
Field Value
TypeDescription
int

LOCATION_FIELD_NUMBER

publicstaticfinalintLOCATION_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticStackFramegetDefaultInstance()
Returns
TypeDescription
StackFrame

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticStackFrame.BuildernewBuilder()
Returns
TypeDescription
StackFrame.Builder

newBuilder(StackFrame prototype)

publicstaticStackFrame.BuildernewBuilder(StackFrameprototype)
Parameter
NameDescription
prototypeStackFrame
Returns
TypeDescription
StackFrame.Builder

parseDelimitedFrom(InputStream input)

publicstaticStackFrameparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticStackFrameparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticStackFrameparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticStackFrameparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticStackFrameparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticStackFrameparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackFrame
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<StackFrame>parser()
Returns
TypeDescription
Parser<StackFrame>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getArguments(int index)

publicVariablegetArguments(intindex)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Variable

getArgumentsCount()

publicintgetArgumentsCount()

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;

Returns
TypeDescription
int

getArgumentsList()

publicList<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;

Returns
TypeDescription
List<Variable>

getArgumentsOrBuilder(int index)

publicVariableOrBuildergetArgumentsOrBuilder(intindex)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
VariableOrBuilder

getArgumentsOrBuilderList()

publicList<?extendsVariableOrBuilder>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;

Returns
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getDefaultInstanceForType()

publicStackFramegetDefaultInstanceForType()
Returns
TypeDescription
StackFrame

getFunction()

publicStringgetFunction()

Demangled function name at the call site.

string function = 1;

Returns
TypeDescription
String

The function.

getFunctionBytes()

publicByteStringgetFunctionBytes()

Demangled function name at the call site.

string function = 1;

Returns
TypeDescription
ByteString

The bytes for function.

getLocals(int index)

publicVariablegetLocals(intindex)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Variable

getLocalsCount()

publicintgetLocalsCount()

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;

Returns
TypeDescription
int

getLocalsList()

publicList<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;

Returns
TypeDescription
List<Variable>

getLocalsOrBuilder(int index)

publicVariableOrBuildergetLocalsOrBuilder(intindex)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
VariableOrBuilder

getLocalsOrBuilderList()

publicList<?extendsVariableOrBuilder>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;

Returns
TypeDescription
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getLocation()

publicSourceLocationgetLocation()

Source location of the call site.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
TypeDescription
SourceLocation

The location.

getLocationOrBuilder()

publicSourceLocationOrBuildergetLocationOrBuilder()

Source location of the call site.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
TypeDescription
SourceLocationOrBuilder

getParserForType()

publicParser<StackFrame>getParserForType()
Returns
TypeDescription
Parser<StackFrame>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

hasLocation()

publicbooleanhasLocation()

Source location of the call site.

.google.devtools.clouddebugger.v2.SourceLocation location = 2;

Returns
TypeDescription
boolean

Whether the location field is set.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicStackFrame.BuildernewBuilderForType()
Returns
TypeDescription
StackFrame.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedStackFrame.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
StackFrame.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicStackFrame.BuildertoBuilder()
Returns
TypeDescription
StackFrame.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException