Sha256: 8b9ce9f2c30b66c518e9856c7fff5fb75ba9f4f4caec9376447a97ffad06a50d

Contents?: true

Size: 1.2 KB

Versions: 16

Compression:

Stored size: 1.2 KB

Contents

# encoding: utf-8

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

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

    ##
    # Enum Classes
    #
    class ErrorReason < ::Protobuf::Enum
      define :BAD_REQUEST_DATA, 0
      define :BAD_REQUEST_PROTO, 1
      define :SERVICE_NOT_FOUND, 2
      define :METHOD_NOT_FOUND, 3
      define :RPC_ERROR, 4
      define :RPC_FAILED, 5
      define :INVALID_REQUEST_PROTO, 6
      define :BAD_RESPONSE_PROTO, 7
      define :UNKNOWN_HOST, 8
      define :IO_ERROR, 9
    end


    ##
    # Message Classes
    #
    class Request < ::Protobuf::Message; end
    class Response < ::Protobuf::Message; end


    ##
    # Message Fields
    #
    class Request
      required :string, :service_name, 1
      required :string, :method_name, 2
      optional :bytes, :request_proto, 3
      optional :string, :caller, 4
    end

    class Response
      optional :bytes, :response_proto, 1
      optional :string, :error, 2
      optional :bool, :callback, 3, :default => false
      optional ::Protobuf::Socketrpc::ErrorReason, :error_reason, 4
      optional :string, :server, 5
    end

  end

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
protobuf-3.9.0 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.9.0.pre2 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.9.0.pre lib/protobuf/rpc/rpc.pb.rb
protobuf-3.8.5 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.8.5.pre0 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.8.4 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.8.3 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.8.2 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.8.1 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.8.0 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.8.0.pre1 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.7.5 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.7.4 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.7.3 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.7.2 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.7.2.pre1 lib/protobuf/rpc/rpc.pb.rb