William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1 | // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 | // source: voltha_protos/inter_container.proto |
| 3 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 4 | package inter_container |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 5 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 6 | import ( |
| 7 | fmt "fmt" |
| 8 | proto "github.com/golang/protobuf/proto" |
| 9 | any "github.com/golang/protobuf/ptypes/any" |
Scott Baker | 06cb92d | 2020-04-16 10:05:23 -0700 | [diff] [blame] | 10 | timestamp "github.com/golang/protobuf/ptypes/timestamp" |
Matteo Scandolo | b3c08ae | 2020-10-14 13:15:43 -0700 | [diff] [blame] | 11 | common "github.com/opencord/voltha-protos/v4/go/common" |
| 12 | openflow_13 "github.com/opencord/voltha-protos/v4/go/openflow_13" |
| 13 | voltha "github.com/opencord/voltha-protos/v4/go/voltha" |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 14 | math "math" |
| 15 | ) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 16 | |
| 17 | // Reference imports to suppress errors if they are not otherwise used. |
| 18 | var _ = proto.Marshal |
| 19 | var _ = fmt.Errorf |
| 20 | var _ = math.Inf |
| 21 | |
| 22 | // This is a compile-time assertion to ensure that this generated file |
| 23 | // is compatible with the proto package it is being compiled against. |
| 24 | // A compilation error at this line likely means your copy of the |
| 25 | // proto package needs to be updated. |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 26 | const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 27 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 28 | // ID from public import voltha_protos/common.proto |
| 29 | type ID = common.ID |
| 30 | |
| 31 | // IDs from public import voltha_protos/common.proto |
| 32 | type IDs = common.IDs |
| 33 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 34 | // AdminState from public import voltha_protos/common.proto |
| 35 | type AdminState = common.AdminState |
| 36 | |
| 37 | // OperStatus from public import voltha_protos/common.proto |
| 38 | type OperStatus = common.OperStatus |
| 39 | |
| 40 | // ConnectStatus from public import voltha_protos/common.proto |
| 41 | type ConnectStatus = common.ConnectStatus |
| 42 | |
| 43 | // OperationResp from public import voltha_protos/common.proto |
| 44 | type OperationResp = common.OperationResp |
| 45 | |
Dinesh Belwalkar | ed6da5e | 2020-02-25 11:23:57 -0800 | [diff] [blame] | 46 | // ValueType from public import voltha_protos/common.proto |
| 47 | type ValueType = common.ValueType |
| 48 | |
| 49 | // ValueSpecifier from public import voltha_protos/common.proto |
| 50 | type ValueSpecifier = common.ValueSpecifier |
| 51 | |
| 52 | // ReturnValues from public import voltha_protos/common.proto |
| 53 | type ReturnValues = common.ReturnValues |
| 54 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 55 | // TestModeKeys from public import voltha_protos/common.proto |
| 56 | type TestModeKeys = common.TestModeKeys |
| 57 | |
| 58 | var TestModeKeys_name = common.TestModeKeys_name |
| 59 | var TestModeKeys_value = common.TestModeKeys_value |
| 60 | |
| 61 | const TestModeKeys_api_test = TestModeKeys(common.TestModeKeys_api_test) |
| 62 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 63 | // AdminState_Types from public import voltha_protos/common.proto |
| 64 | type AdminState_Types = common.AdminState_Types |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 65 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 66 | var AdminState_Types_name = common.AdminState_Types_name |
| 67 | var AdminState_Types_value = common.AdminState_Types_value |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 68 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 69 | const AdminState_UNKNOWN = AdminState_Types(common.AdminState_UNKNOWN) |
| 70 | const AdminState_PREPROVISIONED = AdminState_Types(common.AdminState_PREPROVISIONED) |
| 71 | const AdminState_ENABLED = AdminState_Types(common.AdminState_ENABLED) |
| 72 | const AdminState_DISABLED = AdminState_Types(common.AdminState_DISABLED) |
| 73 | const AdminState_DOWNLOADING_IMAGE = AdminState_Types(common.AdminState_DOWNLOADING_IMAGE) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 74 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 75 | // OperStatus_Types from public import voltha_protos/common.proto |
| 76 | type OperStatus_Types = common.OperStatus_Types |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 77 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 78 | var OperStatus_Types_name = common.OperStatus_Types_name |
| 79 | var OperStatus_Types_value = common.OperStatus_Types_value |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 80 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 81 | const OperStatus_UNKNOWN = OperStatus_Types(common.OperStatus_UNKNOWN) |
| 82 | const OperStatus_DISCOVERED = OperStatus_Types(common.OperStatus_DISCOVERED) |
| 83 | const OperStatus_ACTIVATING = OperStatus_Types(common.OperStatus_ACTIVATING) |
| 84 | const OperStatus_TESTING = OperStatus_Types(common.OperStatus_TESTING) |
| 85 | const OperStatus_ACTIVE = OperStatus_Types(common.OperStatus_ACTIVE) |
| 86 | const OperStatus_FAILED = OperStatus_Types(common.OperStatus_FAILED) |
Maninder | 4ed97f5 | 2021-03-15 10:14:55 +0530 | [diff] [blame] | 87 | const OperStatus_RECONCILING = OperStatus_Types(common.OperStatus_RECONCILING) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 88 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 89 | // ConnectStatus_Types from public import voltha_protos/common.proto |
| 90 | type ConnectStatus_Types = common.ConnectStatus_Types |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 91 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 92 | var ConnectStatus_Types_name = common.ConnectStatus_Types_name |
| 93 | var ConnectStatus_Types_value = common.ConnectStatus_Types_value |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 94 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 95 | const ConnectStatus_UNKNOWN = ConnectStatus_Types(common.ConnectStatus_UNKNOWN) |
| 96 | const ConnectStatus_UNREACHABLE = ConnectStatus_Types(common.ConnectStatus_UNREACHABLE) |
| 97 | const ConnectStatus_REACHABLE = ConnectStatus_Types(common.ConnectStatus_REACHABLE) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 98 | |
| 99 | // OperationResp_OperationReturnCode from public import voltha_protos/common.proto |
| 100 | type OperationResp_OperationReturnCode = common.OperationResp_OperationReturnCode |
| 101 | |
| 102 | var OperationResp_OperationReturnCode_name = common.OperationResp_OperationReturnCode_name |
| 103 | var OperationResp_OperationReturnCode_value = common.OperationResp_OperationReturnCode_value |
| 104 | |
| 105 | const OperationResp_OPERATION_SUCCESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_SUCCESS) |
| 106 | const OperationResp_OPERATION_FAILURE = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_FAILURE) |
| 107 | const OperationResp_OPERATION_UNSUPPORTED = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_UNSUPPORTED) |
Maninder | 2f9d63e | 2021-02-08 11:42:19 +0530 | [diff] [blame] | 108 | const OperationResp_OPERATION_IN_PROGRESS = OperationResp_OperationReturnCode(common.OperationResp_OPERATION_IN_PROGRESS) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 109 | |
Dinesh Belwalkar | ed6da5e | 2020-02-25 11:23:57 -0800 | [diff] [blame] | 110 | // ValueType_Type from public import voltha_protos/common.proto |
| 111 | type ValueType_Type = common.ValueType_Type |
| 112 | |
| 113 | var ValueType_Type_name = common.ValueType_Type_name |
| 114 | var ValueType_Type_value = common.ValueType_Type_value |
| 115 | |
| 116 | const ValueType_EMPTY = ValueType_Type(common.ValueType_EMPTY) |
| 117 | const ValueType_DISTANCE = ValueType_Type(common.ValueType_DISTANCE) |
| 118 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 119 | // DeviceGroup from public import voltha_protos/voltha.proto |
| 120 | type DeviceGroup = voltha.DeviceGroup |
| 121 | |
| 122 | // DeviceGroups from public import voltha_protos/voltha.proto |
| 123 | type DeviceGroups = voltha.DeviceGroups |
| 124 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 125 | // EventFilterRuleKey from public import voltha_protos/voltha.proto |
| 126 | type EventFilterRuleKey = voltha.EventFilterRuleKey |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 127 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 128 | // EventFilterRule from public import voltha_protos/voltha.proto |
| 129 | type EventFilterRule = voltha.EventFilterRule |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 130 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 131 | // EventFilter from public import voltha_protos/voltha.proto |
| 132 | type EventFilter = voltha.EventFilter |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 133 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 134 | // EventFilters from public import voltha_protos/voltha.proto |
| 135 | type EventFilters = voltha.EventFilters |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 136 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 137 | // CoreInstance from public import voltha_protos/voltha.proto |
| 138 | type CoreInstance = voltha.CoreInstance |
| 139 | |
| 140 | // CoreInstances from public import voltha_protos/voltha.proto |
| 141 | type CoreInstances = voltha.CoreInstances |
| 142 | |
onkar.kundargi | 7b85fa1 | 2020-02-27 13:19:22 +0530 | [diff] [blame] | 143 | // OmciTestRequest from public import voltha_protos/voltha.proto |
| 144 | type OmciTestRequest = voltha.OmciTestRequest |
| 145 | |
| 146 | // TestResponse from public import voltha_protos/voltha.proto |
| 147 | type TestResponse = voltha.TestResponse |
| 148 | |
dpaul | 2b52e71 | 2020-06-23 13:02:28 +0530 | [diff] [blame] | 149 | // ValueSet from public import voltha_protos/voltha.proto |
| 150 | type ValueSet = voltha.ValueSet |
| 151 | type ValueSet_AlarmConfig = voltha.ValueSet_AlarmConfig |
| 152 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 153 | // Voltha from public import voltha_protos/voltha.proto |
| 154 | type Voltha = voltha.Voltha |
| 155 | |
| 156 | // SelfTestResponse from public import voltha_protos/voltha.proto |
| 157 | type SelfTestResponse = voltha.SelfTestResponse |
| 158 | |
| 159 | // OfAgentSubscriber from public import voltha_protos/voltha.proto |
| 160 | type OfAgentSubscriber = voltha.OfAgentSubscriber |
| 161 | |
| 162 | // Membership from public import voltha_protos/voltha.proto |
| 163 | type Membership = voltha.Membership |
| 164 | |
Andrea Campanella | 9e94e8a | 2021-01-19 15:21:25 +0100 | [diff] [blame] | 165 | // DeviceImageDownloadRequest from public import voltha_protos/voltha.proto |
| 166 | type DeviceImageDownloadRequest = voltha.DeviceImageDownloadRequest |
| 167 | |
| 168 | // DeviceImageRequest from public import voltha_protos/voltha.proto |
| 169 | type DeviceImageRequest = voltha.DeviceImageRequest |
| 170 | |
| 171 | // DeviceImageResponse from public import voltha_protos/voltha.proto |
| 172 | type DeviceImageResponse = voltha.DeviceImageResponse |
| 173 | |
manikkaraj k | 166cb20 | 2019-07-28 13:05:56 -0400 | [diff] [blame] | 174 | // FlowMetadata from public import voltha_protos/voltha.proto |
| 175 | type FlowMetadata = voltha.FlowMetadata |
| 176 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 177 | // EventFilterRuleKey_EventFilterRuleType from public import voltha_protos/voltha.proto |
| 178 | type EventFilterRuleKey_EventFilterRuleType = voltha.EventFilterRuleKey_EventFilterRuleType |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 179 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 180 | var EventFilterRuleKey_EventFilterRuleType_name = voltha.EventFilterRuleKey_EventFilterRuleType_name |
| 181 | var EventFilterRuleKey_EventFilterRuleType_value = voltha.EventFilterRuleKey_EventFilterRuleType_value |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 182 | |
Devmalya Paul | 96a2c9e | 2019-11-06 07:17:44 +0000 | [diff] [blame] | 183 | const EventFilterRuleKey_filter_all = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_filter_all) |
| 184 | const EventFilterRuleKey_category = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_category) |
| 185 | const EventFilterRuleKey_sub_category = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_sub_category) |
| 186 | const EventFilterRuleKey_kpi_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_kpi_event_type) |
| 187 | const EventFilterRuleKey_config_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_config_event_type) |
| 188 | const EventFilterRuleKey_device_event_type = EventFilterRuleKey_EventFilterRuleType(voltha.EventFilterRuleKey_device_event_type) |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 189 | |
onkar.kundargi | 7b85fa1 | 2020-02-27 13:19:22 +0530 | [diff] [blame] | 190 | // TestResponse_TestResponseResult from public import voltha_protos/voltha.proto |
| 191 | type TestResponse_TestResponseResult = voltha.TestResponse_TestResponseResult |
| 192 | |
| 193 | var TestResponse_TestResponseResult_name = voltha.TestResponse_TestResponseResult_name |
| 194 | var TestResponse_TestResponseResult_value = voltha.TestResponse_TestResponseResult_value |
| 195 | |
| 196 | const TestResponse_SUCCESS = TestResponse_TestResponseResult(voltha.TestResponse_SUCCESS) |
| 197 | const TestResponse_FAILURE = TestResponse_TestResponseResult(voltha.TestResponse_FAILURE) |
| 198 | |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 199 | // SelfTestResponse_SelfTestResult from public import voltha_protos/voltha.proto |
| 200 | type SelfTestResponse_SelfTestResult = voltha.SelfTestResponse_SelfTestResult |
| 201 | |
| 202 | var SelfTestResponse_SelfTestResult_name = voltha.SelfTestResponse_SelfTestResult_name |
| 203 | var SelfTestResponse_SelfTestResult_value = voltha.SelfTestResponse_SelfTestResult_value |
| 204 | |
| 205 | const SelfTestResponse_SUCCESS = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_SUCCESS) |
| 206 | const SelfTestResponse_FAILURE = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_FAILURE) |
| 207 | const SelfTestResponse_NOT_SUPPORTED = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_NOT_SUPPORTED) |
| 208 | const SelfTestResponse_UNKNOWN_ERROR = SelfTestResponse_SelfTestResult(voltha.SelfTestResponse_UNKNOWN_ERROR) |
| 209 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 210 | // LogicalPortId from public import voltha_protos/logical_device.proto |
| 211 | type LogicalPortId = voltha.LogicalPortId |
| 212 | |
| 213 | // LogicalPort from public import voltha_protos/logical_device.proto |
| 214 | type LogicalPort = voltha.LogicalPort |
| 215 | |
| 216 | // LogicalPorts from public import voltha_protos/logical_device.proto |
| 217 | type LogicalPorts = voltha.LogicalPorts |
| 218 | |
| 219 | // LogicalDevice from public import voltha_protos/logical_device.proto |
| 220 | type LogicalDevice = voltha.LogicalDevice |
| 221 | |
| 222 | // LogicalDevices from public import voltha_protos/logical_device.proto |
| 223 | type LogicalDevices = voltha.LogicalDevices |
| 224 | |
| 225 | type MessageType int32 |
| 226 | |
| 227 | const ( |
| 228 | MessageType_REQUEST MessageType = 0 |
| 229 | MessageType_RESPONSE MessageType = 1 |
| 230 | MessageType_DEVICE_DISCOVERED MessageType = 2 |
| 231 | ) |
| 232 | |
| 233 | var MessageType_name = map[int32]string{ |
| 234 | 0: "REQUEST", |
| 235 | 1: "RESPONSE", |
| 236 | 2: "DEVICE_DISCOVERED", |
| 237 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 238 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 239 | var MessageType_value = map[string]int32{ |
| 240 | "REQUEST": 0, |
| 241 | "RESPONSE": 1, |
| 242 | "DEVICE_DISCOVERED": 2, |
| 243 | } |
| 244 | |
| 245 | func (x MessageType) String() string { |
| 246 | return proto.EnumName(MessageType_name, int32(x)) |
| 247 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 248 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 249 | func (MessageType) EnumDescriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 250 | return fileDescriptor_941f0031a549667f, []int{0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 251 | } |
| 252 | |
| 253 | type ErrorCodeCodes int32 |
| 254 | |
| 255 | const ( |
| 256 | ErrorCode_UNSUPPORTED_REQUEST ErrorCodeCodes = 0 |
| 257 | ErrorCode_INVALID_PARAMETERS ErrorCodeCodes = 1 |
Matteo Scandolo | 865803a | 2020-01-23 10:26:49 -0800 | [diff] [blame] | 258 | ErrorCode_DEADLINE_EXCEEDED ErrorCodeCodes = 2 |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 259 | ) |
| 260 | |
| 261 | var ErrorCodeCodes_name = map[int32]string{ |
| 262 | 0: "UNSUPPORTED_REQUEST", |
| 263 | 1: "INVALID_PARAMETERS", |
Matteo Scandolo | 865803a | 2020-01-23 10:26:49 -0800 | [diff] [blame] | 264 | 2: "DEADLINE_EXCEEDED", |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 265 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 266 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 267 | var ErrorCodeCodes_value = map[string]int32{ |
| 268 | "UNSUPPORTED_REQUEST": 0, |
| 269 | "INVALID_PARAMETERS": 1, |
Matteo Scandolo | 865803a | 2020-01-23 10:26:49 -0800 | [diff] [blame] | 270 | "DEADLINE_EXCEEDED": 2, |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 271 | } |
| 272 | |
| 273 | func (x ErrorCodeCodes) String() string { |
| 274 | return proto.EnumName(ErrorCodeCodes_name, int32(x)) |
| 275 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 276 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 277 | func (ErrorCodeCodes) EnumDescriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 278 | return fileDescriptor_941f0031a549667f, []int{4, 0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 279 | } |
| 280 | |
| 281 | type InterAdapterMessageType_Types int32 |
| 282 | |
| 283 | const ( |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 284 | InterAdapterMessageType_FLOW_REQUEST InterAdapterMessageType_Types = 0 |
| 285 | InterAdapterMessageType_FLOW_RESPONSE InterAdapterMessageType_Types = 1 |
| 286 | InterAdapterMessageType_OMCI_REQUEST InterAdapterMessageType_Types = 2 |
| 287 | InterAdapterMessageType_OMCI_RESPONSE InterAdapterMessageType_Types = 3 |
| 288 | InterAdapterMessageType_METRICS_REQUEST InterAdapterMessageType_Types = 4 |
| 289 | InterAdapterMessageType_METRICS_RESPONSE InterAdapterMessageType_Types = 5 |
| 290 | InterAdapterMessageType_ONU_IND_REQUEST InterAdapterMessageType_Types = 6 |
| 291 | InterAdapterMessageType_ONU_IND_RESPONSE InterAdapterMessageType_Types = 7 |
| 292 | InterAdapterMessageType_TECH_PROFILE_DOWNLOAD_REQUEST InterAdapterMessageType_Types = 8 |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 293 | InterAdapterMessageType_DELETE_GEM_PORT_REQUEST InterAdapterMessageType_Types = 9 |
| 294 | InterAdapterMessageType_DELETE_TCONT_REQUEST InterAdapterMessageType_Types = 10 |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 295 | ) |
| 296 | |
| 297 | var InterAdapterMessageType_Types_name = map[int32]string{ |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 298 | 0: "FLOW_REQUEST", |
| 299 | 1: "FLOW_RESPONSE", |
| 300 | 2: "OMCI_REQUEST", |
| 301 | 3: "OMCI_RESPONSE", |
| 302 | 4: "METRICS_REQUEST", |
| 303 | 5: "METRICS_RESPONSE", |
| 304 | 6: "ONU_IND_REQUEST", |
| 305 | 7: "ONU_IND_RESPONSE", |
| 306 | 8: "TECH_PROFILE_DOWNLOAD_REQUEST", |
| 307 | 9: "DELETE_GEM_PORT_REQUEST", |
| 308 | 10: "DELETE_TCONT_REQUEST", |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 309 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 310 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 311 | var InterAdapterMessageType_Types_value = map[string]int32{ |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 312 | "FLOW_REQUEST": 0, |
| 313 | "FLOW_RESPONSE": 1, |
| 314 | "OMCI_REQUEST": 2, |
| 315 | "OMCI_RESPONSE": 3, |
| 316 | "METRICS_REQUEST": 4, |
| 317 | "METRICS_RESPONSE": 5, |
| 318 | "ONU_IND_REQUEST": 6, |
| 319 | "ONU_IND_RESPONSE": 7, |
| 320 | "TECH_PROFILE_DOWNLOAD_REQUEST": 8, |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 321 | "DELETE_GEM_PORT_REQUEST": 9, |
| 322 | "DELETE_TCONT_REQUEST": 10, |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 323 | } |
| 324 | |
| 325 | func (x InterAdapterMessageType_Types) String() string { |
| 326 | return proto.EnumName(InterAdapterMessageType_Types_name, int32(x)) |
| 327 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 328 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 329 | func (InterAdapterMessageType_Types) EnumDescriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 330 | return fileDescriptor_941f0031a549667f, []int{13, 0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 331 | } |
| 332 | |
| 333 | type StrType struct { |
| 334 | Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"` |
| 335 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 336 | XXX_unrecognized []byte `json:"-"` |
| 337 | XXX_sizecache int32 `json:"-"` |
| 338 | } |
| 339 | |
| 340 | func (m *StrType) Reset() { *m = StrType{} } |
| 341 | func (m *StrType) String() string { return proto.CompactTextString(m) } |
| 342 | func (*StrType) ProtoMessage() {} |
| 343 | func (*StrType) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 344 | return fileDescriptor_941f0031a549667f, []int{0} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 345 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 346 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 347 | func (m *StrType) XXX_Unmarshal(b []byte) error { |
| 348 | return xxx_messageInfo_StrType.Unmarshal(m, b) |
| 349 | } |
| 350 | func (m *StrType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 351 | return xxx_messageInfo_StrType.Marshal(b, m, deterministic) |
| 352 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 353 | func (m *StrType) XXX_Merge(src proto.Message) { |
| 354 | xxx_messageInfo_StrType.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 355 | } |
| 356 | func (m *StrType) XXX_Size() int { |
| 357 | return xxx_messageInfo_StrType.Size(m) |
| 358 | } |
| 359 | func (m *StrType) XXX_DiscardUnknown() { |
| 360 | xxx_messageInfo_StrType.DiscardUnknown(m) |
| 361 | } |
| 362 | |
| 363 | var xxx_messageInfo_StrType proto.InternalMessageInfo |
| 364 | |
| 365 | func (m *StrType) GetVal() string { |
| 366 | if m != nil { |
| 367 | return m.Val |
| 368 | } |
| 369 | return "" |
| 370 | } |
| 371 | |
| 372 | type IntType struct { |
| 373 | Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"` |
| 374 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 375 | XXX_unrecognized []byte `json:"-"` |
| 376 | XXX_sizecache int32 `json:"-"` |
| 377 | } |
| 378 | |
| 379 | func (m *IntType) Reset() { *m = IntType{} } |
| 380 | func (m *IntType) String() string { return proto.CompactTextString(m) } |
| 381 | func (*IntType) ProtoMessage() {} |
| 382 | func (*IntType) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 383 | return fileDescriptor_941f0031a549667f, []int{1} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 384 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 385 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 386 | func (m *IntType) XXX_Unmarshal(b []byte) error { |
| 387 | return xxx_messageInfo_IntType.Unmarshal(m, b) |
| 388 | } |
| 389 | func (m *IntType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 390 | return xxx_messageInfo_IntType.Marshal(b, m, deterministic) |
| 391 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 392 | func (m *IntType) XXX_Merge(src proto.Message) { |
| 393 | xxx_messageInfo_IntType.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 394 | } |
| 395 | func (m *IntType) XXX_Size() int { |
| 396 | return xxx_messageInfo_IntType.Size(m) |
| 397 | } |
| 398 | func (m *IntType) XXX_DiscardUnknown() { |
| 399 | xxx_messageInfo_IntType.DiscardUnknown(m) |
| 400 | } |
| 401 | |
| 402 | var xxx_messageInfo_IntType proto.InternalMessageInfo |
| 403 | |
| 404 | func (m *IntType) GetVal() int64 { |
| 405 | if m != nil { |
| 406 | return m.Val |
| 407 | } |
| 408 | return 0 |
| 409 | } |
| 410 | |
| 411 | type BoolType struct { |
| 412 | Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"` |
| 413 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 414 | XXX_unrecognized []byte `json:"-"` |
| 415 | XXX_sizecache int32 `json:"-"` |
| 416 | } |
| 417 | |
| 418 | func (m *BoolType) Reset() { *m = BoolType{} } |
| 419 | func (m *BoolType) String() string { return proto.CompactTextString(m) } |
| 420 | func (*BoolType) ProtoMessage() {} |
| 421 | func (*BoolType) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 422 | return fileDescriptor_941f0031a549667f, []int{2} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 423 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 424 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 425 | func (m *BoolType) XXX_Unmarshal(b []byte) error { |
| 426 | return xxx_messageInfo_BoolType.Unmarshal(m, b) |
| 427 | } |
| 428 | func (m *BoolType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 429 | return xxx_messageInfo_BoolType.Marshal(b, m, deterministic) |
| 430 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 431 | func (m *BoolType) XXX_Merge(src proto.Message) { |
| 432 | xxx_messageInfo_BoolType.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 433 | } |
| 434 | func (m *BoolType) XXX_Size() int { |
| 435 | return xxx_messageInfo_BoolType.Size(m) |
| 436 | } |
| 437 | func (m *BoolType) XXX_DiscardUnknown() { |
| 438 | xxx_messageInfo_BoolType.DiscardUnknown(m) |
| 439 | } |
| 440 | |
| 441 | var xxx_messageInfo_BoolType proto.InternalMessageInfo |
| 442 | |
| 443 | func (m *BoolType) GetVal() bool { |
| 444 | if m != nil { |
| 445 | return m.Val |
| 446 | } |
| 447 | return false |
| 448 | } |
| 449 | |
| 450 | type Packet struct { |
| 451 | Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` |
| 452 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 453 | XXX_unrecognized []byte `json:"-"` |
| 454 | XXX_sizecache int32 `json:"-"` |
| 455 | } |
| 456 | |
| 457 | func (m *Packet) Reset() { *m = Packet{} } |
| 458 | func (m *Packet) String() string { return proto.CompactTextString(m) } |
| 459 | func (*Packet) ProtoMessage() {} |
| 460 | func (*Packet) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 461 | return fileDescriptor_941f0031a549667f, []int{3} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 462 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 463 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 464 | func (m *Packet) XXX_Unmarshal(b []byte) error { |
| 465 | return xxx_messageInfo_Packet.Unmarshal(m, b) |
| 466 | } |
| 467 | func (m *Packet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 468 | return xxx_messageInfo_Packet.Marshal(b, m, deterministic) |
| 469 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 470 | func (m *Packet) XXX_Merge(src proto.Message) { |
| 471 | xxx_messageInfo_Packet.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 472 | } |
| 473 | func (m *Packet) XXX_Size() int { |
| 474 | return xxx_messageInfo_Packet.Size(m) |
| 475 | } |
| 476 | func (m *Packet) XXX_DiscardUnknown() { |
| 477 | xxx_messageInfo_Packet.DiscardUnknown(m) |
| 478 | } |
| 479 | |
| 480 | var xxx_messageInfo_Packet proto.InternalMessageInfo |
| 481 | |
| 482 | func (m *Packet) GetPayload() []byte { |
| 483 | if m != nil { |
| 484 | return m.Payload |
| 485 | } |
| 486 | return nil |
| 487 | } |
| 488 | |
| 489 | type ErrorCode struct { |
| 490 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 491 | XXX_unrecognized []byte `json:"-"` |
| 492 | XXX_sizecache int32 `json:"-"` |
| 493 | } |
| 494 | |
| 495 | func (m *ErrorCode) Reset() { *m = ErrorCode{} } |
| 496 | func (m *ErrorCode) String() string { return proto.CompactTextString(m) } |
| 497 | func (*ErrorCode) ProtoMessage() {} |
| 498 | func (*ErrorCode) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 499 | return fileDescriptor_941f0031a549667f, []int{4} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 500 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 501 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 502 | func (m *ErrorCode) XXX_Unmarshal(b []byte) error { |
| 503 | return xxx_messageInfo_ErrorCode.Unmarshal(m, b) |
| 504 | } |
| 505 | func (m *ErrorCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 506 | return xxx_messageInfo_ErrorCode.Marshal(b, m, deterministic) |
| 507 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 508 | func (m *ErrorCode) XXX_Merge(src proto.Message) { |
| 509 | xxx_messageInfo_ErrorCode.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 510 | } |
| 511 | func (m *ErrorCode) XXX_Size() int { |
| 512 | return xxx_messageInfo_ErrorCode.Size(m) |
| 513 | } |
| 514 | func (m *ErrorCode) XXX_DiscardUnknown() { |
| 515 | xxx_messageInfo_ErrorCode.DiscardUnknown(m) |
| 516 | } |
| 517 | |
| 518 | var xxx_messageInfo_ErrorCode proto.InternalMessageInfo |
| 519 | |
| 520 | type Error struct { |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 521 | Code ErrorCodeCodes `protobuf:"varint,1,opt,name=code,proto3,enum=voltha.ErrorCodeCodes" json:"code,omitempty"` |
| 522 | Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` |
| 523 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 524 | XXX_unrecognized []byte `json:"-"` |
| 525 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 526 | } |
| 527 | |
| 528 | func (m *Error) Reset() { *m = Error{} } |
| 529 | func (m *Error) String() string { return proto.CompactTextString(m) } |
| 530 | func (*Error) ProtoMessage() {} |
| 531 | func (*Error) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 532 | return fileDescriptor_941f0031a549667f, []int{5} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 533 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 534 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 535 | func (m *Error) XXX_Unmarshal(b []byte) error { |
| 536 | return xxx_messageInfo_Error.Unmarshal(m, b) |
| 537 | } |
| 538 | func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 539 | return xxx_messageInfo_Error.Marshal(b, m, deterministic) |
| 540 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 541 | func (m *Error) XXX_Merge(src proto.Message) { |
| 542 | xxx_messageInfo_Error.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 543 | } |
| 544 | func (m *Error) XXX_Size() int { |
| 545 | return xxx_messageInfo_Error.Size(m) |
| 546 | } |
| 547 | func (m *Error) XXX_DiscardUnknown() { |
| 548 | xxx_messageInfo_Error.DiscardUnknown(m) |
| 549 | } |
| 550 | |
| 551 | var xxx_messageInfo_Error proto.InternalMessageInfo |
| 552 | |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 553 | func (m *Error) GetCode() ErrorCodeCodes { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 554 | if m != nil { |
| 555 | return m.Code |
| 556 | } |
Matteo Scandolo | deed92f | 2020-01-21 15:49:55 -0800 | [diff] [blame] | 557 | return ErrorCode_UNSUPPORTED_REQUEST |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 558 | } |
| 559 | |
| 560 | func (m *Error) GetReason() string { |
| 561 | if m != nil { |
| 562 | return m.Reason |
| 563 | } |
| 564 | return "" |
| 565 | } |
| 566 | |
| 567 | type Header struct { |
Scott Baker | 06cb92d | 2020-04-16 10:05:23 -0700 | [diff] [blame] | 568 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 569 | Type MessageType `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.MessageType" json:"type,omitempty"` |
| 570 | FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"` |
| 571 | ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"` |
| 572 | KeyTopic string `protobuf:"bytes,5,opt,name=key_topic,json=keyTopic,proto3" json:"key_topic,omitempty"` |
| 573 | Timestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` |
| 574 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 575 | XXX_unrecognized []byte `json:"-"` |
| 576 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 577 | } |
| 578 | |
| 579 | func (m *Header) Reset() { *m = Header{} } |
| 580 | func (m *Header) String() string { return proto.CompactTextString(m) } |
| 581 | func (*Header) ProtoMessage() {} |
| 582 | func (*Header) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 583 | return fileDescriptor_941f0031a549667f, []int{6} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 584 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 585 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 586 | func (m *Header) XXX_Unmarshal(b []byte) error { |
| 587 | return xxx_messageInfo_Header.Unmarshal(m, b) |
| 588 | } |
| 589 | func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 590 | return xxx_messageInfo_Header.Marshal(b, m, deterministic) |
| 591 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 592 | func (m *Header) XXX_Merge(src proto.Message) { |
| 593 | xxx_messageInfo_Header.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 594 | } |
| 595 | func (m *Header) XXX_Size() int { |
| 596 | return xxx_messageInfo_Header.Size(m) |
| 597 | } |
| 598 | func (m *Header) XXX_DiscardUnknown() { |
| 599 | xxx_messageInfo_Header.DiscardUnknown(m) |
| 600 | } |
| 601 | |
| 602 | var xxx_messageInfo_Header proto.InternalMessageInfo |
| 603 | |
| 604 | func (m *Header) GetId() string { |
| 605 | if m != nil { |
| 606 | return m.Id |
| 607 | } |
| 608 | return "" |
| 609 | } |
| 610 | |
| 611 | func (m *Header) GetType() MessageType { |
| 612 | if m != nil { |
| 613 | return m.Type |
| 614 | } |
| 615 | return MessageType_REQUEST |
| 616 | } |
| 617 | |
| 618 | func (m *Header) GetFromTopic() string { |
| 619 | if m != nil { |
| 620 | return m.FromTopic |
| 621 | } |
| 622 | return "" |
| 623 | } |
| 624 | |
| 625 | func (m *Header) GetToTopic() string { |
| 626 | if m != nil { |
| 627 | return m.ToTopic |
| 628 | } |
| 629 | return "" |
| 630 | } |
| 631 | |
| 632 | func (m *Header) GetKeyTopic() string { |
| 633 | if m != nil { |
| 634 | return m.KeyTopic |
| 635 | } |
| 636 | return "" |
| 637 | } |
| 638 | |
Scott Baker | 06cb92d | 2020-04-16 10:05:23 -0700 | [diff] [blame] | 639 | func (m *Header) GetTimestamp() *timestamp.Timestamp { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 640 | if m != nil { |
| 641 | return m.Timestamp |
| 642 | } |
Scott Baker | 06cb92d | 2020-04-16 10:05:23 -0700 | [diff] [blame] | 643 | return nil |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 644 | } |
| 645 | |
| 646 | type Argument struct { |
| 647 | Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` |
| 648 | Value *any.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` |
| 649 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 650 | XXX_unrecognized []byte `json:"-"` |
| 651 | XXX_sizecache int32 `json:"-"` |
| 652 | } |
| 653 | |
| 654 | func (m *Argument) Reset() { *m = Argument{} } |
| 655 | func (m *Argument) String() string { return proto.CompactTextString(m) } |
| 656 | func (*Argument) ProtoMessage() {} |
| 657 | func (*Argument) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 658 | return fileDescriptor_941f0031a549667f, []int{7} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 659 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 660 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 661 | func (m *Argument) XXX_Unmarshal(b []byte) error { |
| 662 | return xxx_messageInfo_Argument.Unmarshal(m, b) |
| 663 | } |
| 664 | func (m *Argument) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 665 | return xxx_messageInfo_Argument.Marshal(b, m, deterministic) |
| 666 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 667 | func (m *Argument) XXX_Merge(src proto.Message) { |
| 668 | xxx_messageInfo_Argument.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 669 | } |
| 670 | func (m *Argument) XXX_Size() int { |
| 671 | return xxx_messageInfo_Argument.Size(m) |
| 672 | } |
| 673 | func (m *Argument) XXX_DiscardUnknown() { |
| 674 | xxx_messageInfo_Argument.DiscardUnknown(m) |
| 675 | } |
| 676 | |
| 677 | var xxx_messageInfo_Argument proto.InternalMessageInfo |
| 678 | |
| 679 | func (m *Argument) GetKey() string { |
| 680 | if m != nil { |
| 681 | return m.Key |
| 682 | } |
| 683 | return "" |
| 684 | } |
| 685 | |
| 686 | func (m *Argument) GetValue() *any.Any { |
| 687 | if m != nil { |
| 688 | return m.Value |
| 689 | } |
| 690 | return nil |
| 691 | } |
| 692 | |
| 693 | type InterContainerMessage struct { |
| 694 | Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` |
| 695 | Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` |
| 696 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 697 | XXX_unrecognized []byte `json:"-"` |
| 698 | XXX_sizecache int32 `json:"-"` |
| 699 | } |
| 700 | |
| 701 | func (m *InterContainerMessage) Reset() { *m = InterContainerMessage{} } |
| 702 | func (m *InterContainerMessage) String() string { return proto.CompactTextString(m) } |
| 703 | func (*InterContainerMessage) ProtoMessage() {} |
| 704 | func (*InterContainerMessage) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 705 | return fileDescriptor_941f0031a549667f, []int{8} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 706 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 707 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 708 | func (m *InterContainerMessage) XXX_Unmarshal(b []byte) error { |
| 709 | return xxx_messageInfo_InterContainerMessage.Unmarshal(m, b) |
| 710 | } |
| 711 | func (m *InterContainerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 712 | return xxx_messageInfo_InterContainerMessage.Marshal(b, m, deterministic) |
| 713 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 714 | func (m *InterContainerMessage) XXX_Merge(src proto.Message) { |
| 715 | xxx_messageInfo_InterContainerMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 716 | } |
| 717 | func (m *InterContainerMessage) XXX_Size() int { |
| 718 | return xxx_messageInfo_InterContainerMessage.Size(m) |
| 719 | } |
| 720 | func (m *InterContainerMessage) XXX_DiscardUnknown() { |
| 721 | xxx_messageInfo_InterContainerMessage.DiscardUnknown(m) |
| 722 | } |
| 723 | |
| 724 | var xxx_messageInfo_InterContainerMessage proto.InternalMessageInfo |
| 725 | |
| 726 | func (m *InterContainerMessage) GetHeader() *Header { |
| 727 | if m != nil { |
| 728 | return m.Header |
| 729 | } |
| 730 | return nil |
| 731 | } |
| 732 | |
| 733 | func (m *InterContainerMessage) GetBody() *any.Any { |
| 734 | if m != nil { |
| 735 | return m.Body |
| 736 | } |
| 737 | return nil |
| 738 | } |
| 739 | |
| 740 | type InterContainerRequestBody struct { |
| 741 | Rpc string `protobuf:"bytes,2,opt,name=rpc,proto3" json:"rpc,omitempty"` |
| 742 | Args []*Argument `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` |
| 743 | ResponseRequired bool `protobuf:"varint,4,opt,name=response_required,json=responseRequired,proto3" json:"response_required,omitempty"` |
| 744 | ReplyToTopic string `protobuf:"bytes,5,opt,name=reply_to_topic,json=replyToTopic,proto3" json:"reply_to_topic,omitempty"` |
| 745 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 746 | XXX_unrecognized []byte `json:"-"` |
| 747 | XXX_sizecache int32 `json:"-"` |
| 748 | } |
| 749 | |
| 750 | func (m *InterContainerRequestBody) Reset() { *m = InterContainerRequestBody{} } |
| 751 | func (m *InterContainerRequestBody) String() string { return proto.CompactTextString(m) } |
| 752 | func (*InterContainerRequestBody) ProtoMessage() {} |
| 753 | func (*InterContainerRequestBody) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 754 | return fileDescriptor_941f0031a549667f, []int{9} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 755 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 756 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 757 | func (m *InterContainerRequestBody) XXX_Unmarshal(b []byte) error { |
| 758 | return xxx_messageInfo_InterContainerRequestBody.Unmarshal(m, b) |
| 759 | } |
| 760 | func (m *InterContainerRequestBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 761 | return xxx_messageInfo_InterContainerRequestBody.Marshal(b, m, deterministic) |
| 762 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 763 | func (m *InterContainerRequestBody) XXX_Merge(src proto.Message) { |
| 764 | xxx_messageInfo_InterContainerRequestBody.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 765 | } |
| 766 | func (m *InterContainerRequestBody) XXX_Size() int { |
| 767 | return xxx_messageInfo_InterContainerRequestBody.Size(m) |
| 768 | } |
| 769 | func (m *InterContainerRequestBody) XXX_DiscardUnknown() { |
| 770 | xxx_messageInfo_InterContainerRequestBody.DiscardUnknown(m) |
| 771 | } |
| 772 | |
| 773 | var xxx_messageInfo_InterContainerRequestBody proto.InternalMessageInfo |
| 774 | |
| 775 | func (m *InterContainerRequestBody) GetRpc() string { |
| 776 | if m != nil { |
| 777 | return m.Rpc |
| 778 | } |
| 779 | return "" |
| 780 | } |
| 781 | |
| 782 | func (m *InterContainerRequestBody) GetArgs() []*Argument { |
| 783 | if m != nil { |
| 784 | return m.Args |
| 785 | } |
| 786 | return nil |
| 787 | } |
| 788 | |
| 789 | func (m *InterContainerRequestBody) GetResponseRequired() bool { |
| 790 | if m != nil { |
| 791 | return m.ResponseRequired |
| 792 | } |
| 793 | return false |
| 794 | } |
| 795 | |
| 796 | func (m *InterContainerRequestBody) GetReplyToTopic() string { |
| 797 | if m != nil { |
| 798 | return m.ReplyToTopic |
| 799 | } |
| 800 | return "" |
| 801 | } |
| 802 | |
| 803 | type InterContainerResponseBody struct { |
| 804 | Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` |
| 805 | Result *any.Any `protobuf:"bytes,3,opt,name=result,proto3" json:"result,omitempty"` |
| 806 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 807 | XXX_unrecognized []byte `json:"-"` |
| 808 | XXX_sizecache int32 `json:"-"` |
| 809 | } |
| 810 | |
| 811 | func (m *InterContainerResponseBody) Reset() { *m = InterContainerResponseBody{} } |
| 812 | func (m *InterContainerResponseBody) String() string { return proto.CompactTextString(m) } |
| 813 | func (*InterContainerResponseBody) ProtoMessage() {} |
| 814 | func (*InterContainerResponseBody) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 815 | return fileDescriptor_941f0031a549667f, []int{10} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 816 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 817 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 818 | func (m *InterContainerResponseBody) XXX_Unmarshal(b []byte) error { |
| 819 | return xxx_messageInfo_InterContainerResponseBody.Unmarshal(m, b) |
| 820 | } |
| 821 | func (m *InterContainerResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 822 | return xxx_messageInfo_InterContainerResponseBody.Marshal(b, m, deterministic) |
| 823 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 824 | func (m *InterContainerResponseBody) XXX_Merge(src proto.Message) { |
| 825 | xxx_messageInfo_InterContainerResponseBody.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 826 | } |
| 827 | func (m *InterContainerResponseBody) XXX_Size() int { |
| 828 | return xxx_messageInfo_InterContainerResponseBody.Size(m) |
| 829 | } |
| 830 | func (m *InterContainerResponseBody) XXX_DiscardUnknown() { |
| 831 | xxx_messageInfo_InterContainerResponseBody.DiscardUnknown(m) |
| 832 | } |
| 833 | |
| 834 | var xxx_messageInfo_InterContainerResponseBody proto.InternalMessageInfo |
| 835 | |
| 836 | func (m *InterContainerResponseBody) GetSuccess() bool { |
| 837 | if m != nil { |
| 838 | return m.Success |
| 839 | } |
| 840 | return false |
| 841 | } |
| 842 | |
| 843 | func (m *InterContainerResponseBody) GetResult() *any.Any { |
| 844 | if m != nil { |
| 845 | return m.Result |
| 846 | } |
| 847 | return nil |
| 848 | } |
| 849 | |
| 850 | type SwitchCapability struct { |
| 851 | Desc *openflow_13.OfpDesc `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc,omitempty"` |
| 852 | SwitchFeatures *openflow_13.OfpSwitchFeatures `protobuf:"bytes,2,opt,name=switch_features,json=switchFeatures,proto3" json:"switch_features,omitempty"` |
| 853 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 854 | XXX_unrecognized []byte `json:"-"` |
| 855 | XXX_sizecache int32 `json:"-"` |
| 856 | } |
| 857 | |
| 858 | func (m *SwitchCapability) Reset() { *m = SwitchCapability{} } |
| 859 | func (m *SwitchCapability) String() string { return proto.CompactTextString(m) } |
| 860 | func (*SwitchCapability) ProtoMessage() {} |
| 861 | func (*SwitchCapability) Descriptor() ([]byte, []int) { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 862 | return fileDescriptor_941f0031a549667f, []int{11} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 863 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 864 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 865 | func (m *SwitchCapability) XXX_Unmarshal(b []byte) error { |
| 866 | return xxx_messageInfo_SwitchCapability.Unmarshal(m, b) |
| 867 | } |
| 868 | func (m *SwitchCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 869 | return xxx_messageInfo_SwitchCapability.Marshal(b, m, deterministic) |
| 870 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 871 | func (m *SwitchCapability) XXX_Merge(src proto.Message) { |
| 872 | xxx_messageInfo_SwitchCapability.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 873 | } |
| 874 | func (m *SwitchCapability) XXX_Size() int { |
| 875 | return xxx_messageInfo_SwitchCapability.Size(m) |
| 876 | } |
| 877 | func (m *SwitchCapability) XXX_DiscardUnknown() { |
| 878 | xxx_messageInfo_SwitchCapability.DiscardUnknown(m) |
| 879 | } |
| 880 | |
| 881 | var xxx_messageInfo_SwitchCapability proto.InternalMessageInfo |
| 882 | |
| 883 | func (m *SwitchCapability) GetDesc() *openflow_13.OfpDesc { |
| 884 | if m != nil { |
| 885 | return m.Desc |
| 886 | } |
| 887 | return nil |
| 888 | } |
| 889 | |
| 890 | func (m *SwitchCapability) GetSwitchFeatures() *openflow_13.OfpSwitchFeatures { |
| 891 | if m != nil { |
| 892 | return m.SwitchFeatures |
| 893 | } |
| 894 | return nil |
| 895 | } |
| 896 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 897 | type DeviceDiscovered struct { |
| 898 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 899 | ParentId string `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` |
| 900 | DeviceType string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"` |
| 901 | Publisher string `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"` |
| 902 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 903 | XXX_unrecognized []byte `json:"-"` |
| 904 | XXX_sizecache int32 `json:"-"` |
| 905 | } |
| 906 | |
| 907 | func (m *DeviceDiscovered) Reset() { *m = DeviceDiscovered{} } |
| 908 | func (m *DeviceDiscovered) String() string { return proto.CompactTextString(m) } |
| 909 | func (*DeviceDiscovered) ProtoMessage() {} |
| 910 | func (*DeviceDiscovered) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 911 | return fileDescriptor_941f0031a549667f, []int{12} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 912 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 913 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 914 | func (m *DeviceDiscovered) XXX_Unmarshal(b []byte) error { |
| 915 | return xxx_messageInfo_DeviceDiscovered.Unmarshal(m, b) |
| 916 | } |
| 917 | func (m *DeviceDiscovered) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 918 | return xxx_messageInfo_DeviceDiscovered.Marshal(b, m, deterministic) |
| 919 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 920 | func (m *DeviceDiscovered) XXX_Merge(src proto.Message) { |
| 921 | xxx_messageInfo_DeviceDiscovered.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 922 | } |
| 923 | func (m *DeviceDiscovered) XXX_Size() int { |
| 924 | return xxx_messageInfo_DeviceDiscovered.Size(m) |
| 925 | } |
| 926 | func (m *DeviceDiscovered) XXX_DiscardUnknown() { |
| 927 | xxx_messageInfo_DeviceDiscovered.DiscardUnknown(m) |
| 928 | } |
| 929 | |
| 930 | var xxx_messageInfo_DeviceDiscovered proto.InternalMessageInfo |
| 931 | |
| 932 | func (m *DeviceDiscovered) GetId() string { |
| 933 | if m != nil { |
| 934 | return m.Id |
| 935 | } |
| 936 | return "" |
| 937 | } |
| 938 | |
| 939 | func (m *DeviceDiscovered) GetParentId() string { |
| 940 | if m != nil { |
| 941 | return m.ParentId |
| 942 | } |
| 943 | return "" |
| 944 | } |
| 945 | |
| 946 | func (m *DeviceDiscovered) GetDeviceType() string { |
| 947 | if m != nil { |
| 948 | return m.DeviceType |
| 949 | } |
| 950 | return "" |
| 951 | } |
| 952 | |
| 953 | func (m *DeviceDiscovered) GetPublisher() string { |
| 954 | if m != nil { |
| 955 | return m.Publisher |
| 956 | } |
| 957 | return "" |
| 958 | } |
| 959 | |
| 960 | type InterAdapterMessageType struct { |
| 961 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 962 | XXX_unrecognized []byte `json:"-"` |
| 963 | XXX_sizecache int32 `json:"-"` |
| 964 | } |
| 965 | |
| 966 | func (m *InterAdapterMessageType) Reset() { *m = InterAdapterMessageType{} } |
| 967 | func (m *InterAdapterMessageType) String() string { return proto.CompactTextString(m) } |
| 968 | func (*InterAdapterMessageType) ProtoMessage() {} |
| 969 | func (*InterAdapterMessageType) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 970 | return fileDescriptor_941f0031a549667f, []int{13} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 971 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 972 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 973 | func (m *InterAdapterMessageType) XXX_Unmarshal(b []byte) error { |
| 974 | return xxx_messageInfo_InterAdapterMessageType.Unmarshal(m, b) |
| 975 | } |
| 976 | func (m *InterAdapterMessageType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 977 | return xxx_messageInfo_InterAdapterMessageType.Marshal(b, m, deterministic) |
| 978 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 979 | func (m *InterAdapterMessageType) XXX_Merge(src proto.Message) { |
| 980 | xxx_messageInfo_InterAdapterMessageType.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 981 | } |
| 982 | func (m *InterAdapterMessageType) XXX_Size() int { |
| 983 | return xxx_messageInfo_InterAdapterMessageType.Size(m) |
| 984 | } |
| 985 | func (m *InterAdapterMessageType) XXX_DiscardUnknown() { |
| 986 | xxx_messageInfo_InterAdapterMessageType.DiscardUnknown(m) |
| 987 | } |
| 988 | |
| 989 | var xxx_messageInfo_InterAdapterMessageType proto.InternalMessageInfo |
| 990 | |
| 991 | type InterAdapterHeader struct { |
| 992 | Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| 993 | Type InterAdapterMessageType_Types `protobuf:"varint,2,opt,name=type,proto3,enum=voltha.InterAdapterMessageType_Types" json:"type,omitempty"` |
| 994 | FromTopic string `protobuf:"bytes,3,opt,name=from_topic,json=fromTopic,proto3" json:"from_topic,omitempty"` |
| 995 | ToTopic string `protobuf:"bytes,4,opt,name=to_topic,json=toTopic,proto3" json:"to_topic,omitempty"` |
| 996 | ToDeviceId string `protobuf:"bytes,5,opt,name=to_device_id,json=toDeviceId,proto3" json:"to_device_id,omitempty"` |
| 997 | ProxyDeviceId string `protobuf:"bytes,6,opt,name=proxy_device_id,json=proxyDeviceId,proto3" json:"proxy_device_id,omitempty"` |
Scott Baker | 06cb92d | 2020-04-16 10:05:23 -0700 | [diff] [blame] | 998 | Timestamp *timestamp.Timestamp `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 999 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1000 | XXX_unrecognized []byte `json:"-"` |
| 1001 | XXX_sizecache int32 `json:"-"` |
| 1002 | } |
| 1003 | |
| 1004 | func (m *InterAdapterHeader) Reset() { *m = InterAdapterHeader{} } |
| 1005 | func (m *InterAdapterHeader) String() string { return proto.CompactTextString(m) } |
| 1006 | func (*InterAdapterHeader) ProtoMessage() {} |
| 1007 | func (*InterAdapterHeader) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 1008 | return fileDescriptor_941f0031a549667f, []int{14} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1009 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1010 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1011 | func (m *InterAdapterHeader) XXX_Unmarshal(b []byte) error { |
| 1012 | return xxx_messageInfo_InterAdapterHeader.Unmarshal(m, b) |
| 1013 | } |
| 1014 | func (m *InterAdapterHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1015 | return xxx_messageInfo_InterAdapterHeader.Marshal(b, m, deterministic) |
| 1016 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1017 | func (m *InterAdapterHeader) XXX_Merge(src proto.Message) { |
| 1018 | xxx_messageInfo_InterAdapterHeader.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1019 | } |
| 1020 | func (m *InterAdapterHeader) XXX_Size() int { |
| 1021 | return xxx_messageInfo_InterAdapterHeader.Size(m) |
| 1022 | } |
| 1023 | func (m *InterAdapterHeader) XXX_DiscardUnknown() { |
| 1024 | xxx_messageInfo_InterAdapterHeader.DiscardUnknown(m) |
| 1025 | } |
| 1026 | |
| 1027 | var xxx_messageInfo_InterAdapterHeader proto.InternalMessageInfo |
| 1028 | |
| 1029 | func (m *InterAdapterHeader) GetId() string { |
| 1030 | if m != nil { |
| 1031 | return m.Id |
| 1032 | } |
| 1033 | return "" |
| 1034 | } |
| 1035 | |
| 1036 | func (m *InterAdapterHeader) GetType() InterAdapterMessageType_Types { |
| 1037 | if m != nil { |
| 1038 | return m.Type |
| 1039 | } |
| 1040 | return InterAdapterMessageType_FLOW_REQUEST |
| 1041 | } |
| 1042 | |
| 1043 | func (m *InterAdapterHeader) GetFromTopic() string { |
| 1044 | if m != nil { |
| 1045 | return m.FromTopic |
| 1046 | } |
| 1047 | return "" |
| 1048 | } |
| 1049 | |
| 1050 | func (m *InterAdapterHeader) GetToTopic() string { |
| 1051 | if m != nil { |
| 1052 | return m.ToTopic |
| 1053 | } |
| 1054 | return "" |
| 1055 | } |
| 1056 | |
| 1057 | func (m *InterAdapterHeader) GetToDeviceId() string { |
| 1058 | if m != nil { |
| 1059 | return m.ToDeviceId |
| 1060 | } |
| 1061 | return "" |
| 1062 | } |
| 1063 | |
| 1064 | func (m *InterAdapterHeader) GetProxyDeviceId() string { |
| 1065 | if m != nil { |
| 1066 | return m.ProxyDeviceId |
| 1067 | } |
| 1068 | return "" |
| 1069 | } |
| 1070 | |
Scott Baker | 06cb92d | 2020-04-16 10:05:23 -0700 | [diff] [blame] | 1071 | func (m *InterAdapterHeader) GetTimestamp() *timestamp.Timestamp { |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1072 | if m != nil { |
| 1073 | return m.Timestamp |
| 1074 | } |
Scott Baker | 06cb92d | 2020-04-16 10:05:23 -0700 | [diff] [blame] | 1075 | return nil |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1076 | } |
| 1077 | |
| 1078 | type InterAdapterOmciMessage struct { |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 1079 | Message []byte `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` |
| 1080 | ConnectStatus common.ConnectStatus_Types `protobuf:"varint,2,opt,name=connect_status,json=connectStatus,proto3,enum=common.ConnectStatus_Types" json:"connect_status,omitempty"` |
| 1081 | ProxyAddress *voltha.Device_ProxyAddress `protobuf:"bytes,3,opt,name=proxy_address,json=proxyAddress,proto3" json:"proxy_address,omitempty"` |
| 1082 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1083 | XXX_unrecognized []byte `json:"-"` |
| 1084 | XXX_sizecache int32 `json:"-"` |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1085 | } |
| 1086 | |
| 1087 | func (m *InterAdapterOmciMessage) Reset() { *m = InterAdapterOmciMessage{} } |
| 1088 | func (m *InterAdapterOmciMessage) String() string { return proto.CompactTextString(m) } |
| 1089 | func (*InterAdapterOmciMessage) ProtoMessage() {} |
| 1090 | func (*InterAdapterOmciMessage) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 1091 | return fileDescriptor_941f0031a549667f, []int{15} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1092 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1093 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1094 | func (m *InterAdapterOmciMessage) XXX_Unmarshal(b []byte) error { |
| 1095 | return xxx_messageInfo_InterAdapterOmciMessage.Unmarshal(m, b) |
| 1096 | } |
| 1097 | func (m *InterAdapterOmciMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1098 | return xxx_messageInfo_InterAdapterOmciMessage.Marshal(b, m, deterministic) |
| 1099 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1100 | func (m *InterAdapterOmciMessage) XXX_Merge(src proto.Message) { |
| 1101 | xxx_messageInfo_InterAdapterOmciMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1102 | } |
| 1103 | func (m *InterAdapterOmciMessage) XXX_Size() int { |
| 1104 | return xxx_messageInfo_InterAdapterOmciMessage.Size(m) |
| 1105 | } |
| 1106 | func (m *InterAdapterOmciMessage) XXX_DiscardUnknown() { |
| 1107 | xxx_messageInfo_InterAdapterOmciMessage.DiscardUnknown(m) |
| 1108 | } |
| 1109 | |
| 1110 | var xxx_messageInfo_InterAdapterOmciMessage proto.InternalMessageInfo |
| 1111 | |
| 1112 | func (m *InterAdapterOmciMessage) GetMessage() []byte { |
| 1113 | if m != nil { |
| 1114 | return m.Message |
| 1115 | } |
| 1116 | return nil |
| 1117 | } |
| 1118 | |
Serkant Uluderya | cbcfaa4 | 2019-10-18 13:25:08 +0300 | [diff] [blame] | 1119 | func (m *InterAdapterOmciMessage) GetConnectStatus() common.ConnectStatus_Types { |
Mahir Gunyel | 4b0dab2 | 2019-05-16 13:56:09 -0700 | [diff] [blame] | 1120 | if m != nil { |
| 1121 | return m.ConnectStatus |
| 1122 | } |
| 1123 | return common.ConnectStatus_UNKNOWN |
| 1124 | } |
| 1125 | |
| 1126 | func (m *InterAdapterOmciMessage) GetProxyAddress() *voltha.Device_ProxyAddress { |
| 1127 | if m != nil { |
| 1128 | return m.ProxyAddress |
| 1129 | } |
| 1130 | return nil |
| 1131 | } |
| 1132 | |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1133 | type InterAdapterTechProfileDownloadMessage struct { |
| 1134 | UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"` |
| 1135 | Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` |
| 1136 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1137 | XXX_unrecognized []byte `json:"-"` |
| 1138 | XXX_sizecache int32 `json:"-"` |
| 1139 | } |
| 1140 | |
| 1141 | func (m *InterAdapterTechProfileDownloadMessage) Reset() { |
| 1142 | *m = InterAdapterTechProfileDownloadMessage{} |
| 1143 | } |
| 1144 | func (m *InterAdapterTechProfileDownloadMessage) String() string { return proto.CompactTextString(m) } |
| 1145 | func (*InterAdapterTechProfileDownloadMessage) ProtoMessage() {} |
| 1146 | func (*InterAdapterTechProfileDownloadMessage) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 1147 | return fileDescriptor_941f0031a549667f, []int{16} |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1148 | } |
| 1149 | |
| 1150 | func (m *InterAdapterTechProfileDownloadMessage) XXX_Unmarshal(b []byte) error { |
| 1151 | return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Unmarshal(m, b) |
| 1152 | } |
| 1153 | func (m *InterAdapterTechProfileDownloadMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1154 | return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Marshal(b, m, deterministic) |
| 1155 | } |
| 1156 | func (m *InterAdapterTechProfileDownloadMessage) XXX_Merge(src proto.Message) { |
| 1157 | xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Merge(m, src) |
| 1158 | } |
| 1159 | func (m *InterAdapterTechProfileDownloadMessage) XXX_Size() int { |
| 1160 | return xxx_messageInfo_InterAdapterTechProfileDownloadMessage.Size(m) |
| 1161 | } |
| 1162 | func (m *InterAdapterTechProfileDownloadMessage) XXX_DiscardUnknown() { |
| 1163 | xxx_messageInfo_InterAdapterTechProfileDownloadMessage.DiscardUnknown(m) |
| 1164 | } |
| 1165 | |
| 1166 | var xxx_messageInfo_InterAdapterTechProfileDownloadMessage proto.InternalMessageInfo |
| 1167 | |
| 1168 | func (m *InterAdapterTechProfileDownloadMessage) GetUniId() uint32 { |
| 1169 | if m != nil { |
| 1170 | return m.UniId |
| 1171 | } |
| 1172 | return 0 |
| 1173 | } |
| 1174 | |
| 1175 | func (m *InterAdapterTechProfileDownloadMessage) GetPath() string { |
| 1176 | if m != nil { |
| 1177 | return m.Path |
| 1178 | } |
| 1179 | return "" |
| 1180 | } |
| 1181 | |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1182 | type InterAdapterDeleteGemPortMessage struct { |
| 1183 | UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"` |
| 1184 | TpPath string `protobuf:"bytes,2,opt,name=tp_path,json=tpPath,proto3" json:"tp_path,omitempty"` |
| 1185 | GemPortId uint32 `protobuf:"varint,3,opt,name=gem_port_id,json=gemPortId,proto3" json:"gem_port_id,omitempty"` |
| 1186 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1187 | XXX_unrecognized []byte `json:"-"` |
| 1188 | XXX_sizecache int32 `json:"-"` |
| 1189 | } |
| 1190 | |
| 1191 | func (m *InterAdapterDeleteGemPortMessage) Reset() { *m = InterAdapterDeleteGemPortMessage{} } |
| 1192 | func (m *InterAdapterDeleteGemPortMessage) String() string { return proto.CompactTextString(m) } |
| 1193 | func (*InterAdapterDeleteGemPortMessage) ProtoMessage() {} |
| 1194 | func (*InterAdapterDeleteGemPortMessage) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 1195 | return fileDescriptor_941f0031a549667f, []int{17} |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1196 | } |
| 1197 | |
| 1198 | func (m *InterAdapterDeleteGemPortMessage) XXX_Unmarshal(b []byte) error { |
| 1199 | return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Unmarshal(m, b) |
| 1200 | } |
| 1201 | func (m *InterAdapterDeleteGemPortMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1202 | return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Marshal(b, m, deterministic) |
| 1203 | } |
| 1204 | func (m *InterAdapterDeleteGemPortMessage) XXX_Merge(src proto.Message) { |
| 1205 | xxx_messageInfo_InterAdapterDeleteGemPortMessage.Merge(m, src) |
| 1206 | } |
| 1207 | func (m *InterAdapterDeleteGemPortMessage) XXX_Size() int { |
| 1208 | return xxx_messageInfo_InterAdapterDeleteGemPortMessage.Size(m) |
| 1209 | } |
| 1210 | func (m *InterAdapterDeleteGemPortMessage) XXX_DiscardUnknown() { |
| 1211 | xxx_messageInfo_InterAdapterDeleteGemPortMessage.DiscardUnknown(m) |
| 1212 | } |
| 1213 | |
| 1214 | var xxx_messageInfo_InterAdapterDeleteGemPortMessage proto.InternalMessageInfo |
| 1215 | |
| 1216 | func (m *InterAdapterDeleteGemPortMessage) GetUniId() uint32 { |
| 1217 | if m != nil { |
| 1218 | return m.UniId |
| 1219 | } |
| 1220 | return 0 |
| 1221 | } |
| 1222 | |
| 1223 | func (m *InterAdapterDeleteGemPortMessage) GetTpPath() string { |
| 1224 | if m != nil { |
| 1225 | return m.TpPath |
| 1226 | } |
| 1227 | return "" |
| 1228 | } |
| 1229 | |
| 1230 | func (m *InterAdapterDeleteGemPortMessage) GetGemPortId() uint32 { |
| 1231 | if m != nil { |
| 1232 | return m.GemPortId |
| 1233 | } |
| 1234 | return 0 |
| 1235 | } |
| 1236 | |
| 1237 | type InterAdapterDeleteTcontMessage struct { |
| 1238 | UniId uint32 `protobuf:"varint,1,opt,name=uni_id,json=uniId,proto3" json:"uni_id,omitempty"` |
| 1239 | TpPath string `protobuf:"bytes,2,opt,name=tp_path,json=tpPath,proto3" json:"tp_path,omitempty"` |
| 1240 | AllocId uint32 `protobuf:"varint,3,opt,name=alloc_id,json=allocId,proto3" json:"alloc_id,omitempty"` |
| 1241 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1242 | XXX_unrecognized []byte `json:"-"` |
| 1243 | XXX_sizecache int32 `json:"-"` |
| 1244 | } |
| 1245 | |
| 1246 | func (m *InterAdapterDeleteTcontMessage) Reset() { *m = InterAdapterDeleteTcontMessage{} } |
| 1247 | func (m *InterAdapterDeleteTcontMessage) String() string { return proto.CompactTextString(m) } |
| 1248 | func (*InterAdapterDeleteTcontMessage) ProtoMessage() {} |
| 1249 | func (*InterAdapterDeleteTcontMessage) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 1250 | return fileDescriptor_941f0031a549667f, []int{18} |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1251 | } |
| 1252 | |
| 1253 | func (m *InterAdapterDeleteTcontMessage) XXX_Unmarshal(b []byte) error { |
| 1254 | return xxx_messageInfo_InterAdapterDeleteTcontMessage.Unmarshal(m, b) |
| 1255 | } |
| 1256 | func (m *InterAdapterDeleteTcontMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1257 | return xxx_messageInfo_InterAdapterDeleteTcontMessage.Marshal(b, m, deterministic) |
| 1258 | } |
| 1259 | func (m *InterAdapterDeleteTcontMessage) XXX_Merge(src proto.Message) { |
| 1260 | xxx_messageInfo_InterAdapterDeleteTcontMessage.Merge(m, src) |
| 1261 | } |
| 1262 | func (m *InterAdapterDeleteTcontMessage) XXX_Size() int { |
| 1263 | return xxx_messageInfo_InterAdapterDeleteTcontMessage.Size(m) |
| 1264 | } |
| 1265 | func (m *InterAdapterDeleteTcontMessage) XXX_DiscardUnknown() { |
| 1266 | xxx_messageInfo_InterAdapterDeleteTcontMessage.DiscardUnknown(m) |
| 1267 | } |
| 1268 | |
| 1269 | var xxx_messageInfo_InterAdapterDeleteTcontMessage proto.InternalMessageInfo |
| 1270 | |
| 1271 | func (m *InterAdapterDeleteTcontMessage) GetUniId() uint32 { |
| 1272 | if m != nil { |
| 1273 | return m.UniId |
| 1274 | } |
| 1275 | return 0 |
| 1276 | } |
| 1277 | |
| 1278 | func (m *InterAdapterDeleteTcontMessage) GetTpPath() string { |
| 1279 | if m != nil { |
| 1280 | return m.TpPath |
| 1281 | } |
| 1282 | return "" |
| 1283 | } |
| 1284 | |
| 1285 | func (m *InterAdapterDeleteTcontMessage) GetAllocId() uint32 { |
| 1286 | if m != nil { |
| 1287 | return m.AllocId |
| 1288 | } |
| 1289 | return 0 |
| 1290 | } |
| 1291 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1292 | type InterAdapterResponseBody struct { |
| 1293 | Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` |
| 1294 | // Types that are valid to be assigned to Payload: |
| 1295 | // *InterAdapterResponseBody_Body |
| 1296 | // *InterAdapterResponseBody_Omci |
| 1297 | Payload isInterAdapterResponseBody_Payload `protobuf_oneof:"payload"` |
| 1298 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1299 | XXX_unrecognized []byte `json:"-"` |
| 1300 | XXX_sizecache int32 `json:"-"` |
| 1301 | } |
| 1302 | |
| 1303 | func (m *InterAdapterResponseBody) Reset() { *m = InterAdapterResponseBody{} } |
| 1304 | func (m *InterAdapterResponseBody) String() string { return proto.CompactTextString(m) } |
| 1305 | func (*InterAdapterResponseBody) ProtoMessage() {} |
| 1306 | func (*InterAdapterResponseBody) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 1307 | return fileDescriptor_941f0031a549667f, []int{19} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1308 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1309 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1310 | func (m *InterAdapterResponseBody) XXX_Unmarshal(b []byte) error { |
| 1311 | return xxx_messageInfo_InterAdapterResponseBody.Unmarshal(m, b) |
| 1312 | } |
| 1313 | func (m *InterAdapterResponseBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1314 | return xxx_messageInfo_InterAdapterResponseBody.Marshal(b, m, deterministic) |
| 1315 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1316 | func (m *InterAdapterResponseBody) XXX_Merge(src proto.Message) { |
| 1317 | xxx_messageInfo_InterAdapterResponseBody.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1318 | } |
| 1319 | func (m *InterAdapterResponseBody) XXX_Size() int { |
| 1320 | return xxx_messageInfo_InterAdapterResponseBody.Size(m) |
| 1321 | } |
| 1322 | func (m *InterAdapterResponseBody) XXX_DiscardUnknown() { |
| 1323 | xxx_messageInfo_InterAdapterResponseBody.DiscardUnknown(m) |
| 1324 | } |
| 1325 | |
| 1326 | var xxx_messageInfo_InterAdapterResponseBody proto.InternalMessageInfo |
| 1327 | |
| 1328 | func (m *InterAdapterResponseBody) GetStatus() bool { |
| 1329 | if m != nil { |
| 1330 | return m.Status |
| 1331 | } |
| 1332 | return false |
| 1333 | } |
| 1334 | |
| 1335 | type isInterAdapterResponseBody_Payload interface { |
| 1336 | isInterAdapterResponseBody_Payload() |
| 1337 | } |
| 1338 | |
| 1339 | type InterAdapterResponseBody_Body struct { |
| 1340 | Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3,oneof"` |
| 1341 | } |
| 1342 | |
| 1343 | type InterAdapterResponseBody_Omci struct { |
| 1344 | Omci *InterAdapterOmciMessage `protobuf:"bytes,3,opt,name=omci,proto3,oneof"` |
| 1345 | } |
| 1346 | |
| 1347 | func (*InterAdapterResponseBody_Body) isInterAdapterResponseBody_Payload() {} |
| 1348 | |
| 1349 | func (*InterAdapterResponseBody_Omci) isInterAdapterResponseBody_Payload() {} |
| 1350 | |
| 1351 | func (m *InterAdapterResponseBody) GetPayload() isInterAdapterResponseBody_Payload { |
| 1352 | if m != nil { |
| 1353 | return m.Payload |
| 1354 | } |
| 1355 | return nil |
| 1356 | } |
| 1357 | |
| 1358 | func (m *InterAdapterResponseBody) GetBody() *any.Any { |
| 1359 | if x, ok := m.GetPayload().(*InterAdapterResponseBody_Body); ok { |
| 1360 | return x.Body |
| 1361 | } |
| 1362 | return nil |
| 1363 | } |
| 1364 | |
| 1365 | func (m *InterAdapterResponseBody) GetOmci() *InterAdapterOmciMessage { |
| 1366 | if x, ok := m.GetPayload().(*InterAdapterResponseBody_Omci); ok { |
| 1367 | return x.Omci |
| 1368 | } |
| 1369 | return nil |
| 1370 | } |
| 1371 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1372 | // XXX_OneofWrappers is for the internal use of the proto package. |
| 1373 | func (*InterAdapterResponseBody) XXX_OneofWrappers() []interface{} { |
| 1374 | return []interface{}{ |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1375 | (*InterAdapterResponseBody_Body)(nil), |
| 1376 | (*InterAdapterResponseBody_Omci)(nil), |
| 1377 | } |
| 1378 | } |
| 1379 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1380 | type InterAdapterMessage struct { |
| 1381 | Header *InterAdapterHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` |
| 1382 | Body *any.Any `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"` |
| 1383 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 1384 | XXX_unrecognized []byte `json:"-"` |
| 1385 | XXX_sizecache int32 `json:"-"` |
| 1386 | } |
| 1387 | |
| 1388 | func (m *InterAdapterMessage) Reset() { *m = InterAdapterMessage{} } |
| 1389 | func (m *InterAdapterMessage) String() string { return proto.CompactTextString(m) } |
| 1390 | func (*InterAdapterMessage) ProtoMessage() {} |
| 1391 | func (*InterAdapterMessage) Descriptor() ([]byte, []int) { |
khenaidoo | ce41ea4 | 2020-06-09 18:10:16 -0400 | [diff] [blame] | 1392 | return fileDescriptor_941f0031a549667f, []int{20} |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1393 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1394 | |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1395 | func (m *InterAdapterMessage) XXX_Unmarshal(b []byte) error { |
| 1396 | return xxx_messageInfo_InterAdapterMessage.Unmarshal(m, b) |
| 1397 | } |
| 1398 | func (m *InterAdapterMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1399 | return xxx_messageInfo_InterAdapterMessage.Marshal(b, m, deterministic) |
| 1400 | } |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1401 | func (m *InterAdapterMessage) XXX_Merge(src proto.Message) { |
| 1402 | xxx_messageInfo_InterAdapterMessage.Merge(m, src) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1403 | } |
| 1404 | func (m *InterAdapterMessage) XXX_Size() int { |
| 1405 | return xxx_messageInfo_InterAdapterMessage.Size(m) |
| 1406 | } |
| 1407 | func (m *InterAdapterMessage) XXX_DiscardUnknown() { |
| 1408 | xxx_messageInfo_InterAdapterMessage.DiscardUnknown(m) |
| 1409 | } |
| 1410 | |
| 1411 | var xxx_messageInfo_InterAdapterMessage proto.InternalMessageInfo |
| 1412 | |
| 1413 | func (m *InterAdapterMessage) GetHeader() *InterAdapterHeader { |
| 1414 | if m != nil { |
| 1415 | return m.Header |
| 1416 | } |
| 1417 | return nil |
| 1418 | } |
| 1419 | |
| 1420 | func (m *InterAdapterMessage) GetBody() *any.Any { |
| 1421 | if m != nil { |
| 1422 | return m.Body |
| 1423 | } |
| 1424 | return nil |
| 1425 | } |
| 1426 | |
| 1427 | func init() { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1428 | proto.RegisterEnum("voltha.MessageType", MessageType_name, MessageType_value) |
| 1429 | proto.RegisterEnum("voltha.ErrorCodeCodes", ErrorCodeCodes_name, ErrorCodeCodes_value) |
| 1430 | proto.RegisterEnum("voltha.InterAdapterMessageType_Types", InterAdapterMessageType_Types_name, InterAdapterMessageType_Types_value) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1431 | proto.RegisterType((*StrType)(nil), "voltha.StrType") |
| 1432 | proto.RegisterType((*IntType)(nil), "voltha.IntType") |
| 1433 | proto.RegisterType((*BoolType)(nil), "voltha.BoolType") |
| 1434 | proto.RegisterType((*Packet)(nil), "voltha.Packet") |
| 1435 | proto.RegisterType((*ErrorCode)(nil), "voltha.ErrorCode") |
| 1436 | proto.RegisterType((*Error)(nil), "voltha.Error") |
| 1437 | proto.RegisterType((*Header)(nil), "voltha.Header") |
| 1438 | proto.RegisterType((*Argument)(nil), "voltha.Argument") |
| 1439 | proto.RegisterType((*InterContainerMessage)(nil), "voltha.InterContainerMessage") |
| 1440 | proto.RegisterType((*InterContainerRequestBody)(nil), "voltha.InterContainerRequestBody") |
| 1441 | proto.RegisterType((*InterContainerResponseBody)(nil), "voltha.InterContainerResponseBody") |
| 1442 | proto.RegisterType((*SwitchCapability)(nil), "voltha.SwitchCapability") |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1443 | proto.RegisterType((*DeviceDiscovered)(nil), "voltha.DeviceDiscovered") |
| 1444 | proto.RegisterType((*InterAdapterMessageType)(nil), "voltha.InterAdapterMessageType") |
| 1445 | proto.RegisterType((*InterAdapterHeader)(nil), "voltha.InterAdapterHeader") |
| 1446 | proto.RegisterType((*InterAdapterOmciMessage)(nil), "voltha.InterAdapterOmciMessage") |
Matt Jeanneret | 15249fa | 2019-04-12 20:25:31 -0400 | [diff] [blame] | 1447 | proto.RegisterType((*InterAdapterTechProfileDownloadMessage)(nil), "voltha.InterAdapterTechProfileDownloadMessage") |
Girish Gowdra | 475e63e | 2019-11-20 16:42:59 +0530 | [diff] [blame] | 1448 | proto.RegisterType((*InterAdapterDeleteGemPortMessage)(nil), "voltha.InterAdapterDeleteGemPortMessage") |
| 1449 | proto.RegisterType((*InterAdapterDeleteTcontMessage)(nil), "voltha.InterAdapterDeleteTcontMessage") |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1450 | proto.RegisterType((*InterAdapterResponseBody)(nil), "voltha.InterAdapterResponseBody") |
| 1451 | proto.RegisterType((*InterAdapterMessage)(nil), "voltha.InterAdapterMessage") |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1452 | } |
| 1453 | |
| 1454 | func init() { |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1455 | proto.RegisterFile("voltha_protos/inter_container.proto", fileDescriptor_941f0031a549667f) |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1456 | } |
| 1457 | |
William Kurkian | ad74565 | 2019-03-20 08:45:51 -0400 | [diff] [blame] | 1458 | var fileDescriptor_941f0031a549667f = []byte{ |
Matteo Scandolo | b3c08ae | 2020-10-14 13:15:43 -0700 | [diff] [blame] | 1459 | // 1328 bytes of a gzipped FileDescriptorProto |
| 1460 | 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdd, 0x72, 0xdb, 0x44, |
| 1461 | 0x14, 0xae, 0xff, 0xed, 0xe3, 0xc4, 0x75, 0x37, 0x4d, 0xe3, 0x24, 0xfd, 0x09, 0xa2, 0x94, 0xd0, |
| 1462 | 0x82, 0x33, 0xb8, 0x30, 0xc0, 0x15, 0x38, 0xb6, 0xda, 0x68, 0xc6, 0xb1, 0x8d, 0xec, 0xb4, 0x0c, |
| 1463 | 0xc3, 0x8c, 0x46, 0x91, 0x36, 0xb6, 0x26, 0xb2, 0x56, 0x5d, 0xad, 0x53, 0x74, 0xc3, 0x0c, 0x77, |
| 1464 | 0xbc, 0x04, 0x33, 0x5c, 0xf1, 0x0e, 0xbc, 0x06, 0x4f, 0xc4, 0xec, 0x8f, 0x6c, 0xd9, 0x6d, 0xe8, |
| 1465 | 0x50, 0xee, 0x74, 0xce, 0xf7, 0xed, 0x39, 0xda, 0x73, 0xf6, 0x7c, 0xbb, 0xf0, 0xe1, 0x15, 0xf1, |
| 1466 | 0xd9, 0xd4, 0xb6, 0x42, 0x4a, 0x18, 0x89, 0x8e, 0xbc, 0x80, 0x61, 0x6a, 0x39, 0x24, 0x60, 0xb6, |
| 1467 | 0x17, 0x60, 0xda, 0x14, 0x6e, 0x54, 0x94, 0xa4, 0xbd, 0xbd, 0x55, 0xb2, 0x43, 0x66, 0x33, 0x12, |
| 1468 | 0x48, 0xce, 0x3a, 0x26, 0x2d, 0x85, 0xed, 0x4e, 0x08, 0x99, 0xf8, 0xf8, 0x48, 0x58, 0xe7, 0xf3, |
| 1469 | 0x8b, 0x23, 0x3b, 0x88, 0x15, 0xf4, 0x60, 0x75, 0x19, 0x09, 0x71, 0x70, 0xe1, 0x93, 0xd7, 0xd6, |
| 1470 | 0xe7, 0x4f, 0x15, 0x41, 0x5b, 0x25, 0xf8, 0x64, 0xe2, 0x39, 0xb6, 0x6f, 0xb9, 0xf8, 0xca, 0x73, |
| 1471 | 0x70, 0x12, 0x64, 0x3d, 0x3e, 0xf3, 0x66, 0x38, 0x62, 0xf6, 0x2c, 0x94, 0x04, 0x6d, 0x1f, 0x4a, |
| 1472 | 0x23, 0x46, 0xc7, 0x71, 0x88, 0x51, 0x1d, 0x72, 0x57, 0xb6, 0xdf, 0xc8, 0x1c, 0x64, 0x0e, 0x2b, |
| 1473 | 0x26, 0xff, 0xe4, 0xa0, 0x11, 0xb0, 0x75, 0x30, 0x27, 0xc1, 0xbb, 0x50, 0x3e, 0x26, 0xc4, 0x5f, |
| 1474 | 0x47, 0xcb, 0x12, 0xd5, 0xa0, 0x38, 0xb4, 0x9d, 0x4b, 0xcc, 0x50, 0x03, 0x4a, 0xa1, 0x1d, 0xfb, |
| 1475 | 0xc4, 0x76, 0x05, 0xbe, 0x61, 0x26, 0xa6, 0xf6, 0x13, 0x54, 0x74, 0x4a, 0x09, 0xed, 0x10, 0x17, |
| 1476 | 0x6b, 0x03, 0x28, 0x38, 0xc4, 0xc5, 0x11, 0xda, 0x81, 0xad, 0xb3, 0xfe, 0xe8, 0x6c, 0x38, 0x1c, |
| 1477 | 0x98, 0x63, 0xbd, 0x6b, 0x99, 0xfa, 0xf7, 0x67, 0xfa, 0x68, 0x5c, 0xbf, 0x81, 0xee, 0x00, 0x32, |
| 1478 | 0xfa, 0x2f, 0xda, 0x3d, 0xa3, 0x6b, 0x0d, 0xdb, 0x66, 0xfb, 0x54, 0x1f, 0xeb, 0xe6, 0xa8, 0x9e, |
| 1479 | 0x41, 0xdb, 0x70, 0xab, 0xab, 0xb7, 0xbb, 0x3d, 0xa3, 0xaf, 0x5b, 0xfa, 0x0f, 0x1d, 0x5d, 0xef, |
| 1480 | 0xea, 0xdd, 0x7a, 0x56, 0xeb, 0x41, 0x41, 0x44, 0x47, 0x4f, 0x20, 0xcf, 0x23, 0x8b, 0xec, 0xb5, |
| 1481 | 0xd6, 0x4e, 0x53, 0x35, 0x60, 0x91, 0xba, 0x29, 0xf2, 0x9a, 0x82, 0x84, 0xee, 0x40, 0x91, 0x62, |
| 1482 | 0x3b, 0x22, 0x41, 0x23, 0x2b, 0xea, 0xa0, 0x2c, 0xed, 0xef, 0x0c, 0x14, 0x4f, 0xb0, 0xed, 0x62, |
| 1483 | 0x8a, 0x6a, 0x90, 0xf5, 0x5c, 0x55, 0xa6, 0xac, 0xe7, 0xa2, 0x8f, 0x21, 0xcf, 0xe2, 0x10, 0x8b, |
| 1484 | 0x05, 0xb5, 0xd6, 0x56, 0x12, 0xff, 0x14, 0x47, 0x91, 0x3d, 0xc1, 0xbc, 0x3e, 0xa6, 0x20, 0xa0, |
| 1485 | 0x7b, 0x00, 0x17, 0x94, 0xcc, 0x2c, 0x46, 0x42, 0xcf, 0x69, 0xe4, 0x44, 0x80, 0x0a, 0xf7, 0x8c, |
| 1486 | 0xb9, 0x03, 0xed, 0x42, 0x99, 0x11, 0x05, 0xe6, 0x05, 0x58, 0x62, 0x44, 0x42, 0xfb, 0x50, 0xb9, |
| 1487 | 0xc4, 0xb1, 0xc2, 0x0a, 0x02, 0x2b, 0x5f, 0xe2, 0x58, 0x82, 0x5f, 0x43, 0x65, 0xd1, 0xd5, 0x46, |
| 1488 | 0xf1, 0x20, 0x73, 0x58, 0x6d, 0xed, 0x35, 0x65, 0xdf, 0x9b, 0x49, 0xdf, 0x9b, 0xe3, 0x84, 0x61, |
| 1489 | 0x2e, 0xc9, 0xda, 0x09, 0x94, 0xdb, 0x74, 0x32, 0x9f, 0xe1, 0x80, 0xf1, 0x16, 0x5e, 0xe2, 0x38, |
| 1490 | 0xe9, 0xfe, 0x25, 0x8e, 0xd1, 0x63, 0x28, 0x5c, 0xd9, 0xfe, 0x5c, 0x6e, 0xac, 0xda, 0xba, 0xfd, |
| 1491 | 0x46, 0xcc, 0x76, 0x10, 0x9b, 0x92, 0xa2, 0x79, 0xb0, 0x6d, 0xf0, 0x01, 0xe9, 0x24, 0xf3, 0xa1, |
| 1492 | 0x76, 0x8f, 0x1e, 0x41, 0x71, 0x2a, 0xca, 0x26, 0x22, 0x57, 0x5b, 0xb5, 0xa4, 0x3c, 0xb2, 0x98, |
| 1493 | 0xa6, 0x42, 0xd1, 0x21, 0xe4, 0xcf, 0x89, 0x1b, 0xff, 0x6b, 0x2e, 0xc1, 0xd0, 0xfe, 0xcc, 0xc0, |
| 1494 | 0xee, 0x6a, 0x2e, 0x13, 0xbf, 0x9a, 0xe3, 0x88, 0x1d, 0x13, 0x37, 0xe6, 0xdb, 0xa0, 0xa1, 0xa3, |
| 1495 | 0x9a, 0xc7, 0x3f, 0xd1, 0x43, 0xc8, 0xdb, 0x74, 0x12, 0x35, 0x72, 0x07, 0xb9, 0xc3, 0x6a, 0xab, |
| 1496 | 0x9e, 0xe4, 0x4f, 0x36, 0x6e, 0x0a, 0x14, 0x3d, 0x81, 0x5b, 0x14, 0x47, 0x21, 0x09, 0x22, 0x6c, |
| 1497 | 0x51, 0xfc, 0x6a, 0xee, 0x51, 0xec, 0x8a, 0x2e, 0x94, 0xcd, 0x7a, 0x02, 0x98, 0xca, 0x8f, 0x1e, |
| 1498 | 0x42, 0x8d, 0xe2, 0xd0, 0xe7, 0x0d, 0x59, 0xe9, 0xc9, 0x86, 0xf0, 0x8e, 0x65, 0xd3, 0x34, 0x17, |
| 1499 | 0xf6, 0xd6, 0xff, 0x53, 0xc6, 0x11, 0x3f, 0xda, 0x80, 0x52, 0x34, 0x77, 0x1c, 0x1c, 0x45, 0x6a, |
| 1500 | 0x6c, 0x12, 0x13, 0x7d, 0xca, 0x8f, 0x60, 0x34, 0xf7, 0x99, 0x38, 0x22, 0xd7, 0x15, 0x43, 0x71, |
| 1501 | 0xb4, 0xdf, 0x32, 0x50, 0x1f, 0xbd, 0xf6, 0x98, 0x33, 0xed, 0xd8, 0xa1, 0x7d, 0xee, 0xf9, 0x1e, |
| 1502 | 0x8b, 0xd1, 0x27, 0x90, 0x77, 0x71, 0xe4, 0xa8, 0x9a, 0x6f, 0x37, 0xd3, 0xe2, 0x41, 0x2e, 0x42, |
| 1503 | 0x8b, 0x83, 0xa6, 0xa0, 0x20, 0x03, 0x6e, 0x46, 0x62, 0xb9, 0x75, 0x81, 0x6d, 0x36, 0xa7, 0x38, |
| 1504 | 0x52, 0x3d, 0x38, 0x78, 0x63, 0xd5, 0x1a, 0xcf, 0xac, 0x49, 0xc7, 0x33, 0x65, 0x6b, 0xbf, 0x40, |
| 1505 | 0xbd, 0x2b, 0xc4, 0xa7, 0xeb, 0x45, 0x0e, 0xb9, 0xc2, 0xbc, 0x54, 0xeb, 0xc3, 0xb2, 0x0f, 0x95, |
| 1506 | 0xd0, 0xa6, 0x38, 0x60, 0x96, 0xe7, 0xaa, 0x2e, 0x95, 0xa5, 0xc3, 0x70, 0xd1, 0x03, 0xa8, 0x4a, |
| 1507 | 0xf5, 0xb2, 0xc4, 0x40, 0xc9, 0x09, 0x01, 0xe9, 0x12, 0x3a, 0x73, 0x17, 0x2a, 0xe1, 0xfc, 0xdc, |
| 1508 | 0xf7, 0xa2, 0x29, 0xa6, 0x6a, 0x46, 0x96, 0x0e, 0xed, 0xf7, 0x2c, 0xec, 0x88, 0x8a, 0xb7, 0x5d, |
| 1509 | 0x3b, 0x64, 0x8b, 0x33, 0xc8, 0x57, 0x6a, 0xbf, 0x66, 0xa1, 0xc0, 0x3f, 0x22, 0x54, 0x87, 0x8d, |
| 1510 | 0x67, 0xbd, 0xc1, 0xcb, 0x94, 0xb0, 0xdc, 0x82, 0x4d, 0xe5, 0x19, 0x0d, 0x07, 0xfd, 0x91, 0x5e, |
| 1511 | 0xcf, 0x70, 0xd2, 0xe0, 0xb4, 0x63, 0x2c, 0x48, 0x59, 0x4e, 0x52, 0x1e, 0x45, 0xca, 0xa1, 0x2d, |
| 1512 | 0xb8, 0x79, 0xaa, 0x8f, 0x4d, 0xa3, 0x33, 0x5a, 0xf0, 0xf2, 0xe8, 0x36, 0xd4, 0x97, 0x4e, 0x45, |
| 1513 | 0x2d, 0x70, 0xea, 0xa0, 0x7f, 0x66, 0x19, 0xfd, 0xa5, 0xa0, 0x15, 0x39, 0x75, 0xe9, 0x54, 0xd4, |
| 1514 | 0x12, 0xfa, 0x00, 0xee, 0x8d, 0xf5, 0xce, 0x89, 0x35, 0x34, 0x07, 0xcf, 0x8c, 0x9e, 0x6e, 0x75, |
| 1515 | 0x07, 0x2f, 0xfb, 0xbd, 0x41, 0x7b, 0xb9, 0xb0, 0x8c, 0xf6, 0x61, 0xa7, 0xab, 0xf7, 0xf4, 0xb1, |
| 1516 | 0x6e, 0x3d, 0xd7, 0x4f, 0x2d, 0x2e, 0x94, 0x0b, 0xb0, 0x82, 0x1a, 0x70, 0x5b, 0x81, 0xe3, 0xce, |
| 1517 | 0xa0, 0xbf, 0x44, 0x80, 0xd7, 0x07, 0xa5, 0xeb, 0x73, 0x8d, 0x9e, 0x7d, 0xb3, 0xa2, 0x67, 0x1f, |
| 1518 | 0x25, 0x03, 0x73, 0x4d, 0x65, 0x9b, 0xa2, 0xaa, 0xff, 0x5b, 0xe1, 0x0e, 0x60, 0x83, 0x11, 0x75, |
| 1519 | 0x77, 0xf1, 0xa3, 0x21, 0x07, 0x0a, 0x18, 0x91, 0x27, 0xca, 0x70, 0xd1, 0x23, 0xb8, 0x19, 0x52, |
| 1520 | 0xf2, 0x73, 0x9c, 0x22, 0x15, 0x05, 0x69, 0x53, 0xb8, 0x17, 0xbc, 0x15, 0x39, 0x2c, 0xfd, 0x17, |
| 1521 | 0x39, 0xfc, 0x2b, 0xb3, 0x7a, 0x7e, 0x06, 0x33, 0xc7, 0x4b, 0x74, 0xac, 0x01, 0xa5, 0x99, 0xfc, |
| 1522 | 0x4c, 0x6e, 0x31, 0x65, 0xa2, 0x63, 0xa8, 0x39, 0x24, 0x08, 0xb0, 0xc3, 0xac, 0x88, 0xd9, 0x6c, |
| 1523 | 0x1e, 0xa9, 0xc2, 0xed, 0x37, 0xd5, 0x2b, 0xa0, 0x23, 0xd1, 0x91, 0x00, 0x55, 0xb9, 0x36, 0x9d, |
| 1524 | 0xb4, 0x13, 0x7d, 0x07, 0x72, 0x13, 0x96, 0xed, 0xba, 0x94, 0x4b, 0x82, 0x9c, 0xfc, 0xfd, 0xa4, |
| 1525 | 0xf6, 0x72, 0x73, 0xcd, 0x21, 0xe7, 0xb4, 0x25, 0xc5, 0xdc, 0x08, 0x53, 0x96, 0x36, 0x82, 0x47, |
| 1526 | 0xe9, 0x5f, 0x1f, 0x63, 0x67, 0x3a, 0xa4, 0xe4, 0xc2, 0xf3, 0x71, 0x97, 0xbc, 0x0e, 0xf8, 0x75, |
| 1527 | 0x9b, 0xec, 0x64, 0x1b, 0x8a, 0xf3, 0xc0, 0xb3, 0x54, 0xcb, 0x37, 0xcd, 0xc2, 0x3c, 0xf0, 0x0c, |
| 1528 | 0x17, 0x21, 0xc8, 0x87, 0x36, 0x9b, 0xaa, 0x99, 0x14, 0xdf, 0x1a, 0x85, 0x83, 0x74, 0xd0, 0x2e, |
| 1529 | 0xf6, 0x31, 0xc3, 0xcf, 0xf1, 0x6c, 0x48, 0x28, 0x7b, 0x47, 0xb8, 0x1d, 0x28, 0xb1, 0xd0, 0x4a, |
| 1530 | 0x45, 0x2c, 0xb2, 0x70, 0x68, 0xb3, 0x29, 0xba, 0x0f, 0xd5, 0x09, 0x9e, 0x59, 0x21, 0xa1, 0x42, |
| 1531 | 0x02, 0x72, 0x62, 0x51, 0x65, 0x22, 0x83, 0x1a, 0xae, 0x76, 0x09, 0xf7, 0xdf, 0xcc, 0x39, 0xe6, |
| 1532 | 0xef, 0xae, 0xf7, 0xcd, 0xb8, 0x0b, 0x65, 0xdb, 0xf7, 0x89, 0xb3, 0x4c, 0x57, 0x12, 0xb6, 0xe1, |
| 1533 | 0x6a, 0x7f, 0x64, 0xa0, 0x91, 0xce, 0xb6, 0xa2, 0xd0, 0x77, 0xa0, 0xa8, 0x1a, 0x2a, 0x05, 0x5a, |
| 1534 | 0x59, 0xe8, 0xf1, 0xbb, 0xaf, 0xaa, 0x93, 0x1b, 0xf2, 0xb2, 0x42, 0x5f, 0x42, 0x9e, 0xcc, 0x1c, |
| 1535 | 0x4f, 0xf5, 0xf3, 0xc1, 0xdb, 0x66, 0x29, 0x75, 0xca, 0xf8, 0x32, 0x4e, 0x3f, 0xae, 0x2c, 0xde, |
| 1536 | 0x4c, 0x5a, 0x04, 0x5b, 0x6f, 0x99, 0x3c, 0xd4, 0x5a, 0xbb, 0x57, 0xf7, 0xde, 0x16, 0xfa, 0x7d, |
| 1537 | 0xef, 0xd8, 0xc7, 0xdf, 0x42, 0x35, 0x35, 0xe2, 0xa8, 0x0a, 0xa5, 0xa5, 0x5a, 0x6e, 0x40, 0x39, |
| 1538 | 0x25, 0x94, 0xe2, 0xf1, 0xf5, 0xc2, 0xe8, 0xe8, 0x56, 0xd7, 0x18, 0x75, 0x06, 0x2f, 0x74, 0x93, |
| 1539 | 0x3f, 0xbe, 0x8e, 0xfb, 0xb0, 0x45, 0xe8, 0x44, 0xdc, 0x20, 0x0e, 0xa1, 0xae, 0xfa, 0xb9, 0x1f, |
| 1540 | 0xbf, 0x9a, 0x78, 0x6c, 0x3a, 0x3f, 0xe7, 0x93, 0x71, 0x94, 0x60, 0xea, 0x41, 0xfc, 0x59, 0xf2, |
| 1541 | 0x3c, 0xfe, 0xe2, 0x68, 0x42, 0xd6, 0x5f, 0xdb, 0xc3, 0x1b, 0xc3, 0xcc, 0x30, 0x7f, 0x5e, 0x14, |
| 1542 | 0x9c, 0xa7, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x63, 0xbd, 0xf4, 0x0f, 0x9b, 0x0b, 0x00, 0x00, |
William Kurkian | 1b363f4 | 2019-03-12 15:28:12 -0400 | [diff] [blame] | 1543 | } |