package cs3.tx.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service TxAPI

tx_api.proto:51

Tx API The Tx API provides data transfer capabilities. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. The following are global requirements that apply to all methods: Any method MUST return CODE_OK on a succesful operation. Any method MAY return NOT_IMPLEMENTED. Any method MAY return INTERNAL. Any method MAY return UNKNOWN. Any method MAY return UNAUTHENTICATED.

message CancelTransferRequest

tx_api.proto:116

Used as request type in: gateway.v1beta1.GatewayAPI.CancelTransfer, TxAPI.CancelTransfer

message CancelTransferResponse

tx_api.proto:125

Used as response type in: gateway.v1beta1.GatewayAPI.CancelTransfer, TxAPI.CancelTransfer

message CreateTransferRequest

tx_api.proto:66

Used as request type in: gateway.v1beta1.GatewayAPI.CreateTransfer, TxAPI.CreateTransfer

message CreateTransferResponse

tx_api.proto:83

Used as response type in: gateway.v1beta1.GatewayAPI.CreateTransfer, TxAPI.CreateTransfer

message GetTransferStatusRequest

tx_api.proto:95

Used as request type in: gateway.v1beta1.GatewayAPI.GetTransferStatus, TxAPI.GetTransferStatus

message GetTransferStatusResponse

tx_api.proto:104

Used as response type in: gateway.v1beta1.GatewayAPI.GetTransferStatus, TxAPI.GetTransferStatus

message ListTransfersRequest

tx_api.proto:137

Used as request type in: gateway.v1beta1.GatewayAPI.ListTransfers, TxAPI.ListTransfers

message ListTransfersRequest.Filter

tx_api.proto:143

REQUIRED. Represents a filter to apply to the request.

Used in: ListTransfersRequest

enum ListTransfersRequest.Filter.Type

tx_api.proto:145

The filter type.

Used in: Filter

message ListTransfersResponse

tx_api.proto:165

Used as response type in: gateway.v1beta1.GatewayAPI.ListTransfers, TxAPI.ListTransfers

message RetryTransferRequest

tx_api.proto:177

Used as request type in: gateway.v1beta1.GatewayAPI.RetryTransfer, TxAPI.RetryTransfer

message RetryTransferResponse

tx_api.proto:186

Used as response type in: gateway.v1beta1.GatewayAPI.RetryTransfer, TxAPI.RetryTransfer

enum Status

resources.proto:74

Status represents transfer status.

Used in: ListTransfersRequest.Filter, TxInfo

message TxId

resources.proto:37

TxId uniquely identifies a transfer in the transfer provider namespace.

Used in: CancelTransferRequest, GetTransferStatusRequest, ListTransfersRequest.Filter, RetryTransferRequest, TxInfo

message TxInfo

resources.proto:46

TxInfo represents information about a transfer.

Used in: CancelTransferResponse, CreateTransferResponse, GetTransferStatusResponse, ListTransfersResponse, RetryTransferResponse