Sha256: 5f432ff97e758492f603245b113d7c3b64df32f7075b5c4f3aca0ff54f48deaf

Contents?: true

Size: 1.42 KB

Versions: 26

Compression:

Stored size: 1.42 KB

Contents

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


##
# Imports
#
require '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 :string, :guid, 1
      optional :string, :name, 2
      repeated ::Generic::Error, :errors, 3
      optional :string, :user_guid, 4
    end

    class Authors
      repeated ::Generic::Remote::Author, :records, 1
    end

    class AuthorRequest
      repeated :string, :guid, 1
      repeated :string, :name, 2
    end


    ##
    # Service Classes
    #
    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

26 entries across 26 versions & 1 rubygems

Version Path
active_remote-3.1.3 spec/support/protobuf/author.pb.rb
active_remote-3.1.2 spec/support/protobuf/author.pb.rb
active_remote-3.1.2.pre spec/support/protobuf/author.pb.rb
active_remote-3.1.1 spec/support/protobuf/author.pb.rb
active_remote-3.1.0 spec/support/protobuf/author.pb.rb
active_remote-3.0.0 spec/support/protobuf/author.pb.rb
active_remote-3.0.0.pre1 spec/support/protobuf/author.pb.rb
active_remote-2.4.0 spec/support/protobuf/author.pb.rb
active_remote-2.3.5 spec/support/protobuf/author.pb.rb
active_remote-2.3.4 spec/support/protobuf/author.pb.rb
active_remote-2.3.3 spec/support/protobuf/author.pb.rb
active_remote-2.3.3.pre spec/support/protobuf/author.pb.rb
active_remote-2.3.2 spec/support/protobuf/author.pb.rb
active_remote-2.3.1 spec/support/protobuf/author.pb.rb
active_remote-2.3.0 spec/support/protobuf/author.pb.rb
active_remote-2.2.0 spec/support/protobuf/author.pb.rb
active_remote-2.1.1 spec/support/protobuf/author.pb.rb
active_remote-2.1.0 spec/support/protobuf/author.pb.rb
active_remote-2.1.0.rc2 spec/support/protobuf/author.pb.rb
active_remote-2.1.0.rc1 spec/support/protobuf/author.pb.rb