Sha256: de817f2837373ef2c965820c3f87010b1869cc75a80cfe8b4da3fb2537c5de0d

Contents?: true

Size: 892 Bytes

Versions: 21

Compression:

Stored size: 892 Bytes

Contents

# encoding: utf-8

##
# This file is auto-generated. DO NOT EDIT!
#
require 'protobuf'


##
# Message Classes
#
class Serializer < ::Protobuf::Message
  class Type < ::Protobuf::Enum
    define :DEFAULT, 0
    define :USER, 1
  end

end



##
# Message Fields
#
class Serializer
  optional :bool, :bool_field, 1
  optional :bytes, :bytes_field, 2
  optional :double, :double_field, 3
  optional :fixed32, :fixed32_field, 4
  optional :fixed64, :fixed64_field, 5
  optional :float, :float_field, 6
  optional :int32, :int32_field, 7
  optional :int64, :int64_field, 8
  optional :sfixed32, :sfixed32_field, 9
  optional :sfixed64, :sfixed64_field, 10
  optional :sint32, :sint32_field, 11
  optional :sint64, :sint64_field, 12
  optional :string, :string_field, 13
  optional :uint32, :uint32_field, 14
  optional :uint64, :uint64_field, 15
  optional ::Serializer::Type, :enum_field, 16
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
active_remote-6.0.3 spec/support/protobuf/serializer.pb.rb
active_remote-6.1.2 spec/support/protobuf/serializer.pb.rb
active_remote-7.0.0 spec/support/protobuf/serializer.pb.rb
active_remote-6.1.1 spec/support/protobuf/serializer.pb.rb
active_remote-6.1.0 spec/support/protobuf/serializer.pb.rb
active_remote-6.0.2 spec/support/protobuf/serializer.pb.rb
active_remote-6.0.1 spec/support/protobuf/serializer.pb.rb
active_remote-6.0.0.beta spec/support/protobuf/serializer.pb.rb
active_remote-5.2.0 spec/support/protobuf/serializer.pb.rb
active_remote-5.2.0.beta spec/support/protobuf/serializer.pb.rb
active_remote-3.3.3 spec/support/protobuf/serializer.pb.rb
active_remote-5.2.0.alpha spec/support/protobuf/serializer.pb.rb
active_remote-3.3.2 spec/support/protobuf/serializer.pb.rb
active_remote-5.0.1 spec/support/protobuf/serializer.pb.rb
active_remote-5.1.1 spec/support/protobuf/serializer.pb.rb
active_remote-5.1.0 spec/support/protobuf/serializer.pb.rb
active_remote-5.0.0 spec/support/protobuf/serializer.pb.rb
active_remote-5.1.0.rc1 spec/support/protobuf/serializer.pb.rb
active_remote-5.0.0.rc1 spec/support/protobuf/serializer.pb.rb
active_remote-5.0.0.pre spec/support/protobuf/serializer.pb.rb