com.lightstep.tracer.grpc.ReportResponseOrBuilder 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 ReportResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.collector.ReportResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .lightstep.collector.Command commands = 1;
*/
java.util.List
getCommandsList();
/**
* repeated .lightstep.collector.Command commands = 1;
*/
com.lightstep.tracer.grpc.Command getCommands(int index);
/**
* repeated .lightstep.collector.Command commands = 1;
*/
int getCommandsCount();
/**
* repeated .lightstep.collector.Command commands = 1;
*/
java.util.List extends com.lightstep.tracer.grpc.CommandOrBuilder>
getCommandsOrBuilderList();
/**
* repeated .lightstep.collector.Command commands = 1;
*/
com.lightstep.tracer.grpc.CommandOrBuilder getCommandsOrBuilder(
int index);
/**
* .google.protobuf.Timestamp receive_timestamp = 2;
* @return Whether the receiveTimestamp field is set.
*/
boolean hasReceiveTimestamp();
/**
* .google.protobuf.Timestamp receive_timestamp = 2;
* @return The receiveTimestamp.
*/
com.google.protobuf.Timestamp getReceiveTimestamp();
/**
* .google.protobuf.Timestamp receive_timestamp = 2;
*/
com.google.protobuf.TimestampOrBuilder getReceiveTimestampOrBuilder();
/**
* .google.protobuf.Timestamp transmit_timestamp = 3;
* @return Whether the transmitTimestamp field is set.
*/
boolean hasTransmitTimestamp();
/**
* .google.protobuf.Timestamp transmit_timestamp = 3;
* @return The transmitTimestamp.
*/
com.google.protobuf.Timestamp getTransmitTimestamp();
/**
* .google.protobuf.Timestamp transmit_timestamp = 3;
*/
com.google.protobuf.TimestampOrBuilder getTransmitTimestampOrBuilder();
/**
* repeated string errors = 4;
* @return A list containing the errors.
*/
java.util.List
getErrorsList();
/**
* repeated string errors = 4;
* @return The count of errors.
*/
int getErrorsCount();
/**
* repeated string errors = 4;
* @param index The index of the element to return.
* @return The errors at the given index.
*/
java.lang.String getErrors(int index);
/**
* repeated string errors = 4;
* @param index The index of the value to return.
* @return The bytes of the errors at the given index.
*/
com.google.protobuf.ByteString
getErrorsBytes(int index);
/**
* repeated string warnings = 5;
* @return A list containing the warnings.
*/
java.util.List
getWarningsList();
/**
* repeated string warnings = 5;
* @return The count of warnings.
*/
int getWarningsCount();
/**
* repeated string warnings = 5;
* @param index The index of the element to return.
* @return The warnings at the given index.
*/
java.lang.String getWarnings(int index);
/**
* repeated string warnings = 5;
* @param index The index of the value to return.
* @return The bytes of the warnings at the given index.
*/
com.google.protobuf.ByteString
getWarningsBytes(int index);
/**
* repeated string infos = 6;
* @return A list containing the infos.
*/
java.util.List
getInfosList();
/**
* repeated string infos = 6;
* @return The count of infos.
*/
int getInfosCount();
/**
* repeated string infos = 6;
* @param index The index of the element to return.
* @return The infos at the given index.
*/
java.lang.String getInfos(int index);
/**
* repeated string infos = 6;
* @param index The index of the value to return.
* @return The bytes of the infos at the given index.
*/
com.google.protobuf.ByteString
getInfosBytes(int index);
}