Sha256: d9000520234e6479d3c15ed31160120a3ad8fd3f0fd2fd5658c11a2a519fd954

Contents?: true

Size: 960 Bytes

Versions: 37

Compression:

Stored size: 960 Bytes

Contents

# encoding: utf-8

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

module Protobuf
  module Rpc
    module DynamicDiscovery
      ::Protobuf::Optionable.inject(self) { ::Google::Protobuf::FileOptions }

      ##
      # Enum Classes
      #
      class BeaconType < ::Protobuf::Enum
        define :HEARTBEAT, 0
        define :FLATLINE, 1
      end


      ##
      # Message Classes
      #
      class Server < ::Protobuf::Message; end
      class Beacon < ::Protobuf::Message; end


      ##
      # Message Fields
      #
      class Server
        optional :string, :uuid, 1
        optional :string, :address, 2
        optional :string, :port, 3
        optional :int32, :ttl, 4
        repeated :string, :services, 5
      end

      class Beacon
        optional ::Protobuf::Rpc::DynamicDiscovery::BeaconType, :beacon_type, 1
        optional ::Protobuf::Rpc::DynamicDiscovery::Server, :server, 2
      end

    end

  end

end

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
protobuf-3.10.9 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.8 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.7 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.6 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.5 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.4 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-cucumber-3.10.8 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-cucumber-3.10.7 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-cucumber-3.10.6 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-cucumber-3.10.5 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-cucumber-3.10.4 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.3 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.2 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.1 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.0 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.10.0.pre0 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.9.0 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.9.0.pre2 lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.9.0.pre lib/protobuf/rpc/dynamic_discovery.pb.rb
protobuf-3.8.5 lib/protobuf/rpc/dynamic_discovery.pb.rb