Interface Messages.StepPositionsResponse.StepPositionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Spec.Span getSpan()
      / Range of step
      Spec.SpanOrBuilder getSpanOrBuilder()
      / Range of step
      String getStepValue()
      / Step Value
      com.google.protobuf.ByteString getStepValueBytes()
      / Step Value
      boolean hasSpan()
      / 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 Detail

      • getStepValue

        String getStepValue()
        / Step Value
         
        string stepValue = 1;
      • getStepValueBytes

        com.google.protobuf.ByteString getStepValueBytes()
        / Step Value
         
        string stepValue = 1;
      • hasSpan

        boolean hasSpan()
        / Range of step
         
        .gauge.messages.Span span = 2;
      • getSpan

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

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