Skip to content

Commit

Permalink
add comment about sync within last year
Browse files Browse the repository at this point in the history
  • Loading branch information
gloriacai01 committed Nov 18, 2024
1 parent 8b32685 commit c1a3c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/viam/app/data/v1/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ message GetLatestTabularDataRequest {
string method_name = 3;
}

// GetLatestTabularDataResponse provides the data, time synced, and time captured of most recent tabular data captured from the requested data source.
// GetLatestTabularDataResponse provides the data, time synced, and time captured of the most recent tabular data captured
// from the requested data source, as long as it was synced within the last year.
message GetLatestTabularDataResponse {
google.protobuf.Timestamp time_captured = 1;
google.protobuf.Timestamp time_synced = 2;
Expand Down

0 comments on commit c1a3c61

Please sign in to comment.