mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 642028815
This commit is contained in:
committed by
Copybara-Service
parent
fb982295fb
commit
a571b0324e
@@ -16,9 +16,10 @@ syntax = "proto2";
|
||||
|
||||
package nearby.sharing.proto;
|
||||
|
||||
option java_package = "com.google.android.gms.nearby.sharing";
|
||||
option java_outer_classname = "CertificateMetadata";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
|
||||
// LINT.IfChange
|
||||
message EncryptedMetadata {
|
||||
// The name of the local device when certificate is created.
|
||||
optional string device_name = 1;
|
||||
@@ -44,4 +45,3 @@ message EncryptedMetadata {
|
||||
// The vendor ID of the local device.
|
||||
optional int32 vendor_id = 8;
|
||||
}
|
||||
// LINT.ThenChange(//depot/google3/location/nearby/sharing/proto/contact_certificates.proto)
|
||||
|
||||
Reference in New Issue
Block a user