Package gauge.messages
Interface Spec.SpanOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.Span,Spec.Span.Builder
- Enclosing class:
- Spec
public static interface Spec.SpanOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getStart
long getStart()int64 start = 1;- Returns:
- The start.
-
getEnd
long getEnd()int64 end = 2;- Returns:
- The end.
-
getStartChar
long getStartChar()int64 startChar = 3;- Returns:
- The startChar.
-
getEndChar
long getEndChar()int64 endChar = 4;- Returns:
- The endChar.
-