Sha256: 13260eef3a67e7293a8de58a4cb22ad5be3c0e6286a2ee21672fe2cf50d49976

Contents?: true

Size: 1.32 KB

Versions: 26

Compression:

Stored size: 1.32 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 Tag < ::Protobuf::Message; end
    class Tags < ::Protobuf::Message; end
    class TagRequest < ::Protobuf::Message; end


    ##
    # Message Fields
    #
    class Tag
      optional :string, :guid, 1
      optional :string, :name, 2
      repeated ::Generic::Error, :errors, 3
    end

    class Tags
      repeated ::Generic::Remote::Tag, :records, 1
    end

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


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

26 entries across 26 versions & 1 rubygems

Version Path
active_remote-2.1.0.beta2 spec/support/protobuf/tag.pb.rb
active_remote-2.1.0.beta1 spec/support/protobuf/tag.pb.rb
active_remote-2.0.2 spec/support/protobuf/tag.pb.rb
active_remote-2.0.1 spec/support/protobuf/tag.pb.rb
active_remote-2.0.0 spec/support/protobuf/tag.pb.rb
active_remote-2.0.0.rc2 spec/support/protobuf/tag.pb.rb