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