Internal change

PiperOrigin-RevId: 642028815
This commit is contained in:
Anay Wadhera
2024-06-10 14:46:11 -07:00
committed by Copybara-Service
parent fb982295fb
commit a571b0324e
+2 -2
View File
@@ -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)