Sha256: 9a53ad3f05c34d466635a9616296d32d2b5cb11b4ac507b40bd66e0b3f82c2d9
Contents?: true
Size: 768 Bytes
Versions: 1
Compression:
Stored size: 768 Bytes
Contents
## # This file is auto-generated. DO NOT EDIT! # require "protobuf" ## # Message Classes # class PhotoMessage < ::Protobuf::Message; end class UserMessage < ::Protobuf::Message; end class UserSearchMessage < ::Protobuf::Message; end ## # Message Fields # class PhotoMessage optional :string, :url, 1 optional :int64, :user_guid, 2 end class UserMessage optional :string, :guid, 1 optional :string, :name, 2 optional :string, :email, 3 optional :string, :email_domain, 4, deprecated: true optional :string, :password, 5 repeated :string, :nullify, 6 repeated ::PhotoMessage, :photos, 7 optional :int64, :created_at, 8 optional :int64, :updated_at, 9 end class UserSearchMessage repeated :string, :guid, 1 repeated :string, :email, 2 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
protobuf-activerecord-7.0.0 | spec/support/protobuf/messages.pb.rb |