Sha256: 0260a0a22f502635808819923d51ecb0a36eda8bc1e6366d5ea59df94cbb2bee

Contents?: true

Size: 791 Bytes

Versions: 8

Compression:

Stored size: 791 Bytes

Contents

# encoding: utf-8

##
# 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

8 entries across 8 versions & 1 rubygems

Version Path
protobuf-activerecord-6.1.0 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-6.0.0 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-5.2.0 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-5.1.0 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-5.0.0 spec/support/protobuf/messages.pb.rb
protobuf-activerecord-5.1.0.beta spec/support/protobuf/messages.pb.rb
protobuf-activerecord-5.0.0.beta spec/support/protobuf/messages.pb.rb
protobuf-activerecord-3.6.1 spec/support/protobuf/messages.pb.rb