package cs3.gateway.v1beta1

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

service GatewayAPI

gateway_api.proto:75

Gateway API The Gateway API is the only API exposed directly to end-clients. It is a facade API that all clients should connect to. Other APIS like the StorageProviderAPI are internal APIS. 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.

*****************************************************************/ ************************ AUTH ******** **************************/ *****************************************************************/

message FileDownloadProtocol

resources.proto:64

A file download protocol object stores information about downloading resources using a specific protocol.

Used in: InitiateFileDownloadResponse

message FileUploadProtocol

resources.proto:39

A file upload protocol object stores information about uploading resources using a specific protocol.

Used in: InitiateFileUploadResponse

message OCMShareResourceInfo

resources.proto:126

OCMShareResourceInfo includes the sharing information and the storage-related information about an OCM share resource.

Used in: ListExistingOCMSharesResponse

enum OpenInAppRequest.ViewMode

gateway_api.proto:673

REQUIRED. View mode.

Used in: OpenInAppRequest

message PublicShareResourceInfo

resources.proto:112

PublicShareResourceInfo includes the sharing information and the storage-related information about a public share resource.

Used in: ListExistingPublicSharesResponse

message ReceivedShareResourceInfo

resources.proto:98

ReceivedShareResourceInfo includes the sharing information and the storage-related information about a received share resource.

Used in: ListExistingReceivedSharesResponse

message ShareResourceInfo

resources.proto:84

ShareResourceInfo includes the sharing information and the storage-related information about a share resource.

Used in: ListExistingSharesResponse