com.lightstep.tracer.grpc.ReportRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lightstep-opentelemetry-auto-exporter Show documentation
Show all versions of lightstep-opentelemetry-auto-exporter Show documentation
Lightstep OpenTelemetry Auto Exporter
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: collector.proto
package com.lightstep.tracer.grpc;
public interface ReportRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.collector.ReportRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .lightstep.collector.Reporter reporter = 1;
* @return Whether the reporter field is set.
*/
boolean hasReporter();
/**
* .lightstep.collector.Reporter reporter = 1;
* @return The reporter.
*/
com.lightstep.tracer.grpc.Reporter getReporter();
/**
* .lightstep.collector.Reporter reporter = 1;
*/
com.lightstep.tracer.grpc.ReporterOrBuilder getReporterOrBuilder();
/**
* .lightstep.collector.Auth auth = 2;
* @return Whether the auth field is set.
*/
boolean hasAuth();
/**
* .lightstep.collector.Auth auth = 2;
* @return The auth.
*/
com.lightstep.tracer.grpc.Auth getAuth();
/**
* .lightstep.collector.Auth auth = 2;
*/
com.lightstep.tracer.grpc.AuthOrBuilder getAuthOrBuilder();
/**
* repeated .lightstep.collector.Span spans = 3;
*/
java.util.List
getSpansList();
/**
* repeated .lightstep.collector.Span spans = 3;
*/
com.lightstep.tracer.grpc.Span getSpans(int index);
/**
* repeated .lightstep.collector.Span spans = 3;
*/
int getSpansCount();
/**
* repeated .lightstep.collector.Span spans = 3;
*/
java.util.List extends com.lightstep.tracer.grpc.SpanOrBuilder>
getSpansOrBuilderList();
/**
* repeated .lightstep.collector.Span spans = 3;
*/
com.lightstep.tracer.grpc.SpanOrBuilder getSpansOrBuilder(
int index);
/**
* int64 timestamp_offset_micros = 5 [jstype = JS_STRING];
* @return The timestampOffsetMicros.
*/
long getTimestampOffsetMicros();
/**
* .lightstep.collector.InternalMetrics internal_metrics = 6;
* @return Whether the internalMetrics field is set.
*/
boolean hasInternalMetrics();
/**
* .lightstep.collector.InternalMetrics internal_metrics = 6;
* @return The internalMetrics.
*/
com.lightstep.tracer.grpc.InternalMetrics getInternalMetrics();
/**
* .lightstep.collector.InternalMetrics internal_metrics = 6;
*/
com.lightstep.tracer.grpc.InternalMetricsOrBuilder getInternalMetricsOrBuilder();
}