Interface CommandRequestOuterClass.ScriptInvocationPointersOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getArgsPointer()
      optional uint64 args_pointer = 3;
      java.lang.String getHash()
      string hash = 1;
      com.google.protobuf.ByteString getHashBytes()
      string hash = 1;
      long getKeysPointer()
      optional uint64 keys_pointer = 2;
      boolean hasArgsPointer()
      optional uint64 args_pointer = 3;
      boolean hasKeysPointer()
      optional uint64 keys_pointer = 2;
      • 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 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.