unittest_import_public_lite.proto 508 B

12345678910111213141516171819
  1. // Protocol Buffers - Google's data interchange format
  2. // Copyright 2008 Google Inc. All rights reserved.
  3. //
  4. // Use of this source code is governed by a BSD-style
  5. // license that can be found in the LICENSE file or at
  6. // https://developers.google.com/open-source/licenses/bsd
  7. // Author: liujisi@google.com (Pherl Liu)
  8. edition = "2023";
  9. package protobuf_unittest_import;
  10. option optimize_for = LITE_RUNTIME;
  11. option java_package = "com.google.protobuf";
  12. message PublicImportMessageLite {
  13. int32 e = 1;
  14. }