mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
[Presence] Deprecate Metadata and remove instances of Metadata from gmscore NP codes.
PiperOrigin-RevId: 596041877
This commit is contained in:
committed by
Copybara-Service
parent
8c736a6f62
commit
7f7f097adb
@@ -46,7 +46,10 @@ message DeviceIdentityMetaData {
|
||||
|
||||
// The metadata of a device.
|
||||
// Contains confidential data not to be broadcasted directly in OTA.
|
||||
// Metadata is deprecated, use DeviceIdentityMetadata instead.
|
||||
message Metadata {
|
||||
option deprecated = true;
|
||||
|
||||
// The type of the device.
|
||||
DeviceType device_type = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user