Package net.jumpaku.exprml.pb.exprml.v1
Interface Expr.Path.PosOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
public interface Expr.Path.PosOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract long
getIndex()
Index is the index of the position.
int64 index = 1 [json_name = "index"];
abstract String
getKey()
Key is the key of the position.
string key = 2 [json_name = "key"];
abstract ByteString
getKeyBytes()
Key is the key of the position.
string key = 2 [json_name = "key"];
-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getIndex
abstract long getIndex()
Index is the index of the position.
int64 index = 1 [json_name = "index"];
- Returns:
The index.
-
getKey
abstract String getKey()
Key is the key of the position.
string key = 2 [json_name = "key"];
- Returns:
The key.
-
getKeyBytes
abstract ByteString getKeyBytes()
Key is the key of the position.
string key = 2 [json_name = "key"];
- Returns:
The bytes for key.
-
-
-
-