From c1a3c6149c739d305f027610f69c90a8eeaf1905 Mon Sep 17 00:00:00 2001 From: gloriacai01 Date: Mon, 18 Nov 2024 10:15:08 -0500 Subject: [PATCH] add comment about sync within last year --- proto/viam/app/data/v1/data.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/viam/app/data/v1/data.proto b/proto/viam/app/data/v1/data.proto index 907b9fc77..9173dca2e 100644 --- a/proto/viam/app/data/v1/data.proto +++ b/proto/viam/app/data/v1/data.proto @@ -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;