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