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