Class StackTrace (2.3.7)

public final class StackTrace extends GeneratedMessageV3 implements StackTraceOrBuilder

A call stack appearing in a trace.

Protobuf type google.devtools.cloudtrace.v2.StackTrace

Implements

StackTraceOrBuilder

Static Fields

STACK_FRAMES_FIELD_NUMBER

public static final int STACK_FRAMES_FIELD_NUMBER
Field Value
TypeDescription
int

STACK_TRACE_HASH_ID_FIELD_NUMBER

public static final int STACK_TRACE_HASH_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static StackTrace getDefaultInstance()
Returns
TypeDescription
StackTrace

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static StackTrace.Builder newBuilder()
Returns
TypeDescription
StackTrace.Builder

newBuilder(StackTrace prototype)

public static StackTrace.Builder newBuilder(StackTrace prototype)
Parameter
NameDescription
prototypeStackTrace
Returns
TypeDescription
StackTrace.Builder

parseDelimitedFrom(InputStream input)

public static StackTrace parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StackTrace parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static StackTrace parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static StackTrace parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static StackTrace parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static StackTrace parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static StackTrace parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static StackTrace parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static StackTrace parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static StackTrace parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static StackTrace parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static StackTrace parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StackTrace
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<StackTrace> parser()
Returns
TypeDescription
Parser<StackTrace>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public StackTrace getDefaultInstanceForType()
Returns
TypeDescription
StackTrace

getParserForType()

public Parser<StackTrace> getParserForType()
Returns
TypeDescription
Parser<StackTrace>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStackFrames()

public StackTrace.StackFrames getStackFrames()

Stack frames in this stack trace. A maximum of 128 frames are allowed.

.google.devtools.cloudtrace.v2.StackTrace.StackFrames stack_frames = 1;

Returns
TypeDescription
StackTrace.StackFrames

The stackFrames.

getStackFramesOrBuilder()

public StackTrace.StackFramesOrBuilder getStackFramesOrBuilder()

Stack frames in this stack trace. A maximum of 128 frames are allowed.

.google.devtools.cloudtrace.v2.StackTrace.StackFrames stack_frames = 1;

Returns
TypeDescription
StackTrace.StackFramesOrBuilder

getStackTraceHashId()

public long getStackTraceHashId()

The hash ID is used to conserve network bandwidth for duplicate stack traces within a single trace. Often multiple spans will have identical stack traces. The first occurrence of a stack trace should contain both the stackFrame content and a value in stackTraceHashId. Subsequent spans within the same request can refer to that stack trace by only setting stackTraceHashId.

int64 stack_trace_hash_id = 2;

Returns
TypeDescription
long

The stackTraceHashId.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasStackFrames()

public boolean hasStackFrames()

Stack frames in this stack trace. A maximum of 128 frames are allowed.

.google.devtools.cloudtrace.v2.StackTrace.StackFrames stack_frames = 1;

Returns
TypeDescription
boolean

Whether the stackFrames field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public StackTrace.Builder newBuilderForType()
Returns
TypeDescription
StackTrace.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected StackTrace.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
StackTrace.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public StackTrace.Builder toBuilder()
Returns
TypeDescription
StackTrace.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException