Automated Code Change

PiperOrigin-RevId: 658176547
This commit is contained in:
hai007
2024-07-31 16:11:43 -07:00
committed by Copybara-Service
parent 673af15b5a
commit 6828efa589
2 changed files with 4 additions and 4 deletions
+1 -3
View File
@@ -42,9 +42,7 @@ proto_library(
name = "wire_format_proto",
srcs = ["wire_format.proto"],
visibility = ["//visibility:public"],
deps = [
"//proto:sharing_enums_proto",
],
deps = ["//proto:sharing_enums_proto"],
)
cc_proto_library(
+3 -1
View File
@@ -16,6 +16,7 @@ syntax = "proto2";
package nearby.sharing.service.proto;
// import "storage/datapol/annotations/proto/semantic_annotations.proto";
import "proto/sharing_enums.proto";
option java_package = "com.google.android.gms.nearby.sharing";
@@ -389,7 +390,8 @@ message PublicCertificate {
// NEXT_ID=3
message WifiCredentials {
// Wi-Fi password.
optional string password = 1;
optional string password = 1
/* type = ST_ACCOUNT_CREDENTIAL */;
// True if the network is a hidden network that is not broadcasting its SSID.
// Default is false.
optional bool hidden_ssid = 2 [default = false];