Interface CreateTransferRequest.UploadOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateTransferRequest.UploadOptions, CreateTransferRequest.UploadOptions.Builder
Enclosing class:
CreateTransferRequest

public static interface CreateTransferRequest.UploadOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated. 
    boolean
    Deprecated. 
    boolean
    Deprecated. 
    boolean
    Deprecated. 
    boolean
    Deprecated. 
    boolean
    Deprecated. 
    boolean
    Deprecated. 
    boolean
    Deprecated. 

    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 Details

    • hasOverwrite

      @Deprecated boolean hasOverwrite()
      Deprecated.
       Deprecated: use 'options' instead (name: overwrite)
       Set to ``True`` if an already existing destination should be overwritten.
       Default: ``True``.
       
      optional bool overwrite = 1 [deprecated = true];
      Returns:
      Whether the overwrite field is set.
    • getOverwrite

      @Deprecated boolean getOverwrite()
      Deprecated.
       Deprecated: use 'options' instead (name: overwrite)
       Set to ``True`` if an already existing destination should be overwritten.
       Default: ``True``.
       
      optional bool overwrite = 1 [deprecated = true];
      Returns:
      The overwrite.
    • hasCreatePath

      @Deprecated boolean hasCreatePath()
      Deprecated.
       Deprecated: use 'options' instead (name: createPath)
       Set to ``True`` if the destination path should be created if it does not exist.
       Default: ``True``.
       
      optional bool createPath = 2 [deprecated = true];
      Returns:
      Whether the createPath field is set.
    • getCreatePath

      @Deprecated boolean getCreatePath()
      Deprecated.
       Deprecated: use 'options' instead (name: createPath)
       Set to ``True`` if the destination path should be created if it does not exist.
       Default: ``True``.
       
      optional bool createPath = 2 [deprecated = true];
      Returns:
      The createPath.
    • hasReliable

      @Deprecated boolean hasReliable()
      Deprecated.
       Deprecated: use 'options' instead (name: reliable)
       Set to ``True`` if reliable (class 2) CFDP transfer should be used,
       otherwise unreliable (class 1). Default: ``False``.
       
      optional bool reliable = 3 [deprecated = true];
      Returns:
      Whether the reliable field is set.
    • getReliable

      @Deprecated boolean getReliable()
      Deprecated.
       Deprecated: use 'options' instead (name: reliable)
       Set to ``True`` if reliable (class 2) CFDP transfer should be used,
       otherwise unreliable (class 1). Default: ``False``.
       
      optional bool reliable = 3 [deprecated = true];
      Returns:
      The reliable.
    • hasClosureRequested

      @Deprecated boolean hasClosureRequested()
      Deprecated.
       Deprecated: use 'options' instead (name: closureRequested)
       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 [deprecated = true];
      Returns:
      Whether the closureRequested field is set.
    • getClosureRequested

      @Deprecated boolean getClosureRequested()
      Deprecated.
       Deprecated: use 'options' instead (name: closureRequested)
       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 [deprecated = true];
      Returns:
      The closureRequested.