package google.aggregate.protos.frontend.api.v1

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

message CreateJobRequest

create_job_request.proto:30

* The request object for the AggregationService Frontend API that allows ad-techs to request aggregation reports for conversion data. NOTE: Classes exist that mirror this, please update those classes if you are adding fields to this class.

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 per 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

message GetJobRequest

get_job_request.proto:23

* GET request for returning Job details.

message GetJobResponse

get_job_response.proto:27

* The response returned from the GetJob API call.

message JobKey

job_key.proto:27

* Unique identifier for the job, used for identifying entries in the DB and PubSub. Both the jobRequestId and the attributionReportTo are needed to identify a job as multiple ad-tech's might be using the same aggregation service instance.

enum JobStatus

job_status.proto:23

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

Used in: GetJobResponse

message ResultInfo

result_info.proto:26

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

Used in: GetJobResponse

enum ReturnCode

return_code.proto:23

* Return codes for aggregation worker.