Package command_request
Interface CommandRequestOuterClass.ScriptInvocationPointersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandRequestOuterClass.ScriptInvocationPointers,CommandRequestOuterClass.ScriptInvocationPointers.Builder
- Enclosing class:
- CommandRequestOuterClass
public static interface CommandRequestOuterClass.ScriptInvocationPointersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetArgsPointer()optional uint64 args_pointer = 3;java.lang.StringgetHash()string hash = 1;com.google.protobuf.ByteStringgetHashBytes()string hash = 1;longgetKeysPointer()optional uint64 keys_pointer = 2;booleanhasArgsPointer()optional uint64 args_pointer = 3;booleanhasKeysPointer()optional uint64 keys_pointer = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHash
java.lang.String getHash()
string hash = 1;- Returns:
- The hash.
-
getHashBytes
com.google.protobuf.ByteString getHashBytes()
string hash = 1;- Returns:
- The bytes for hash.
-
hasKeysPointer
boolean hasKeysPointer()
optional uint64 keys_pointer = 2;- Returns:
- Whether the keysPointer field is set.
-
getKeysPointer
long getKeysPointer()
optional uint64 keys_pointer = 2;- Returns:
- The keysPointer.
-
hasArgsPointer
boolean hasArgsPointer()
optional uint64 args_pointer = 3;- Returns:
- Whether the argsPointer field is set.
-
getArgsPointer
long getArgsPointer()
optional uint64 args_pointer = 3;- Returns:
- The argsPointer.
-
-