public interface ReportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Command |
getCommands(int index)
repeated .lightstep.collector.Command commands = 1; |
int |
getCommandsCount()
repeated .lightstep.collector.Command commands = 1; |
List<Command> |
getCommandsList()
repeated .lightstep.collector.Command commands = 1; |
CommandOrBuilder |
getCommandsOrBuilder(int index)
repeated .lightstep.collector.Command commands = 1; |
List<? extends CommandOrBuilder> |
getCommandsOrBuilderList()
repeated .lightstep.collector.Command commands = 1; |
String |
getErrors(int index)
repeated string errors = 4; |
com.google.protobuf.ByteString |
getErrorsBytes(int index)
repeated string errors = 4; |
int |
getErrorsCount()
repeated string errors = 4; |
List<String> |
getErrorsList()
repeated string errors = 4; |
String |
getInfos(int index)
repeated string infos = 6; |
com.google.protobuf.ByteString |
getInfosBytes(int index)
repeated string infos = 6; |
int |
getInfosCount()
repeated string infos = 6; |
List<String> |
getInfosList()
repeated string infos = 6; |
com.google.protobuf.Timestamp |
getReceiveTimestamp()
.google.protobuf.Timestamp receive_timestamp = 2; |
com.google.protobuf.TimestampOrBuilder |
getReceiveTimestampOrBuilder()
.google.protobuf.Timestamp receive_timestamp = 2; |
com.google.protobuf.Timestamp |
getTransmitTimestamp()
.google.protobuf.Timestamp transmit_timestamp = 3; |
com.google.protobuf.TimestampOrBuilder |
getTransmitTimestampOrBuilder()
.google.protobuf.Timestamp transmit_timestamp = 3; |
String |
getWarnings(int index)
repeated string warnings = 5; |
com.google.protobuf.ByteString |
getWarningsBytes(int index)
repeated string warnings = 5; |
int |
getWarningsCount()
repeated string warnings = 5; |
List<String> |
getWarningsList()
repeated string warnings = 5; |
boolean |
hasReceiveTimestamp()
.google.protobuf.Timestamp receive_timestamp = 2; |
boolean |
hasTransmitTimestamp()
.google.protobuf.Timestamp transmit_timestamp = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofCommand getCommands(int index)
repeated .lightstep.collector.Command commands = 1;int getCommandsCount()
repeated .lightstep.collector.Command commands = 1;List<? extends CommandOrBuilder> getCommandsOrBuilderList()
repeated .lightstep.collector.Command commands = 1;CommandOrBuilder getCommandsOrBuilder(int index)
repeated .lightstep.collector.Command commands = 1;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 receive_timestamp = 2;boolean hasTransmitTimestamp()
.google.protobuf.Timestamp transmit_timestamp = 3;com.google.protobuf.Timestamp getTransmitTimestamp()
.google.protobuf.Timestamp transmit_timestamp = 3;com.google.protobuf.TimestampOrBuilder getTransmitTimestampOrBuilder()
.google.protobuf.Timestamp transmit_timestamp = 3;int getErrorsCount()
repeated string errors = 4;String getErrors(int index)
repeated string errors = 4;com.google.protobuf.ByteString getErrorsBytes(int index)
repeated string errors = 4;int getWarningsCount()
repeated string warnings = 5;String getWarnings(int index)
repeated string warnings = 5;com.google.protobuf.ByteString getWarningsBytes(int index)
repeated string warnings = 5;int getInfosCount()
repeated string infos = 6;String getInfos(int index)
repeated string infos = 6;com.google.protobuf.ByteString getInfosBytes(int index)
repeated string infos = 6;Copyright © 2023 LightStep. All rights reserved.