Sha256: 431296c36685dc7434d532bc5f0a5feb22d5e58fa158e60a5adc58906d79f0ae

Contents?: true

Size: 1.15 KB

Versions: 14

Compression:

Stored size: 1.15 KB

Contents

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

##
# Imports
#
require 'google/protobuf/descriptor.pb'

module Google

  module Protobuf
  
    module Compiler
    
      ##
      # Message Classes
      #
      class CodeGeneratorRequest < ::Protobuf::Message; end
      class CodeGeneratorResponse < ::Protobuf::Message
        class File < ::Protobuf::Message; end
      end
      
      ##
      # Message Fields
      #
      class CodeGeneratorRequest
        repeated ::Protobuf::Field::StringField, :file_to_generate, 1
        optional ::Protobuf::Field::StringField, :parameter, 2
        repeated ::Google::Protobuf::FileDescriptorProto, :proto_file, 15
      end
      
      class CodeGeneratorResponse
        class File
          optional ::Protobuf::Field::StringField, :name, 1
          optional ::Protobuf::Field::StringField, :insertion_point, 2
          optional ::Protobuf::Field::StringField, :content, 15
        end
        
        optional ::Protobuf::Field::StringField, :error, 1
        repeated ::Google::Protobuf::Compiler::CodeGeneratorResponse::File, :file, 15
      end
      
      
    end
    
  end
  
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
protobuf-2.8.13 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.12 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.11 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.10 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.9 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.8 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.7 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.6 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.5 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.4 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.3 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.2 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.1 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb
protobuf-2.8.0 lib/protobuf/descriptors/google/protobuf/compiler/plugin.pb.rb