Package org.yamcs.protobuf
Interface TransferInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransferInfo,TransferInfo.Builder
public interface TransferInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBucket()optional string bucket = 4;com.google.protobuf.ByteStringgetBucketBytes()optional string bucket = 4;com.google.protobuf.TimestampgetCreationTime()when the transfer has been created.com.google.protobuf.TimestampOrBuildergetCreationTimeOrBuilder()when the transfer has been created.TransferDirectiongetDirection()optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;StringgetFailureReason()in case the transcation is failed, this provides more informationcom.google.protobuf.ByteStringgetFailureReasonBytes()in case the transcation is failed, this provides more informationlonggetId()unique identifier assigned by the file transfer serviceStringgetObjectName()optional string objectName = 5;com.google.protobuf.ByteStringgetObjectNameBytes()optional string objectName = 5;booleangetReliable()reliable = true -> class 2 transfer reliable = false -> class 1 transferStringgetRemotePath()optional string remotePath = 6;com.google.protobuf.ByteStringgetRemotePathBytes()optional string remotePath = 6;longgetSizeTransferred()optional uint64 sizeTransferred = 9;com.google.protobuf.TimestampgetStartTime()when the transfer has started.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()when the transfer has started.TransferStategetState()optional .yamcs.protobuf.filetransfer.TransferState state = 3;longgetTotalSize()optional uint64 totalSize = 8;TransactionIdgetTransactionId()valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be uniqueTransactionIdOrBuildergetTransactionIdOrBuilder()valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be uniquebooleanhasBucket()optional string bucket = 4;booleanhasCreationTime()when the transfer has been created.booleanhasDirection()optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;booleanhasFailureReason()in case the transcation is failed, this provides more informationbooleanhasId()unique identifier assigned by the file transfer servicebooleanhasObjectName()optional string objectName = 5;booleanhasReliable()reliable = true -> class 2 transfer reliable = false -> class 1 transferbooleanhasRemotePath()optional string remotePath = 6;booleanhasSizeTransferred()optional uint64 sizeTransferred = 9;booleanhasStartTime()when the transfer has started.booleanhasState()optional .yamcs.protobuf.filetransfer.TransferState state = 3;booleanhasTotalSize()optional uint64 totalSize = 8;booleanhasTransactionId()valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
unique identifier assigned by the file transfer service
optional uint64 id = 1;
-
getId
long getId()
unique identifier assigned by the file transfer service
optional uint64 id = 1;
-
hasStartTime
boolean hasStartTime()
when the transfer has started. Note that this will not be set for QUEUED transfers.
optional .google.protobuf.Timestamp startTime = 2;
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
when the transfer has started. Note that this will not be set for QUEUED transfers.
optional .google.protobuf.Timestamp startTime = 2;
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
when the transfer has started. Note that this will not be set for QUEUED transfers.
optional .google.protobuf.Timestamp startTime = 2;
-
hasState
boolean hasState()
optional .yamcs.protobuf.filetransfer.TransferState state = 3;
-
getState
TransferState getState()
optional .yamcs.protobuf.filetransfer.TransferState state = 3;
-
hasBucket
boolean hasBucket()
optional string bucket = 4;
-
getBucket
String getBucket()
optional string bucket = 4;
-
getBucketBytes
com.google.protobuf.ByteString getBucketBytes()
optional string bucket = 4;
-
hasObjectName
boolean hasObjectName()
optional string objectName = 5;
-
getObjectName
String getObjectName()
optional string objectName = 5;
-
getObjectNameBytes
com.google.protobuf.ByteString getObjectNameBytes()
optional string objectName = 5;
-
hasRemotePath
boolean hasRemotePath()
optional string remotePath = 6;
-
getRemotePath
String getRemotePath()
optional string remotePath = 6;
-
getRemotePathBytes
com.google.protobuf.ByteString getRemotePathBytes()
optional string remotePath = 6;
-
hasDirection
boolean hasDirection()
optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
-
getDirection
TransferDirection getDirection()
optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
-
hasTotalSize
boolean hasTotalSize()
optional uint64 totalSize = 8;
-
getTotalSize
long getTotalSize()
optional uint64 totalSize = 8;
-
hasSizeTransferred
boolean hasSizeTransferred()
optional uint64 sizeTransferred = 9;
-
getSizeTransferred
long getSizeTransferred()
optional uint64 sizeTransferred = 9;
-
hasReliable
boolean hasReliable()
reliable = true -> class 2 transfer reliable = false -> class 1 transfer
optional bool reliable = 10;
-
getReliable
boolean getReliable()
reliable = true -> class 2 transfer reliable = false -> class 1 transfer
optional bool reliable = 10;
-
hasFailureReason
boolean hasFailureReason()
in case the transcation is failed, this provides more information
optional string failureReason = 11;
-
getFailureReason
String getFailureReason()
in case the transcation is failed, this provides more information
optional string failureReason = 11;
-
getFailureReasonBytes
com.google.protobuf.ByteString getFailureReasonBytes()
in case the transcation is failed, this provides more information
optional string failureReason = 11;
-
hasTransactionId
boolean hasTransactionId()
valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique
optional .yamcs.protobuf.filetransfer.TransactionId transactionId = 12;
-
getTransactionId
TransactionId getTransactionId()
valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique
optional .yamcs.protobuf.filetransfer.TransactionId transactionId = 12;
-
getTransactionIdOrBuilder
TransactionIdOrBuilder getTransactionIdOrBuilder()
valid for CFDP: transaction id; for the incoming transfers it is assigned by the remote peer so therefore might not be unique
optional .yamcs.protobuf.filetransfer.TransactionId transactionId = 12;
-
hasCreationTime
boolean hasCreationTime()
when the transfer has been created.
optional .google.protobuf.Timestamp creationTime = 13;
-
getCreationTime
com.google.protobuf.Timestamp getCreationTime()
when the transfer has been created.
optional .google.protobuf.Timestamp creationTime = 13;
-
getCreationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
when the transfer has been created.
optional .google.protobuf.Timestamp creationTime = 13;
-
-