Module: Google::Protobuf::Compiler

Defined in:
lib/google/protobuf/compiler/plugin_pb.rb

Defined Under Namespace

Classes: CodeGeneratorRequest, CodeGeneratorResponse, Version

Class Method Summary collapse

Class Method Details

.register_plugin_protos(registry) ⇒ Object



255
256
257
258
259
260
261
262
263
264
265
266
# File 'lib/google/protobuf/compiler/plugin_pb.rb', line 255

def self.register_plugin_protos(registry)
  Google::Protobuf.register_descriptor_protos(registry)
  registry.register(Google::Protobuf::Compiler::Version)
  registry.register(Google::Protobuf::Compiler::CodeGeneratorRequest)
  registry.register(Google::Protobuf::Compiler::CodeGeneratorResponse)
  registry.register(
    Google::Protobuf::Compiler::CodeGeneratorResponse::Feature
  )
  registry.register(
    Google::Protobuf::Compiler::CodeGeneratorResponse::File
  )
end