Sha256: df5961499c87ef603492efdf1893f013ce5ec88b3f1ce4b70c82aabe3d680567

Contents?: true

Size: 753 Bytes

Versions: 12

Compression:

Stored size: 753 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: src/proto/grpc/testing/duplicate/echo_duplicate.proto for package 'grpc.testing.duplicate'

require 'grpc'
require 'src/proto/grpc/testing/duplicate/echo_duplicate'

module Grpc
  module Testing
    module Duplicate
      module EchoTestService

        # TODO: add proto service documentation here
        class Service

          include GRPC::GenericService

          self.marshal_class_method = :encode
          self.unmarshal_class_method = :decode
          self.service_name = 'grpc.testing.duplicate.EchoTestService'

          rpc :Echo, Grpc::Testing::EchoRequest, Grpc::Testing::EchoResponse
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
grpc-0.14.1-x86-mingw32 src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1-x86-linux src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1-x86_64-linux src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1-x64-mingw32 src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1-universal-darwin src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1 src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1.pre1-x86-mingw32 src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1.pre1-x86-linux src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1.pre1-x86_64-linux src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1.pre1-x64-mingw32 src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1.pre1-universal-darwin src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb
grpc-0.14.1.pre1 src/ruby/pb/grpc/testing/duplicate/echo_duplicate_services.rb