com.lightstep.tracer.grpc.ReferenceOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-common Show documentation
Show all versions of java-common Show documentation
The LightStep OpenTracing Tracer implementation for Java
// 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