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 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 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;
*/
boolean hasReceiveTimestamp();
/**
* .google.protobuf.Timestamp receive_timestamp = 2;
*/
com.google.protobuf.Timestamp getReceiveTimestamp();
/**
* .google.protobuf.Timestamp receive_timestamp = 2;
*/
com.google.protobuf.TimestampOrBuilder getReceiveTimestampOrBuilder();
/**
* .google.protobuf.Timestamp transmit_timestamp = 3;
*/
boolean hasTransmitTimestamp();
/**
* .google.protobuf.Timestamp transmit_timestamp = 3;
*/
com.google.protobuf.Timestamp getTransmitTimestamp();
/**
* .google.protobuf.Timestamp transmit_timestamp = 3;
*/
com.google.protobuf.TimestampOrBuilder getTransmitTimestampOrBuilder();
/**
* repeated string errors = 4;
*/
java.util.List
getErrorsList();
/**
* repeated string errors = 4;
*/
int getErrorsCount();
/**
* repeated string errors = 4;
*/
java.lang.String getErrors(int index);
/**
* repeated string errors = 4;
*/
com.google.protobuf.ByteString
getErrorsBytes(int index);
/**
* repeated string warnings = 5;
*/
java.util.List
getWarningsList();
/**
* repeated string warnings = 5;
*/
int getWarningsCount();
/**
* repeated string warnings = 5;
*/
java.lang.String getWarnings(int index);
/**
* repeated string warnings = 5;
*/
com.google.protobuf.ByteString
getWarningsBytes(int index);
/**
* repeated string infos = 6;
*/
java.util.List
getInfosList();
/**
* repeated string infos = 6;
*/
int getInfosCount();
/**
* repeated string infos = 6;
*/
java.lang.String getInfos(int index);
/**
* repeated string infos = 6;
*/
com.google.protobuf.ByteString
getInfosBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy