static TransferDirection |
TransferDirection.forNumber(int value) |
|
TransferDirection |
CreateTransferRequest.Builder.getDirection() |
**Required** One of ``UPLOAD`` or ``DOWNLOAD``.
|
TransferDirection |
CreateTransferRequest.getDirection() |
**Required** One of ``UPLOAD`` or ``DOWNLOAD``.
|
TransferDirection |
CreateTransferRequestOrBuilder.getDirection() |
**Required** One of ``UPLOAD`` or ``DOWNLOAD``.
|
TransferDirection |
TransferInfo.Builder.getDirection() |
optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
|
TransferDirection |
TransferInfo.getDirection() |
optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
|
TransferDirection |
TransferInfoOrBuilder.getDirection() |
optional .yamcs.protobuf.filetransfer.TransferDirection direction = 7;
|
static TransferDirection |
TransferDirection.valueOf(int value) |
Deprecated.
|
static TransferDirection |
TransferDirection.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static TransferDirection |
TransferDirection.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TransferDirection[] |
TransferDirection.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|