mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
...text exposed to open source public git repo
PiperOrigin-RevId: 811556503
This commit is contained in:
@@ -30,7 +30,7 @@ option objc_class_prefix = "GNCP";
|
||||
|
||||
// Top-level log proto for all NearbySharing logging.
|
||||
// Each log contains a key (event_type), value (a verb-noun event) pair.
|
||||
// Next Tag: 87
|
||||
// Next Tag: 89
|
||||
// LINT.IfChange
|
||||
message SharingLog {
|
||||
/* justification = {
|
||||
@@ -235,6 +235,10 @@ message SharingLog {
|
||||
|
||||
optional CloudUploadEnd cloud_upload_end = 86;
|
||||
|
||||
optional CloudDownloadStart cloud_download_start = 87;
|
||||
|
||||
optional CloudDownloadEnd cloud_download_end = 88;
|
||||
|
||||
// Used only for Nearby Share Windows app now.
|
||||
message AppInfo {
|
||||
// e.g. "1.0.408"
|
||||
@@ -1061,5 +1065,19 @@ message SharingLog {
|
||||
message CloudUploadEnd {
|
||||
repeated CloudAttachmentInfo upload_infos = 1;
|
||||
}
|
||||
|
||||
// EventType: CLOUD_DOWNLOAD_START used by QR code cloud web receiver
|
||||
// The cloud_sharing_id and cloud_receiver_session_id are logged in the
|
||||
// event_metadata into the anonymous logs.
|
||||
message CloudDownloadStart {
|
||||
optional AttachmentsInfo attachments_info = 1;
|
||||
}
|
||||
|
||||
// EventType: CLOUD_DOWNLOAD_END used by QR code cloud web receiver
|
||||
// The cloud_sharing_id and cloud_receiver_session_id are logged in the
|
||||
// event_metadata into the anonymous logs.
|
||||
message CloudDownloadEnd {
|
||||
repeated CloudAttachmentInfo download_infos = 1;
|
||||
}
|
||||
}
|
||||
// LINT.ThenChange(//depot/google3/logs/proto/location/nearby/nearby_client_log.proto)
|
||||
|
||||
Reference in New Issue
Block a user