Get desktop application:
View/edit binary Protocol Buffers messages
The metadata for a job request.
Unique key to identify the job.
The time the request was received.
The time the request was updated.
Number of times the job has been attempted for processing.
Enum value to represent the current status of the job.
Server generated unique id to identify the job.
The body of the request that created the job. DEPRECATED: use RequestInfo instead. Populated for backwards compatibility.
The request info for the job. An optional field for backwards compatibility but should always exist for requests made.
The result information the worker generated when processing the job. Optional since this is only set for jobs that have finished.
Version attribute for optimistic locking (compare-and-swap updates). This should never be updated or accessed by anything outside of the JobMetadataDb implementation.
Expiration time for the record.
The time the worker starts to process the request.