syntax = "proto3"; package idgen; import "google/protobuf/empty.proto"; import "google/protobuf/wrappers.proto"; service IdGen { rpc Id (google.protobuf.Empty) returns (google.protobuf.UInt64Value) {} }