Internal change

PiperOrigin-RevId: 385702172
This commit is contained in:
hai007
2021-07-19 20:46:15 -07:00
committed by Copybara-Service
parent c6a170b71b
commit 6f54dd6bf9
2 changed files with 6 additions and 1 deletions
@@ -58,6 +58,7 @@ message V1Frame {
message ConnectionRequestFrame {
// Should always match cs/symbol:location.nearby.proto.connections.Medium
// LINT.IfChange
enum Medium {
UNKNOWN_MEDIUM = 0;
MDNS = 1 [deprecated = true];
@@ -69,7 +70,9 @@ message ConnectionRequestFrame {
NFC = 7;
WIFI_DIRECT = 8;
WEB_RTC = 9;
BLE_L2CAP = 10;
}
// LINT.ThenChange(//depot/google3/proto/connections_enums.proto)
optional string endpoint_id = 1;
optional string endpoint_name = 2;
+3 -1
View File
@@ -79,10 +79,12 @@ enum Medium {
NFC = 7;
WIFI_DIRECT = 8;
WEB_RTC = 9;
BLE_L2CAP = 10;
}
// LINT.ThenChange(
// //depot/google3/java/com/google/android/gmscore/integ/client/nearby/src/com/google/android/gms/nearby/connection/Medium.java,
// //depot/google3/java/com/google/android/gms/nearby/internal/connection/api.proto
// //depot/google3/java/com/google/android/gms/nearby/internal/connection/api.proto,
// //depot/google3/proto/connections/offline_wire_formats.proto
// )
// The result of a ConnectionRequest.