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

com.navercorp.pinpoint.grpc.trace.PAgentInfoOrBuilder 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/Stat.proto

package com.navercorp.pinpoint.grpc.trace;

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

  /**
   * string hostname = 1;
   * @return The hostname.
   */
  java.lang.String getHostname();
  /**
   * string hostname = 1;
   * @return The bytes for hostname.
   */
  com.google.protobuf.ByteString
      getHostnameBytes();

  /**
   * string ip = 2;
   * @return The ip.
   */
  java.lang.String getIp();
  /**
   * string ip = 2;
   * @return The bytes for ip.
   */
  com.google.protobuf.ByteString
      getIpBytes();

  /**
   * string ports = 3;
   * @return The ports.
   */
  java.lang.String getPorts();
  /**
   * string ports = 3;
   * @return The bytes for ports.
   */
  com.google.protobuf.ByteString
      getPortsBytes();

  /**
   * int32 serviceType = 4;
   * @return The serviceType.
   */
  int getServiceType();

  /**
   * int32 pid = 5;
   * @return The pid.
   */
  int getPid();

  /**
   * string agentVersion = 6;
   * @return The agentVersion.
   */
  java.lang.String getAgentVersion();
  /**
   * string agentVersion = 6;
   * @return The bytes for agentVersion.
   */
  com.google.protobuf.ByteString
      getAgentVersionBytes();

  /**
   * string vmVersion = 7;
   * @return The vmVersion.
   */
  java.lang.String getVmVersion();
  /**
   * string vmVersion = 7;
   * @return The bytes for vmVersion.
   */
  com.google.protobuf.ByteString
      getVmVersionBytes();

  /**
   * int64 endTimestamp = 8;
   * @return The endTimestamp.
   */
  long getEndTimestamp();

  /**
   * int32 endStatus = 9;
   * @return The endStatus.
   */
  int getEndStatus();

  /**
   * .v1.PServerMetaData serverMetaData = 10;
   * @return Whether the serverMetaData field is set.
   */
  boolean hasServerMetaData();
  /**
   * .v1.PServerMetaData serverMetaData = 10;
   * @return The serverMetaData.
   */
  com.navercorp.pinpoint.grpc.trace.PServerMetaData getServerMetaData();
  /**
   * .v1.PServerMetaData serverMetaData = 10;
   */
  com.navercorp.pinpoint.grpc.trace.PServerMetaDataOrBuilder getServerMetaDataOrBuilder();

  /**
   * .v1.PJvmInfo jvmInfo = 11;
   * @return Whether the jvmInfo field is set.
   */
  boolean hasJvmInfo();
  /**
   * .v1.PJvmInfo jvmInfo = 11;
   * @return The jvmInfo.
   */
  com.navercorp.pinpoint.grpc.trace.PJvmInfo getJvmInfo();
  /**
   * .v1.PJvmInfo jvmInfo = 11;
   */
  com.navercorp.pinpoint.grpc.trace.PJvmInfoOrBuilder getJvmInfoOrBuilder();

  /**
   * bool container = 12;
   * @return The container.
   */
  boolean getContainer();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy