Class StackFrame (1.23.0)

publicfinalclass StackFrameextendsGeneratedMessageV3implementsStackFrameOrBuilder

Represents a stack frame context.

Protobuf type google.devtools.clouddebugger.v2.StackFrame

Implements

StackFrameOrBuilder

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)

Static Fields

ARGUMENTS_FIELD_NUMBER

publicstaticfinalintARGUMENTS_FIELD_NUMBER
Field Value
Type Description
int

FUNCTION_FIELD_NUMBER

publicstaticfinalintFUNCTION_FIELD_NUMBER
Field Value
Type Description
int

LOCALS_FIELD_NUMBER

publicstaticfinalintLOCALS_FIELD_NUMBER
Field Value
Type Description
int

LOCATION_FIELD_NUMBER

publicstaticfinalintLOCATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticStackFramegetDefaultInstance()
Returns
Type Description
StackFrame

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticStackFrame.BuildernewBuilder()
Returns
Type Description
StackFrame.Builder

newBuilder(StackFrame prototype)

publicstaticStackFrame.BuildernewBuilder(StackFrameprototype)
Parameter
Name Description
prototype StackFrame
Returns
Type Description
StackFrame.Builder

parseDelimitedFrom(InputStream input)

publicstaticStackFrameparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StackFrame
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StackFrame
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticStackFrameparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
StackFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StackFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticStackFrameparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
StackFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StackFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticStackFrameparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
StackFrame
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StackFrame
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticStackFrameparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
StackFrame
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StackFrame
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticStackFrameparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
StackFrame
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticStackFrameparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
StackFrame
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<StackFrame>parser()
Returns
Type Description
Parser<StackFrame>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getDefaultInstanceForType()

publicStackFramegetDefaultInstanceForType()
Returns
Type Description
StackFrame

getFunction()

publicStringgetFunction()

Demangled function name at the call site.

string function = 1;

Returns
Type Description
String

The function.

getFunctionBytes()

publicByteStringgetFunctionBytes()

Demangled function name at the call site.

string function = 1;

Returns
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.devtools.clouddebugger.v2.VariableOrBuilder>

getLocation()

publicSourceLocationgetLocation()

Source location of the call site.

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

Returns
Type Description
SourceLocation

The location.

getLocationOrBuilder()

publicSourceLocationOrBuildergetLocationOrBuilder()

Source location of the call site.

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

Returns
Type Description
SourceLocationOrBuilder

getParserForType()

publicParser<StackFrame>getParserForType()
Returns
Type Description
Parser<StackFrame>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hasLocation()

publicbooleanhasLocation()

Source location of the call site.

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

Returns
Type Description
boolean

Whether the location field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicStackFrame.BuildernewBuilderForType()
Returns
Type Description
StackFrame.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedStackFrame.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
StackFrame.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicStackFrame.BuildertoBuilder()
Returns
Type Description
StackFrame.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.