package cosmos.orm.query.v1alpha1

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

service Query

query.proto:11

Query is a generic gRPC service for querying ORM data.

message IndexValue

query.proto:101

IndexValue represents the value of a field in an ORM index expression.

Used in: GetRequest, ListRequest.Prefix, ListRequest.Range

message ListRequest.Prefix

query.proto:69

Prefix specifies the arguments to a prefix query.

Used in: ListRequest

message ListRequest.Range

query.proto:77

Range specifies the arguments to a range query.

Used in: ListRequest