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