Interface CreateTransferRequest.UploadOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getClosureRequested()
      Introduced in Issue 5 of the CFDP standard for non reliable (class 1) transfers Requests the receiver to send a Finished PDU at the end of the transfer
      boolean getCreatePath()
      Set to ``True`` if the destination path should be created if it does not exist.
      boolean getOverwrite()
      Set to ``True`` if an already existing destination should be overwritten.
      boolean getReliable()
      Set to ``True`` if reliable (class 2) CFDP transfer should be used, otherwise unreliable (class 1).
      boolean hasClosureRequested()
      Introduced in Issue 5 of the CFDP standard for non reliable (class 1) transfers Requests the receiver to send a Finished PDU at the end of the transfer
      boolean hasCreatePath()
      Set to ``True`` if the destination path should be created if it does not exist.
      boolean hasOverwrite()
      Set to ``True`` if an already existing destination should be overwritten.
      boolean hasReliable()
      Set to ``True`` if reliable (class 2) CFDP transfer should be used, otherwise unreliable (class 1).
      • 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

      • hasOverwrite

        boolean hasOverwrite()
         Set to ``True`` if an already existing destination should be overwritten.
         Default: ``True``.
         
        optional bool overwrite = 1;
      • getOverwrite

        boolean getOverwrite()
         Set to ``True`` if an already existing destination should be overwritten.
         Default: ``True``.
         
        optional bool overwrite = 1;
      • hasCreatePath

        boolean hasCreatePath()
         Set to ``True`` if the destination path should be created if it does not exist.
         Default: ``True``.
         
        optional bool createPath = 2;
      • getCreatePath

        boolean getCreatePath()
         Set to ``True`` if the destination path should be created if it does not exist.
         Default: ``True``.
         
        optional bool createPath = 2;
      • hasReliable

        boolean hasReliable()
         Set to ``True`` if reliable (class 2) CFDP transfer should be used,
         otherwise unreliable (class 1). Default: ``False``.
         
        optional bool reliable = 3;
      • getReliable

        boolean getReliable()
         Set to ``True`` if reliable (class 2) CFDP transfer should be used,
         otherwise unreliable (class 1). Default: ``False``.
         
        optional bool reliable = 3;
      • hasClosureRequested

        boolean hasClosureRequested()
         Introduced in Issue 5 of the CFDP standard for non reliable (class 1) transfers
         Requests the receiver to send a Finished PDU at the end of the transfer
         
        optional bool closureRequested = 4;
      • getClosureRequested

        boolean getClosureRequested()
         Introduced in Issue 5 of the CFDP standard for non reliable (class 1) transfers
         Requests the receiver to send a Finished PDU at the end of the transfer
         
        optional bool closureRequested = 4;