Module: Stately::Db

Defined in:
lib/api/db/get_pb.rb,
lib/api/db/put_pb.rb,
lib/api/db/item_pb.rb,
lib/api/db/list_pb.rb,
lib/api/db/delete_pb.rb,
lib/api/db/service_pb.rb,
lib/api/db/sync_list_pb.rb,
lib/api/db/list_token_pb.rb,
lib/api/db/transaction_pb.rb,
lib/api/db/continue_list_pb.rb,
lib/api/db/item_property_pb.rb,
lib/api/db/scan_root_paths_pb.rb,
lib/api/db/service_services_pb.rb

Defined Under Namespace

Modules: DatabaseService

Constant Summary collapse

GetRequest =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.GetRequest").msgclass
GetItem =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.GetItem").msgclass
GetResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.GetResponse").msgclass
PutRequest =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.PutRequest").msgclass
PutItem =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.PutItem").msgclass
PutResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.PutResponse").msgclass
Item =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.Item").msgclass
BeginListRequest =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.BeginListRequest").msgclass
ListResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ListResponse").msgclass
ListPartialResult =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ListPartialResult").msgclass
ListFinished =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ListFinished").msgclass
SortDirection =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.SortDirection").enummodule
DeleteRequest =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.DeleteRequest").msgclass
DeleteItem =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.DeleteItem").msgclass
DeleteResult =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.DeleteResult").msgclass
DeleteResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.DeleteResponse").msgclass
SyncListRequest =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.SyncListRequest").msgclass
SyncListResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.SyncListResponse").msgclass
SyncListReset =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.SyncListReset").msgclass
SyncListPartialResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.SyncListPartialResponse").msgclass
DeletedItem =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.DeletedItem").msgclass
ListToken =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ListToken").msgclass
TransactionRequest =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionRequest").msgclass
TransactionResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionResponse").msgclass
TransactionBegin =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionBegin").msgclass
TransactionGet =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionGet").msgclass
TransactionBeginList =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionBeginList").msgclass
TransactionContinueList =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionContinueList").msgclass
TransactionPut =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionPut").msgclass
TransactionDelete =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionDelete").msgclass
TransactionGetResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionGetResponse").msgclass
GeneratedID =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.GeneratedID").msgclass
TransactionPutAck =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionPutAck").msgclass
TransactionListResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionListResponse").msgclass
TransactionFinished =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.TransactionFinished").msgclass
ContinueListRequest =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ContinueListRequest").msgclass
ContinueListDirection =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ContinueListDirection").enummodule
SortableProperty =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.SortableProperty").enummodule
ScanRootPathsRequest =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ScanRootPathsRequest").msgclass
ScanRootPathsResponse =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ScanRootPathsResponse").msgclass
ScanRootPathResult =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("stately.db.ScanRootPathResult").msgclass