[Analytics] Add isDirectShare parameter to transfer metadata

PiperOrigin-RevId: 843507658
This commit is contained in:
hai007
2025-12-11 21:31:11 -08:00
committed by Copybara-Service
parent 8dfdb44e7c
commit 5763d1e07f
@@ -490,6 +490,9 @@ message SharingLog {
// provider is not external.
optional string external_provider_id = 11
/* type = ST_SESSION_ID */;
// Is this file transfer from a direct share target. This is only available
// for the sender log.
optional bool is_direct_share = 12;
}
// TODO(fdi): may consider adding a field about decipherability later.