Sha256: a41b49b1e61273f1da66b0222993f819cf55328d59eb81ba7d322738a9a161ee

Contents?: true

Size: 894 Bytes

Versions: 37

Compression:

Stored size: 894 Bytes

Contents

# encoding: utf-8

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


##
# Imports
#
require 'protos/google_unittest_import_public.pb'

module Protobuf_unittest_import
  ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }

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

  class ImportEnumForMap < ::Protobuf::Enum
    define :UNKNOWN, 0
    define :FOO, 1
    define :BAR, 2
  end


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


  ##
  # File Options
  #
  set_option :java_package, "com.google.protobuf.test"
  set_option :optimize_for, ::Google::Protobuf::FileOptions::OptimizeMode::SPEED
  set_option :cc_enable_arenas, true


  ##
  # Message Fields
  #
  class ImportMessage
    optional :int32, :d, 1
  end

end

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
protobuf-3.10.9 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.8 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.7 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.6 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.5 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.4 spec/support/protos/google_unittest_import.pb.rb
protobuf-cucumber-3.10.8 spec/support/protos/google_unittest_import.pb.rb
protobuf-cucumber-3.10.7 spec/support/protos/google_unittest_import.pb.rb
protobuf-cucumber-3.10.6 spec/support/protos/google_unittest_import.pb.rb
protobuf-cucumber-3.10.5 spec/support/protos/google_unittest_import.pb.rb
protobuf-cucumber-3.10.4 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.3 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.2 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.1 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.0 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.10.0.pre0 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.9.0 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.9.0.pre2 spec/support/protos/google_unittest_import.pb.rb
protobuf-3.9.0.pre spec/support/protos/google_unittest_import.pb.rb
protobuf-3.8.5 spec/support/protos/google_unittest_import.pb.rb