We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6116a96 commit c2bbdaaCopy full SHA for c2bbdaa
encoders/README.md
@@ -29,7 +29,7 @@ package com.example.my;
29
30
import "google/protobuf/timestamp.proto";
31
32
-message MyProto {
+message SimpleProto {
33
int32 value = 1;
34
.google.protobuf.Timestamp time = 2;
35
}
@@ -93,8 +93,8 @@ Note:
93
- Only need to specify the "root" proto object, anything it references will automatically be included.
94
```textproto
95
# code_gen_cfg.textproto
96
-# proto-file: google3/third_party/firebase/android/encoders/protoc_gen/proto/config.proto
97
-# proto-message: CodeGenConfig
+# proto-file: src/main/proto/my.proto
+# proto-message: SimpleProto
98
99
# all types will be vendored in this package
100
vendor_package: "com.google"
0 commit comments