Sha256: ef98268621cc5e5e9aae0d57d80cce7116650adbb50a697ce38b5d3d06350a1c
Contents?: true
Size: 471 Bytes
Versions: 3
Compression:
Stored size: 471 Bytes
Contents
syntax = "proto3"; package primary.connect; option go_package = "primary.connect"; import "google/protobuf/struct.proto"; import "google/protobuf/timestamp.proto"; import "address.proto"; import "identifier.proto"; import "location.proto"; message Device { Identifier device_id = 1; string manufacturer = 2; string model_number = 3; string serial_number = 4; Address address = 5; Location location = 6; map<string, google.protobuf.Value> config = 7; }
Version data entries
3 entries across 3 versions & 1 rubygems