Interface Messages.StepPositionsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    / Get step positions for file path
    com.google.protobuf.ByteString
    / Get step positions for file path

    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

    • getFilePath

      String getFilePath()
       / Get step positions for file path
       
      string filePath = 1;
      Returns:
      The filePath.
    • getFilePathBytes

      com.google.protobuf.ByteString getFilePathBytes()
       / Get step positions for file path
       
      string filePath = 1;
      Returns:
      The bytes for filePath.