Class StackOuterClass.Stack

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
stack.StackOuterClass.Stack
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, StackOuterClass.StackOrBuilder
Enclosing class:
StackOuterClass

public static final class StackOuterClass.Stack extends com.google.protobuf.GeneratedMessage implements StackOuterClass.StackOrBuilder
Protobuf type stack.Stack
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getFramesList

      public List<StackOuterClass.Frame> getFramesList()
      repeated .stack.Frame frames = 1;
      Specified by:
      getFramesList in interface StackOuterClass.StackOrBuilder
    • getFramesOrBuilderList

      public List<? extends StackOuterClass.FrameOrBuilder> getFramesOrBuilderList()
      repeated .stack.Frame frames = 1;
      Specified by:
      getFramesOrBuilderList in interface StackOuterClass.StackOrBuilder
    • getFramesCount

      public int getFramesCount()
      repeated .stack.Frame frames = 1;
      Specified by:
      getFramesCount in interface StackOuterClass.StackOrBuilder
    • getFrames

      public StackOuterClass.Frame getFrames(int index)
      repeated .stack.Frame frames = 1;
      Specified by:
      getFrames in interface StackOuterClass.StackOrBuilder
    • getFramesOrBuilder

      public StackOuterClass.FrameOrBuilder getFramesOrBuilder(int index)
      repeated .stack.Frame frames = 1;
      Specified by:
      getFramesOrBuilder in interface StackOuterClass.StackOrBuilder
    • getCmdlineList

      public com.google.protobuf.ProtocolStringList getCmdlineList()
      repeated string cmdline = 2;
      Specified by:
      getCmdlineList in interface StackOuterClass.StackOrBuilder
      Returns:
      A list containing the cmdline.
    • getCmdlineCount

      public int getCmdlineCount()
      repeated string cmdline = 2;
      Specified by:
      getCmdlineCount in interface StackOuterClass.StackOrBuilder
      Returns:
      The count of cmdline.
    • getCmdline

      public String getCmdline(int index)
      repeated string cmdline = 2;
      Specified by:
      getCmdline in interface StackOuterClass.StackOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The cmdline at the given index.
    • getCmdlineBytes

      public com.google.protobuf.ByteString getCmdlineBytes(int index)
      repeated string cmdline = 2;
      Specified by:
      getCmdlineBytes in interface StackOuterClass.StackOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the cmdline at the given index.
    • getPid

      public int getPid()
      int32 pid = 3;
      Specified by:
      getPid in interface StackOuterClass.StackOrBuilder
      Returns:
      The pid.
    • getVersion

      public String getVersion()
      string version = 4;
      Specified by:
      getVersion in interface StackOuterClass.StackOrBuilder
      Returns:
      The version.
    • getVersionBytes

      public com.google.protobuf.ByteString getVersionBytes()
      string version = 4;
      Specified by:
      getVersionBytes in interface StackOuterClass.StackOrBuilder
      Returns:
      The bytes for version.
    • getRevision

      public String getRevision()
      string revision = 5;
      Specified by:
      getRevision in interface StackOuterClass.StackOrBuilder
      Returns:
      The revision.
    • getRevisionBytes

      public com.google.protobuf.ByteString getRevisionBytes()
      string revision = 5;
      Specified by:
      getRevisionBytes in interface StackOuterClass.StackOrBuilder
      Returns:
      The bytes for revision.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static StackOuterClass.Stack parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static StackOuterClass.Stack parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static StackOuterClass.Stack parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static StackOuterClass.Stack parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public StackOuterClass.Stack.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static StackOuterClass.Stack.Builder newBuilder()
    • newBuilder

      public static StackOuterClass.Stack.Builder newBuilder(StackOuterClass.Stack prototype)
    • toBuilder

      public StackOuterClass.Stack.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected StackOuterClass.Stack.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static StackOuterClass.Stack getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<StackOuterClass.Stack> parser()
    • getParserForType

      public com.google.protobuf.Parser<StackOuterClass.Stack> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public StackOuterClass.Stack getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder