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