package cs3.storage.registry.v1beta1

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

service RegistryAPI

registry_api.proto:52

Storage Registry API The Storage Registry API is meant to as registry to obtain information of available storage providers. 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 ProviderInfo

resources.proto:34

The information for the storage provider.

Used in: GetHomeResponse, GetStorageProvidersResponse, ListStorageProvidersResponse

message ProviderInfo.Features

resources.proto:64

REQUIRED. Represents the list of features available on this storage provider. If the feature is not supported, the related service methods MUST return CODE_UNIMPLEMENTED.

Used in: ProviderInfo