Get desktop application:
View/edit binary Protocol Buffers messages
* TypedService provides explicit and strongly-typed data access experience for developers. This allows for a more user-friendly and predictable API. Developers can rely on the explicitly defined types to guide them and catch errors at compile-time.
* Counts the number of records satisfying the given query. See [Query](../query) for the query format. If no query is specified, total number of records will be returned.
Response for `count`.
The number of records.
* Performs query. See [Query](../query) for the query format. If no query is specified, the first 50 records will be returned.
Response for `query`.
The list of records.
* Subscribes to the Dozer event stream, optionally applies a filter. See [Query](../query) for the filter format.
Response for `OnEvent`.
The operation type.
Old record data, only applicable for UPDATE type.
New record data.
Gets the authentication token.
Request for `token`.
(message has no fields)
Response for `token`.
The token string.
* Generated record type based on Dozer pipeline's output schema. Nullable fields will be generated as `optional` fields.
Used in:
,The record id in cache.
Records with same primary key will have increasing version.
Request for `count` and `query`.
Used as request type in: Films.count, Films.query
JSON query string.