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

com.navercorp.pinpoint.grpc.trace.PCmdRequestOrBuilder 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 PCmdRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v1.PCmdRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 requestId = 1;
   * @return The requestId.
   */
  int getRequestId();

  /**
   * .v1.PCmdEcho commandEcho = 710;
   * @return Whether the commandEcho field is set.
   */
  boolean hasCommandEcho();
  /**
   * .v1.PCmdEcho commandEcho = 710;
   * @return The commandEcho.
   */
  com.navercorp.pinpoint.grpc.trace.PCmdEcho getCommandEcho();
  /**
   * .v1.PCmdEcho commandEcho = 710;
   */
  com.navercorp.pinpoint.grpc.trace.PCmdEchoOrBuilder getCommandEchoOrBuilder();

  /**
   * .v1.PCmdActiveThreadCount commandActiveThreadCount = 730;
   * @return Whether the commandActiveThreadCount field is set.
   */
  boolean hasCommandActiveThreadCount();
  /**
   * .v1.PCmdActiveThreadCount commandActiveThreadCount = 730;
   * @return The commandActiveThreadCount.
   */
  com.navercorp.pinpoint.grpc.trace.PCmdActiveThreadCount getCommandActiveThreadCount();
  /**
   * .v1.PCmdActiveThreadCount commandActiveThreadCount = 730;
   */
  com.navercorp.pinpoint.grpc.trace.PCmdActiveThreadCountOrBuilder getCommandActiveThreadCountOrBuilder();

  /**
   * .v1.PCmdActiveThreadDump commandActiveThreadDump = 740;
   * @return Whether the commandActiveThreadDump field is set.
   */
  boolean hasCommandActiveThreadDump();
  /**
   * .v1.PCmdActiveThreadDump commandActiveThreadDump = 740;
   * @return The commandActiveThreadDump.
   */
  com.navercorp.pinpoint.grpc.trace.PCmdActiveThreadDump getCommandActiveThreadDump();
  /**
   * .v1.PCmdActiveThreadDump commandActiveThreadDump = 740;
   */
  com.navercorp.pinpoint.grpc.trace.PCmdActiveThreadDumpOrBuilder getCommandActiveThreadDumpOrBuilder();

  /**
   * .v1.PCmdActiveThreadLightDump commandActiveThreadLightDump = 750;
   * @return Whether the commandActiveThreadLightDump field is set.
   */
  boolean hasCommandActiveThreadLightDump();
  /**
   * .v1.PCmdActiveThreadLightDump commandActiveThreadLightDump = 750;
   * @return The commandActiveThreadLightDump.
   */
  com.navercorp.pinpoint.grpc.trace.PCmdActiveThreadLightDump getCommandActiveThreadLightDump();
  /**
   * .v1.PCmdActiveThreadLightDump commandActiveThreadLightDump = 750;
   */
  com.navercorp.pinpoint.grpc.trace.PCmdActiveThreadLightDumpOrBuilder getCommandActiveThreadLightDumpOrBuilder();

  public com.navercorp.pinpoint.grpc.trace.PCmdRequest.CommandCase getCommandCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy