Package command_request
Interface CommandRequestOuterClass.ScriptInvocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandRequestOuterClass.ScriptInvocation,CommandRequestOuterClass.ScriptInvocation.Builder
- Enclosing class:
- CommandRequestOuterClass
public static interface CommandRequestOuterClass.ScriptInvocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetArgs(int index)repeated bytes args = 3;intgetArgsCount()repeated bytes args = 3;java.util.List<com.google.protobuf.ByteString>getArgsList()repeated bytes args = 3;java.lang.StringgetHash()string hash = 1;com.google.protobuf.ByteStringgetHashBytes()string hash = 1;com.google.protobuf.ByteStringgetKeys(int index)repeated bytes keys = 2;intgetKeysCount()repeated bytes keys = 2;java.util.List<com.google.protobuf.ByteString>getKeysList()repeated bytes keys = 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.
-
getKeysList
java.util.List<com.google.protobuf.ByteString> getKeysList()
repeated bytes keys = 2;- Returns:
- A list containing the keys.
-
getKeysCount
int getKeysCount()
repeated bytes keys = 2;- Returns:
- The count of keys.
-
getKeys
com.google.protobuf.ByteString getKeys(int index)
repeated bytes keys = 2;- Parameters:
index- The index of the element to return.- Returns:
- The keys at the given index.
-
getArgsList
java.util.List<com.google.protobuf.ByteString> getArgsList()
repeated bytes args = 3;- Returns:
- A list containing the args.
-
getArgsCount
int getArgsCount()
repeated bytes args = 3;- Returns:
- The count of args.
-
getArgs
com.google.protobuf.ByteString getArgs(int index)
repeated bytes args = 3;- Parameters:
index- The index of the element to return.- Returns:
- The args at the given index.
-
-