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

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

package com.navercorp.pinpoint.grpc.trace;

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

  /**
   * 
   * identical to agentId if null
   * 
* * string agentId = 1; * @return The agentId. */ java.lang.String getAgentId(); /** *
   * identical to agentId if null
   * 
* * string agentId = 1; * @return The bytes for agentId. */ com.google.protobuf.ByteString getAgentIdBytes(); /** * int64 agentStartTime = 2 [jstype = JS_STRING]; * @return The agentStartTime. */ long getAgentStartTime(); /** * int64 sequence = 3 [jstype = JS_STRING]; * @return The sequence. */ long getSequence(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy