Skip to content

Commit

Permalink
feat: add created by in results
Browse files Browse the repository at this point in the history
  • Loading branch information
ereali-aneo committed Aug 29, 2024
1 parent 2612206 commit 9b51d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Protos/V1/results_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ message ResultRaw {
google.protobuf.Timestamp completed_at = 6; /** The result completion date. */
string result_id = 8; /** The result ID. Uniquely generated by the server. */
int64 size = 9; /** The size of the Result Data. */
string created_by = 10; /** The ID of the Task that as submitted this result.*/
}

/**
Expand Down
1 change: 1 addition & 0 deletions Protos/V1/results_fields.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ enum ResultRawEnumField {
RESULT_RAW_ENUM_FIELD_COMPLETED_AT = 6; /** The result completion date. */
RESULT_RAW_ENUM_FIELD_RESULT_ID = 7; /** The result ID. */
RESULT_RAW_ENUM_FIELD_SIZE = 8; /** The size of the result. */
RESULT_RAW_ENUM_FIELD_CREATED_BY = 9; /** The size of the result. */
}

/**
Expand Down

0 comments on commit 9b51d00

Please sign in to comment.