mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
9 lines
150 B
Protocol Buffer
9 lines
150 B
Protocol Buffer
edition = "2024";
|
|
|
|
package upb;
|
|
|
|
import "google/protobuf/descriptor.proto";
|
|
|
|
extend google.protobuf.MessageOptions {
|
|
int32 message_opt = 7739036;
|
|
}
|