Sha256: 049301893fccda53008d9ace4c2cd70b17166041e51022b04e2c952b8f44c685

Contents?: true

Size: 542 Bytes

Versions: 24

Compression:

Stored size: 542 Bytes

Contents

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

module GoogleUnittestImport

  ##
  # Enum Classes
  #
  class ImportEnum < ::Protobuf::Enum
    define :IMPORT_FOO, 7
    define :IMPORT_BAR, 8
    define :IMPORT_BAZ, 9
  end


  ##
  # Message Classes
  #
  class PublicImportMessage < ::Protobuf::Message; end
  class ImportMessage < ::Protobuf::Message; end


  ##
  # Message Fields
  #
  class PublicImportMessage
    optional :int32, :e, 1
  end

  class ImportMessage
    optional :int32, :d, 1
  end

end

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
protobuf-3.0.1 spec/support/test/google_unittest_import.pb.rb
protobuf-3.0.0 spec/support/test/google_unittest_import.pb.rb
protobuf-3.0.0.rc2 spec/support/test/google_unittest_import.pb.rb
protobuf-3.0.0.rc1 spec/support/test/google_unittest_import.pb.rb