Sha256: 46e658db1816c05c7eb3d0fc249b1ab9abcfe325270ff4a348e1d1d7cfb5c2e9
Contents?: true
Size: 515 Bytes
Versions: 11
Compression:
Stored size: 515 Bytes
Contents
syntax = "proto3"; package primary.connect; option go_package = "primary.connect"; import "google/protobuf/struct.proto"; import "address.proto"; import "identifier.proto"; import "location.proto"; message Device { repeated Identifier identifiers = 1; // List of IDs and types that identify the device string manufacturer = 2; string model_number = 3; string serial_number = 4; Address address = 5; Location location = 6; map<string, google.protobuf.Value> config = 7; string model_name = 8; }
Version data entries
11 entries across 11 versions & 1 rubygems