package google.aggregate.protos.shared.backend

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

message CreateJobRequest

create_job_request.proto:26

* The request object for the Aggregation Service Frontend API that allows ad-techs to request aggregation reports for conversion data.

Used in: metadatadb.JobMetadata

message CreateJobResponse

create_job_response.proto:23

* The response returned for the CreateJob API call.

(message has no fields)

message ErrorCount

error_count.proto:23

* Count of errors for a given category.

Used in: ErrorSummary

message ErrorSummary

error_summary.proto:25

* Summary of errors to be provided to the requester as debugging information.

Used in: ResultInfo

enum JobErrorCategory

job_error_category.proto:26

* Describes a category of error message, used to distinguish between various decryption or validation failures reported by the ErrorSummary message.

message JobKey

job_key.proto:23

* Unique identifier for the job, used for identifying entries in the database and Pub/Sub.

Used in: metadatadb.JobMetadata

message JobMessage

job_message.proto:22

message JobParameters

job_parameters.proto:28

* The job parameters for the job requested by the operator. <p><b>Important:</b> Add conversion logic for the new field's type in {@link AttributeConverterUtils}.

enum JobStatus

job_status.proto:23

* Indicates the current state of the job as it is processed.

Used in: metadatadb.JobMetadata

message RequestInfo

request_info.proto:25

* The request info for the job requested by the operator.

Used in: metadatadb.JobMetadata

message ResultInfo

result_info.proto:26

* Object for result data generated by the worker during processing.

Used in: metadatadb.JobMetadata

enum ReturnCode

return_code.proto:23

* Return codes for aggregation worker.