Interface Shell.CopyFilesToMachineResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Shell.CopyFilesToMachineResponse, Shell.CopyFilesToMachineResponse.Builder
Enclosing class:
Shell

public static interface Shell.CopyFilesToMachineResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    value does not matter here but responses must be sent after every file has been received.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getAckLastFile

      boolean getAckLastFile()
       value does not matter here but responses must be sent after every
       file has been received.
       
      bool ack_last_file = 1 [json_name = "ackLastFile"];
      Returns:
      The ackLastFile.