mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
Add import comments
PiperOrigin-RevId: 520433728
This commit is contained in:
committed by
Copybara-Service
parent
94630e75ea
commit
c73ebe8778
@@ -16,6 +16,7 @@ syntax = "proto2";
|
||||
|
||||
package location.nearby.analytics.proto;
|
||||
|
||||
// import "storage/datapol/annotations/proto/semantic_annotations.proto";
|
||||
import "proto/connections_enums.proto";
|
||||
import "proto/errorcode/error_code_enums.proto";
|
||||
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// #include "logs/proto/location/nearby/nearby_client_log.proto.h"
|
||||
#include "google/protobuf/descriptor.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "internal/platform/logging.h"
|
||||
|
||||
@@ -16,6 +16,7 @@ syntax = "proto2";
|
||||
|
||||
package nearby.proto.fastpair;
|
||||
|
||||
// import "storage/datapol/annotations/proto/semantic_annotations.proto";
|
||||
import "third_party/nearby/proto/fast_pair_enums.proto";
|
||||
import "wireless/android/privacy/annotations/proto/collection_basis_annotations.proto";
|
||||
|
||||
|
||||
@@ -16,6 +16,9 @@ syntax = "proto2";
|
||||
|
||||
package location.nearby.proto.connections;
|
||||
|
||||
// import "logs/proto/logs_annotations/logs_annotations.proto";
|
||||
|
||||
// option (logs_proto.file_not_used_for_logging_except_enums) = true;
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_package = "com.google.location.nearby.proto";
|
||||
option java_outer_classname = "ConnectionsEnums";
|
||||
|
||||
@@ -16,6 +16,9 @@ syntax = "proto2";
|
||||
|
||||
package location.nearby.errorcode.proto;
|
||||
|
||||
// import "logs/proto/logs_annotations/logs_annotations.proto";
|
||||
|
||||
// option (logs_proto.file_not_used_for_logging_except_enums) = true;
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_package = "com.google.location.nearby.errorcode.proto";
|
||||
option java_outer_classname = "ErrorCodeEnums";
|
||||
|
||||
@@ -16,8 +16,10 @@ syntax = "proto2";
|
||||
|
||||
package nearby.proto.fastpair;
|
||||
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
// import "logs/proto/logs_annotations/logs_annotations.proto";
|
||||
|
||||
// option (logs_proto.file_not_used_for_logging_except_enums) = true;
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
// option java_api_version = 2;
|
||||
option java_package = "nearby.proto.fastpair";
|
||||
option java_outer_classname = "FastPairEnums";
|
||||
|
||||
@@ -16,6 +16,9 @@ syntax = "proto2";
|
||||
|
||||
package location.nearby.mediums;
|
||||
|
||||
// import "storage/datapol/annotations/proto/semantic_annotations.proto";
|
||||
|
||||
// option (datapol.file_vetting_status) = "latest";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_outer_classname = "NfcFramesProto";
|
||||
option java_package = "com.google.location.nearby.mediums.proto";
|
||||
|
||||
@@ -16,6 +16,9 @@ syntax = "proto2";
|
||||
|
||||
package location.nearby.proto.sharing;
|
||||
|
||||
// import "logs/proto/logs_annotations/logs_annotations.proto";
|
||||
|
||||
// option (logs_proto.file_not_used_for_logging_except_enums) = true;
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_package = "com.google.location.nearby.proto";
|
||||
option java_outer_classname = "SharingEnums";
|
||||
|
||||
Reference in New Issue
Block a user