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

com.expedia.open.tracing.LogOrBuilder Maven / Gradle / Ivy

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

package com.expedia.open.tracing;

public interface LogOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Log)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * timestamp in microseconds since epoch
   * 
* * optional int64 timestamp = 1; */ long getTimestamp(); /** * repeated .Tag fields = 2; */ java.util.List getFieldsList(); /** * repeated .Tag fields = 2; */ com.expedia.open.tracing.Tag getFields(int index); /** * repeated .Tag fields = 2; */ int getFieldsCount(); /** * repeated .Tag fields = 2; */ java.util.List getFieldsOrBuilderList(); /** * repeated .Tag fields = 2; */ com.expedia.open.tracing.TagOrBuilder getFieldsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy