Class ContainerFormats.StackTraceElement

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.remote.ContainerFormats.StackTraceElement
All Implemented Interfaces:
Serializable, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder, ContainerFormats.StackTraceElementOrBuilder
Enclosing class:
ContainerFormats

public static final class ContainerFormats.StackTraceElement extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements ContainerFormats.StackTraceElementOrBuilder
Protobuf type StackTraceElement
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • hasClassName

      public boolean hasClassName()
      required string className = 1;
      Specified by:
      hasClassName in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      Whether the className field is set.
    • getClassName

      public String getClassName()
      required string className = 1;
      Specified by:
      getClassName in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      The className.
    • getClassNameBytes

      public org.apache.pekko.protobufv3.internal.ByteString getClassNameBytes()
      required string className = 1;
      Specified by:
      getClassNameBytes in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      The bytes for className.
    • hasMethodName

      public boolean hasMethodName()
      required string methodName = 2;
      Specified by:
      hasMethodName in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      Whether the methodName field is set.
    • getMethodName

      public String getMethodName()
      required string methodName = 2;
      Specified by:
      getMethodName in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      The methodName.
    • getMethodNameBytes

      public org.apache.pekko.protobufv3.internal.ByteString getMethodNameBytes()
      required string methodName = 2;
      Specified by:
      getMethodNameBytes in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      The bytes for methodName.
    • hasFileName

      public boolean hasFileName()
      required string fileName = 3;
      Specified by:
      hasFileName in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      Whether the fileName field is set.
    • getFileName

      public String getFileName()
      required string fileName = 3;
      Specified by:
      getFileName in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      The fileName.
    • getFileNameBytes

      public org.apache.pekko.protobufv3.internal.ByteString getFileNameBytes()
      required string fileName = 3;
      Specified by:
      getFileNameBytes in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      The bytes for fileName.
    • hasLineNumber

      public boolean hasLineNumber()
      required int32 lineNumber = 4;
      Specified by:
      hasLineNumber in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      Whether the lineNumber field is set.
    • getLineNumber

      public int getLineNumber()
      required int32 lineNumber = 4;
      Specified by:
      getLineNumber in interface ContainerFormats.StackTraceElementOrBuilder
      Returns:
      The lineNumber.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ContainerFormats.StackTraceElement parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ContainerFormats.StackTraceElement parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ContainerFormats.StackTraceElement parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ContainerFormats.StackTraceElement.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static ContainerFormats.StackTraceElement.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected ContainerFormats.StackTraceElement.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static ContainerFormats.StackTraceElement getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<ContainerFormats.StackTraceElement> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<ContainerFormats.StackTraceElement> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public ContainerFormats.StackTraceElement getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder