All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.navercorp.pinpoint.grpc.trace.PCmdActiveThreadLightDumpResOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v1/Cmd.proto

package com.navercorp.pinpoint.grpc.trace;

public interface PCmdActiveThreadLightDumpResOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v1.PCmdActiveThreadLightDumpRes)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .v1.PCmdResponse commonResponse = 1;
   * @return Whether the commonResponse field is set.
   */
  boolean hasCommonResponse();
  /**
   * .v1.PCmdResponse commonResponse = 1;
   * @return The commonResponse.
   */
  com.navercorp.pinpoint.grpc.trace.PCmdResponse getCommonResponse();
  /**
   * .v1.PCmdResponse commonResponse = 1;
   */
  com.navercorp.pinpoint.grpc.trace.PCmdResponseOrBuilder getCommonResponseOrBuilder();

  /**
   * repeated .v1.PActiveThreadLightDump threadDump = 2;
   */
  java.util.List 
      getThreadDumpList();
  /**
   * repeated .v1.PActiveThreadLightDump threadDump = 2;
   */
  com.navercorp.pinpoint.grpc.trace.PActiveThreadLightDump getThreadDump(int index);
  /**
   * repeated .v1.PActiveThreadLightDump threadDump = 2;
   */
  int getThreadDumpCount();
  /**
   * repeated .v1.PActiveThreadLightDump threadDump = 2;
   */
  java.util.List 
      getThreadDumpOrBuilderList();
  /**
   * repeated .v1.PActiveThreadLightDump threadDump = 2;
   */
  com.navercorp.pinpoint.grpc.trace.PActiveThreadLightDumpOrBuilder getThreadDumpOrBuilder(
      int index);

  /**
   * string type = 3;
   * @return The type.
   */
  java.lang.String getType();
  /**
   * string type = 3;
   * @return The bytes for type.
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * string subType = 4;
   * @return The subType.
   */
  java.lang.String getSubType();
  /**
   * string subType = 4;
   * @return The bytes for subType.
   */
  com.google.protobuf.ByteString
      getSubTypeBytes();

  /**
   * string version = 5;
   * @return The version.
   */
  java.lang.String getVersion();
  /**
   * string version = 5;
   * @return The bytes for version.
   */
  com.google.protobuf.ByteString
      getVersionBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy