Package gauge.messages
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 TypeMethodDescription/ Get step positions for file pathcom.google.protobuf.ByteString/ Get step positions for file pathMethods 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
-
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.
-