# frozen_string_literal: true
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: deviceapis/device/v1/deviceapis_device_system_v1.proto

require 'google/protobuf'

require 'google/api/annotations_pb'
require 'protoc-gen-openapiv2/options/annotations_pb'


descriptor_data = "\n6deviceapis/device/v1/deviceapis_device_system_v1.proto\x12\x14\x64\x65viceapis.device.v1\x1a\x1cgoogle/api/annotations.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\x19\n\x17PostSystemRebootRequest\"\x1a\n\x18PostSystemRebootResponse\"\xf3\x03\n\nDeviceInfo\x12\x30\n\x10\x66irmware_version\x18\x01 \x01(\tB\x16\x92\x41\x13J\x11\"3.5.0.0.1.27.29\"\x12-\n\x10hardware_version\x18\x02 \x01(\tB\x13\x92\x41\x10J\x0e\"rev5.5.6.1.2\"\x12&\n\x05model\x18\x03 \x01(\tB\x17\x92\x41\x14J\x12\"Beward DS86017CP\"\x12Y\n\x0bmac_address\x18\x04 \x01(\tBD\x92\x41\x41J\x13\"00:1b:63:84:45:e6\"\x8a\x01)^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$\x12{\n\x02ip\x18\x05 \x01(\tBo\x92\x41lJ\r\"10.54.17.23\"x\x0f\x80\x01\x07\x8a\x01U^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$\x12(\n\rserial_number\x18\x06 \x01(\tB\x11\x92\x41\x0eJ\x0c\"0000145996\"\x12%\n\x06uptime\x18\x07 \x01(\x05\x42\x15\x92\x41\x12J\x07\x33\x36\x30\x30\x37\x36\x35Y\x00\x00\xc0\xff\xff\xff\xdf\x41\x12\x33\n\x13mc_firmware_version\x18\x08 \x01(\tB\x16\x92\x41\x13J\x11\"7.8.0.0.1.27.29\"\"\x16\n\x14GetSystemInfoRequest\"Q\n\x15GetSystemInfoResponse\x12\x30\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32 .deviceapis.device.v1.DeviceInfoH\x00\x42\x06\n\x04type2\xbb\x02\n\rSystemService\x12\x9a\x01\n\x10PostSystemReboot\x12-.deviceapis.device.v1.PostSystemRebootRequest\x1a..deviceapis.device.v1.PostSystemRebootResponse\"\'\x82\xd3\xe4\x93\x02!\"\x1c/device/api/v1/system/reboot:\x01*\x12\x8c\x01\n\rGetSystemInfo\x12*.deviceapis.device.v1.GetSystemInfoRequest\x1a+.deviceapis.device.v1.GetSystemInfoResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/device/api/v1/system/infoB\xaf\x01\n\x17ru.deviceapis.device.v1B\x17\x44\x65viceapisDeviceV1ProtoH\x03P\x00Z\x15/deviceapis_device_v1\xd8\x01\x01\xf8\x01\x01\xa2\x02\x12\x44\x45VICEAPISDEVICEV1\xaa\x02\x14\x44\x65viceapis.Device.V1\xca\x02\x14\x44\x65viceapis\\Device\\V1\xea\x02\x16\x44\x65viceapis::Device::V1b\x06proto3"

pool = Google::Protobuf::DescriptorPool.generated_pool

begin
  pool.add_serialized_file(descriptor_data)
rescue TypeError => e
  # Compatibility code: will be removed in the next major version.
  require 'google/protobuf/descriptor_pb'
  parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
  parsed.clear_dependency
  serialized = parsed.class.encode(parsed)
  file = pool.add_serialized_file(serialized)
  warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
  imports = [
  ]
  imports.each do |type_name, expected_filename|
    import_file = pool.lookup(type_name).file_descriptor
    if import_file.name != expected_filename
      warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
    end
  end
  warn "Each proto file must use a consistent fully-qualified name."
  warn "This will become an error in the next major version."
end

module Deviceapis
  module Device
    module V1
      PostSystemRebootRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("deviceapis.device.v1.PostSystemRebootRequest").msgclass
      PostSystemRebootResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("deviceapis.device.v1.PostSystemRebootResponse").msgclass
      DeviceInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("deviceapis.device.v1.DeviceInfo").msgclass
      GetSystemInfoRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("deviceapis.device.v1.GetSystemInfoRequest").msgclass
      GetSystemInfoResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("deviceapis.device.v1.GetSystemInfoResponse").msgclass
    end
  end
end
