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

org.openfeed.TracePointOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3

package org.openfeed;

public interface TracePointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.TracePoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * string componentId = 2;
   * @return The componentId.
   */
  java.lang.String getComponentId();
  /**
   * string componentId = 2;
   * @return The bytes for componentId.
   */
  com.google.protobuf.ByteString
      getComponentIdBytes();

  /**
   * sint64 timestampNs = 3;
   * @return The timestampNs.
   */
  long getTimestampNs();

  /**
   * int32 componentLatencyNs = 4;
   * @return The componentLatencyNs.
   */
  int getComponentLatencyNs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy