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

com.lightstep.tracer.grpc.ReferenceOrBuilder Maven / Gradle / Ivy

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

package com.lightstep.tracer.grpc;

public interface ReferenceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:lightstep.collector.Reference)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .lightstep.collector.Reference.Relationship relationship = 1;
   */
  int getRelationshipValue();
  /**
   * .lightstep.collector.Reference.Relationship relationship = 1;
   */
  com.lightstep.tracer.grpc.Reference.Relationship getRelationship();

  /**
   * .lightstep.collector.SpanContext span_context = 2;
   */
  boolean hasSpanContext();
  /**
   * .lightstep.collector.SpanContext span_context = 2;
   */
  com.lightstep.tracer.grpc.SpanContext getSpanContext();
  /**
   * .lightstep.collector.SpanContext span_context = 2;
   */
  com.lightstep.tracer.grpc.SpanContextOrBuilder getSpanContextOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy