Sha256: 4a35d02d74e9a43265f80407255e517c7d0e67765eb463a135d63c7478841a96

Contents?: true

Size: 1.56 KB

Versions: 24

Compression:

Stored size: 1.56 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 Category < ::Protobuf::Message; end
    class Categories < ::Protobuf::Message; end
    class CategoryRequest < ::Protobuf::Message; end
    
    ##
    # Message Fields
    #
    class Category
      optional ::Protobuf::Field::StringField, :guid, 1
      optional ::Protobuf::Field::StringField, :name, 2
      repeated ::Generic::Error, :errors, 3
    end
    
    class Categories
      repeated ::Generic::Remote::Category, :records, 1
    end
    
    class CategoryRequest
      repeated ::Protobuf::Field::StringField, :guid, 1
      repeated ::Protobuf::Field::StringField, :name, 2
    end
    
    ##
    # Services
    #
    class CategoryService < ::Protobuf::Rpc::Service
      rpc :search, ::Generic::Remote::CategoryRequest, ::Generic::Remote::Categories
      rpc :create, ::Generic::Remote::Category, ::Generic::Remote::Category
      rpc :update, ::Generic::Remote::Category, ::Generic::Remote::Category
      rpc :delete, ::Generic::Remote::Category, ::Generic::Remote::Category
      rpc :create_all, ::Generic::Remote::Categories, ::Generic::Remote::Categories
      rpc :update_all, ::Generic::Remote::Categories, ::Generic::Remote::Categories
      rpc :delete_all, ::Generic::Remote::Categories, ::Generic::Remote::Categories
      rpc :destroy_all, ::Generic::Remote::Categories, ::Generic::Remote::Categories
    end
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
active_remote-2.0.0.rc1 spec/support/protobuf/category.pb.rb
active_remote-1.8.1 spec/support/protobuf/category.pb.rb
active_remote-1.8.0 spec/support/protobuf/category.pb.rb
active_remote-1.8.0.rc1 spec/support/protobuf/category.pb.rb
active_remote-1.7.1 spec/support/protobuf/category.pb.rb
active_remote-1.7.0 spec/support/protobuf/category.pb.rb
active_remote-1.6.1 spec/support/protobuf/category.pb.rb
active_remote-1.6.0 spec/support/protobuf/category.pb.rb
active_remote-1.5.9 spec/support/protobuf/category.pb.rb
active_remote-1.5.8 spec/support/protobuf/category.pb.rb
active_remote-1.5.7 spec/support/protobuf/category.pb.rb
active_remote-1.5.6 spec/support/protobuf/category.pb.rb
active_remote-1.5.5 spec/support/protobuf/category.pb.rb
active_remote-1.5.4 spec/support/protobuf/category.pb.rb
active_remote-1.5.2 spec/support/protobuf/category.pb.rb
active_remote-1.5.1 spec/support/protobuf/category.pb.rb
active_remote-1.5.0 spec/support/protobuf/category.pb.rb
active_remote-1.4.1 spec/support/protobuf/category.pb.rb
active_remote-1.4.0 spec/support/protobuf/category.pb.rb
active_remote-1.3.3 spec/support/protobuf/category.pb.rb