Interface Model.SpanOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Model.Span,Model.Span.Builder
- Enclosing class:
Model
public static interface Model.SpanOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Duration.google.protobuf.Duration duration = 7;com.google.protobuf.DurationOrBuilder.google.protobuf.Duration duration = 7;intgetFlags()uint32 flags = 5;getLogs(int index) repeated .jaeger.api_v2.Log logs = 9;intrepeated .jaeger.api_v2.Log logs = 9;repeated .jaeger.api_v2.Log logs = 9;getLogsOrBuilder(int index) repeated .jaeger.api_v2.Log logs = 9;List<? extends Model.LogOrBuilder> repeated .jaeger.api_v2.Log logs = 9;string operation_name = 3;com.google.protobuf.ByteStringstring operation_name = 3;.jaeger.api_v2.Process process = 10;string process_id = 11;com.google.protobuf.ByteStringstring process_id = 11;.jaeger.api_v2.Process process = 10;getReferences(int index) repeated .jaeger.api_v2.SpanRef references = 4;intrepeated .jaeger.api_v2.SpanRef references = 4;repeated .jaeger.api_v2.SpanRef references = 4;getReferencesOrBuilder(int index) repeated .jaeger.api_v2.SpanRef references = 4;List<? extends Model.SpanRefOrBuilder> repeated .jaeger.api_v2.SpanRef references = 4;com.google.protobuf.ByteStringbytes span_id = 2;com.google.protobuf.Timestamp.google.protobuf.Timestamp start_time = 6;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp start_time = 6;getTags(int index) repeated .jaeger.api_v2.KeyValue tags = 8;intrepeated .jaeger.api_v2.KeyValue tags = 8;repeated .jaeger.api_v2.KeyValue tags = 8;getTagsOrBuilder(int index) repeated .jaeger.api_v2.KeyValue tags = 8;List<? extends Model.KeyValueOrBuilder> repeated .jaeger.api_v2.KeyValue tags = 8;com.google.protobuf.ByteStringbytes trace_id = 1;getWarnings(int index) repeated string warnings = 12;com.google.protobuf.ByteStringgetWarningsBytes(int index) repeated string warnings = 12;intrepeated string warnings = 12;repeated string warnings = 12;boolean.google.protobuf.Duration duration = 7;boolean.jaeger.api_v2.Process process = 10;boolean.google.protobuf.Timestamp start_time = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTraceId
com.google.protobuf.ByteString getTraceId()bytes trace_id = 1;- Returns:
- The traceId.
-
getSpanId
com.google.protobuf.ByteString getSpanId()bytes span_id = 2;- Returns:
- The spanId.
-
getOperationName
String getOperationName()string operation_name = 3;- Returns:
- The operationName.
-
getOperationNameBytes
com.google.protobuf.ByteString getOperationNameBytes()string operation_name = 3;- Returns:
- The bytes for operationName.
-
getReferencesList
List<Model.SpanRef> getReferencesList()repeated .jaeger.api_v2.SpanRef references = 4; -
getReferences
repeated .jaeger.api_v2.SpanRef references = 4; -
getReferencesCount
int getReferencesCount()repeated .jaeger.api_v2.SpanRef references = 4; -
getReferencesOrBuilderList
List<? extends Model.SpanRefOrBuilder> getReferencesOrBuilderList()repeated .jaeger.api_v2.SpanRef references = 4; -
getReferencesOrBuilder
repeated .jaeger.api_v2.SpanRef references = 4; -
getFlags
int getFlags()uint32 flags = 5;- Returns:
- The flags.
-
hasStartTime
boolean hasStartTime().google.protobuf.Timestamp start_time = 6;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime().google.protobuf.Timestamp start_time = 6;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder().google.protobuf.Timestamp start_time = 6; -
hasDuration
boolean hasDuration().google.protobuf.Duration duration = 7;- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration().google.protobuf.Duration duration = 7;- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder().google.protobuf.Duration duration = 7; -
getTagsList
List<Model.KeyValue> getTagsList()repeated .jaeger.api_v2.KeyValue tags = 8; -
getTags
repeated .jaeger.api_v2.KeyValue tags = 8; -
getTagsCount
int getTagsCount()repeated .jaeger.api_v2.KeyValue tags = 8; -
getTagsOrBuilderList
List<? extends Model.KeyValueOrBuilder> getTagsOrBuilderList()repeated .jaeger.api_v2.KeyValue tags = 8; -
getTagsOrBuilder
repeated .jaeger.api_v2.KeyValue tags = 8; -
getLogsList
repeated .jaeger.api_v2.Log logs = 9; -
getLogs
repeated .jaeger.api_v2.Log logs = 9; -
getLogsCount
int getLogsCount()repeated .jaeger.api_v2.Log logs = 9; -
getLogsOrBuilderList
List<? extends Model.LogOrBuilder> getLogsOrBuilderList()repeated .jaeger.api_v2.Log logs = 9; -
getLogsOrBuilder
repeated .jaeger.api_v2.Log logs = 9; -
hasProcess
boolean hasProcess().jaeger.api_v2.Process process = 10;- Returns:
- Whether the process field is set.
-
getProcess
Model.Process getProcess().jaeger.api_v2.Process process = 10;- Returns:
- The process.
-
getProcessOrBuilder
Model.ProcessOrBuilder getProcessOrBuilder().jaeger.api_v2.Process process = 10; -
getProcessId
String getProcessId()string process_id = 11;- Returns:
- The processId.
-
getProcessIdBytes
com.google.protobuf.ByteString getProcessIdBytes()string process_id = 11;- Returns:
- The bytes for processId.
-
getWarningsList
repeated string warnings = 12;- Returns:
- A list containing the warnings.
-
getWarningsCount
int getWarningsCount()repeated string warnings = 12;- Returns:
- The count of warnings.
-
getWarnings
repeated string warnings = 12;- Parameters:
index- The index of the element to return.- Returns:
- The warnings at the given index.
-
getWarningsBytes
com.google.protobuf.ByteString getWarningsBytes(int index) repeated string warnings = 12;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the warnings at the given index.
-