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