syntax = "proto3";
package sample;
import "google/protobuf/descriptor.proto";
extend google.protobuf.FieldOptions { Scope scope = 50000;}
message Scope { repeated string type = 1;}
message Sample { uint64 id = 1 [ (scope) = { types: ["1"] } ];}ここにコードを入力...--
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/948b0619-56d3-43a4-980e-4f80f071379b%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to prot...@googlegroups.com.