Sha256: 51ec7a5806970019f6ad6c49b82ab4e1d06763dc1dca1f78d8f3dd33d02dd3cc

Contents?: true

Size: 1.5 KB

Versions: 20

Compression:

Stored size: 1.5 KB

Contents

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

##
# Imports
#
require 'support/protobuf/error.pb'

module Generic
  module Remote
    
    ##
    # Message Classes
    #
    class Author < ::Protobuf::Message; end
    class Authors < ::Protobuf::Message; end
    class AuthorRequest < ::Protobuf::Message; end
    
    ##
    # Message Fields
    #
    class Author
      optional ::Protobuf::Field::StringField, :guid, 1
      optional ::Protobuf::Field::StringField, :name, 2
      repeated ::Generic::Error, :errors, 3
    end
    
    class Authors
      repeated ::Generic::Remote::Author, :records, 1
    end
    
    class AuthorRequest
      repeated ::Protobuf::Field::StringField, :guid, 1
      repeated ::Protobuf::Field::StringField, :name, 2
    end
    
    ##
    # Services
    #
    class AuthorService < ::Protobuf::Rpc::Service
      rpc :search, ::Generic::Remote::AuthorRequest, ::Generic::Remote::Authors
      rpc :create, ::Generic::Remote::Author, ::Generic::Remote::Author
      rpc :update, ::Generic::Remote::Author, ::Generic::Remote::Author
      rpc :delete, ::Generic::Remote::Author, ::Generic::Remote::Author
      rpc :create_all, ::Generic::Remote::Authors, ::Generic::Remote::Authors
      rpc :update_all, ::Generic::Remote::Authors, ::Generic::Remote::Authors
      rpc :delete_all, ::Generic::Remote::Authors, ::Generic::Remote::Authors
      rpc :destroy_all, ::Generic::Remote::Authors, ::Generic::Remote::Authors
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
active_remote-1.7.1 spec/support/protobuf/author.pb.rb
active_remote-1.7.0 spec/support/protobuf/author.pb.rb
active_remote-1.6.1 spec/support/protobuf/author.pb.rb
active_remote-1.6.0 spec/support/protobuf/author.pb.rb
active_remote-1.5.9 spec/support/protobuf/author.pb.rb
active_remote-1.5.8 spec/support/protobuf/author.pb.rb
active_remote-1.5.7 spec/support/protobuf/author.pb.rb
active_remote-1.5.6 spec/support/protobuf/author.pb.rb
active_remote-1.5.5 spec/support/protobuf/author.pb.rb
active_remote-1.5.4 spec/support/protobuf/author.pb.rb
active_remote-1.5.2 spec/support/protobuf/author.pb.rb
active_remote-1.5.1 spec/support/protobuf/author.pb.rb
active_remote-1.5.0 spec/support/protobuf/author.pb.rb
active_remote-1.4.1 spec/support/protobuf/author.pb.rb
active_remote-1.4.0 spec/support/protobuf/author.pb.rb
active_remote-1.3.3 spec/support/protobuf/author.pb.rb
active_remote-1.3.2 spec/support/protobuf/author.pb.rb
active_remote-1.3.1 spec/support/protobuf/author.pb.rb
active_remote-1.3.0 spec/support/protobuf/author.pb.rb
active_remote-1.2.1 spec/support/protobuf/author.pb.rb