package cs3.ocm.incoming.v1beta1

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

service OcmIncomingAPI

ocm_incoming_api.proto:57

OCM Incoming API The OCM Incoming API is used to persist in the local system the incoming remote shares that are sent via the Open Cloud Mesh (OCM) sharing protocol. Implementations are expected to expose the `/ocm` endpoints according to the OCM API, and in response to those endpoints call the following API. Support for multi-protocol shares is included, if the remote sender supplies a multi-protocol share. 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 CreateOCMIncomingShareRequest

ocm_incoming_api.proto:69

Used as request type in: gateway.v1beta1.GatewayAPI.CreateOCMIncomingShare, OcmIncomingAPI.CreateOCMIncomingShare

message CreateOCMIncomingShareResponse

ocm_incoming_api.proto:122

Used as response type in: gateway.v1beta1.GatewayAPI.CreateOCMIncomingShare, OcmIncomingAPI.CreateOCMIncomingShare

message DeleteOCMIncomingShareRequest

ocm_incoming_api.proto:171

Used as request type in: gateway.v1beta1.GatewayAPI.DeleteOCMIncomingShare, OcmIncomingAPI.DeleteOCMIncomingShare

message DeleteOCMIncomingShareResponse

ocm_incoming_api.proto:180

Used as response type in: gateway.v1beta1.GatewayAPI.DeleteOCMIncomingShare, OcmIncomingAPI.DeleteOCMIncomingShare

message UpdateOCMIncomingShareRequest

ocm_incoming_api.proto:136

Used as request type in: gateway.v1beta1.GatewayAPI.UpdateOCMIncomingShare, OcmIncomingAPI.UpdateOCMIncomingShare

message UpdateOCMIncomingShareResponse

ocm_incoming_api.proto:162

Used as response type in: gateway.v1beta1.GatewayAPI.UpdateOCMIncomingShare, OcmIncomingAPI.UpdateOCMIncomingShare