Sha256: 54e701a28898626a939ef69e1610f61e41e4ae171304696e8f30e6b48a4a787b

Contents?: true

Size: 1.43 KB

Versions: 20

Compression:

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

Version data entries

20 entries across 20 versions & 1 rubygems

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