public static final class StackTrace.StackFrames extends GeneratedMessageV3 implements StackTrace.StackFramesOrBuilder
A collection of stack frames, which can be truncated.Protobuf type
google.devtools.cloudtrace.v2.StackTrace.StackFrames
Modifier and Type | Class and Description |
---|---|
static class |
StackTrace.StackFrames.Builder
A collection of stack frames, which can be truncated.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
DROPPED_FRAMES_COUNT_FIELD_NUMBER |
static int |
FRAME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int FRAME_FIELD_NUMBER
public static final int DROPPED_FRAMES_COUNT_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public java.util.List<StackTrace.StackFrame> getFrameList()
Stack frames in this call stack.
repeated .google.devtools.cloudtrace.v2.StackTrace.StackFrame frame = 1;
getFrameList
in interface StackTrace.StackFramesOrBuilder
public java.util.List<? extends StackTrace.StackFrameOrBuilder> getFrameOrBuilderList()
Stack frames in this call stack.
repeated .google.devtools.cloudtrace.v2.StackTrace.StackFrame frame = 1;
getFrameOrBuilderList
in interface StackTrace.StackFramesOrBuilder
public int getFrameCount()
Stack frames in this call stack.
repeated .google.devtools.cloudtrace.v2.StackTrace.StackFrame frame = 1;
getFrameCount
in interface StackTrace.StackFramesOrBuilder
public StackTrace.StackFrame getFrame(int index)
Stack frames in this call stack.
repeated .google.devtools.cloudtrace.v2.StackTrace.StackFrame frame = 1;
getFrame
in interface StackTrace.StackFramesOrBuilder
public StackTrace.StackFrameOrBuilder getFrameOrBuilder(int index)
Stack frames in this call stack.
repeated .google.devtools.cloudtrace.v2.StackTrace.StackFrame frame = 1;
getFrameOrBuilder
in interface StackTrace.StackFramesOrBuilder
public int getDroppedFramesCount()
The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.
int32 dropped_frames_count = 2;
getDroppedFramesCount
in interface StackTrace.StackFramesOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static StackTrace.StackFrames parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static StackTrace.StackFrames parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static StackTrace.StackFrames parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static StackTrace.StackFrames parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static StackTrace.StackFrames parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static StackTrace.StackFrames parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static StackTrace.StackFrames parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StackTrace.StackFrames parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StackTrace.StackFrames parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StackTrace.StackFrames parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StackTrace.StackFrames parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StackTrace.StackFrames parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StackTrace.StackFrames.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static StackTrace.StackFrames.Builder newBuilder()
public static StackTrace.StackFrames.Builder newBuilder(StackTrace.StackFrames prototype)
public StackTrace.StackFrames.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected StackTrace.StackFrames.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static StackTrace.StackFrames getDefaultInstance()
public static Parser<StackTrace.StackFrames> parser()
public Parser<StackTrace.StackFrames> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public StackTrace.StackFrames getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder