Sha256: b184e63fceaaa2f25361bec1eec06acb68bb5829e4fdc5a38e3f2a0241778b31

Contents?: true

Size: 1.08 KB

Versions: 21

Compression:

Stored size: 1.08 KB

Contents

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

module Protobuf
  module Socketrpc

    ##
    # 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
    end

  end

end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
protobuffy-3.3.0 lib/protobuf/rpc/rpc.pb.rb
protobuffy-3.2.0 lib/protobuf/rpc/rpc.pb.rb
protobuffy-3.1.0 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.3.6 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.3.5 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.3.4 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.3.3 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.3.2 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.3.1 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.3.0 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.2.1 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.2.0 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.1.0 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.0.5 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.0.4 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.0.3 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.0.2 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.0.1 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.0.0 lib/protobuf/rpc/rpc.pb.rb
protobuf-3.0.0.rc2 lib/protobuf/rpc/rpc.pb.rb