Sha256: 1415da755f7e00cbad67bb66c47ff308e8a6fbd14b48345929f5005891805710

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: api.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("api.proto", :syntax => :proto3) do
    add_message "dummy.api.PingRequest" do
      optional :name, :string, 1
    end
    add_message "dummy.api.PingResponse" do
      optional :double_name, :string, 2
    end
    add_message "dummy.api.RpcNameCheckRequest" do
    end
    add_message "dummy.api.RpcNameCheckResponse" do
      optional :rpc_name, :string, 1
    end
  end
end

module RPC
  module DummyAPI
    PingRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("dummy.api.PingRequest").msgclass
    PingResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("dummy.api.PingResponse").msgclass
    RpcNameCheckRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("dummy.api.RpcNameCheckRequest").msgclass
    RpcNameCheckResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("dummy.api.RpcNameCheckResponse").msgclass
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rails_twirp-0.13.0 test/dummy/proto/api_pb.rb
rails_twirp-0.12.0 test/dummy/proto/api_pb.rb
rails_twirp-0.11.0 test/dummy/proto/api_pb.rb
rails_twirp-0.10.0 test/dummy/proto/api_pb.rb
rails_twirp-0.9.1 test/dummy/proto/api_pb.rb
rails_twirp-0.9.0 test/dummy/proto/api_pb.rb