Interface Messages.StepPositionsResponse.StepPositionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Messages.StepPositionsResponse.StepPosition, Messages.StepPositionsResponse.StepPosition.Builder
Enclosing class:
Messages.StepPositionsResponse

public static interface Messages.StepPositionsResponse.StepPositionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    / Range of step
    / Range of step
    / Step Value
    com.google.protobuf.ByteString
    / Step Value
    boolean
    / Range of step

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getStepValue

      String getStepValue()
       / Step Value
       
      string stepValue = 1;
      Returns:
      The stepValue.
    • getStepValueBytes

      com.google.protobuf.ByteString getStepValueBytes()
       / Step Value
       
      string stepValue = 1;
      Returns:
      The bytes for stepValue.
    • hasSpan

      boolean hasSpan()
       / Range of step
       
      .gauge.messages.Span span = 2;
      Returns:
      Whether the span field is set.
    • getSpan

      Spec.Span getSpan()
       / Range of step
       
      .gauge.messages.Span span = 2;
      Returns:
      The span.
    • getSpanOrBuilder

      Spec.SpanOrBuilder getSpanOrBuilder()
       / Range of step
       
      .gauge.messages.Span span = 2;