Sha256: ea7511c8e1c4a5613d81498f73791834de7a0377a93231647d7ebc221e2797a3

Contents?: true

Size: 1.47 KB

Versions: 26

Compression:

Stored size: 1.47 KB

Contents

# encoding: utf-8

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


##
# Imports
#
require 'error.pb'

module Generic
  module Remote
    ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }

    ##
    # 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 :register, ::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-3.3.1 spec/support/protobuf/tag.pb.rb
active_remote-3.3.0 spec/support/protobuf/tag.pb.rb
active_remote-3.2.2 spec/support/protobuf/tag.pb.rb
active_remote-3.2.1 spec/support/protobuf/tag.pb.rb
active_remote-3.2.0 spec/support/protobuf/tag.pb.rb
active_remote-3.2.0.pre spec/support/protobuf/tag.pb.rb