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