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