blob: 2de4df693eeb88e3f065c44b3df6b0f30758460c [file] [log] [blame]
kesavand8ec4fc02021-01-27 09:10:22 -05001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: voltha_protos/extensions.proto
3
4package extension
5
6import (
7 context "context"
8 fmt "fmt"
9 proto "github.com/golang/protobuf/proto"
10 empty "github.com/golang/protobuf/ptypes/empty"
11 config "github.com/opencord/voltha-protos/v4/go/ext/config"
12 grpc "google.golang.org/grpc"
David K. Bainbridge3e83a5b2021-04-09 16:18:04 +000013 codes "google.golang.org/grpc/codes"
14 status "google.golang.org/grpc/status"
kesavand8ec4fc02021-01-27 09:10:22 -050015 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// AlarmConfig from public import voltha_protos/ext_config.proto
30type AlarmConfig = config.AlarmConfig
31type AlarmConfig_OnuItuPonAlarmConfig = config.AlarmConfig_OnuItuPonAlarmConfig
32
33// OnuItuPonAlarm from public import voltha_protos/ext_config.proto
34type OnuItuPonAlarm = config.OnuItuPonAlarm
35type OnuItuPonAlarm_RateThresholdConfig_ = config.OnuItuPonAlarm_RateThresholdConfig_
36type OnuItuPonAlarm_RateRangeConfig_ = config.OnuItuPonAlarm_RateRangeConfig_
37type OnuItuPonAlarm_ValueThresholdConfig_ = config.OnuItuPonAlarm_ValueThresholdConfig_
38
39// OnuItuPonAlarm_SoakTime from public import voltha_protos/ext_config.proto
40type OnuItuPonAlarm_SoakTime = config.OnuItuPonAlarm_SoakTime
41
42// OnuItuPonAlarm_RateThresholdConfig from public import voltha_protos/ext_config.proto
43type OnuItuPonAlarm_RateThresholdConfig = config.OnuItuPonAlarm_RateThresholdConfig
44
45// OnuItuPonAlarm_RateRangeConfig from public import voltha_protos/ext_config.proto
46type OnuItuPonAlarm_RateRangeConfig = config.OnuItuPonAlarm_RateRangeConfig
47
48// OnuItuPonAlarm_ValueThresholdConfig from public import voltha_protos/ext_config.proto
49type OnuItuPonAlarm_ValueThresholdConfig = config.OnuItuPonAlarm_ValueThresholdConfig
50
51// OnuItuPonAlarm_AlarmID from public import voltha_protos/ext_config.proto
52type OnuItuPonAlarm_AlarmID = config.OnuItuPonAlarm_AlarmID
53
54var OnuItuPonAlarm_AlarmID_name = config.OnuItuPonAlarm_AlarmID_name
55var OnuItuPonAlarm_AlarmID_value = config.OnuItuPonAlarm_AlarmID_value
56
57const OnuItuPonAlarm_RDI_ERRORS = OnuItuPonAlarm_AlarmID(config.OnuItuPonAlarm_RDI_ERRORS)
58
59// OnuItuPonAlarm_AlarmReportingCondition from public import voltha_protos/ext_config.proto
60type OnuItuPonAlarm_AlarmReportingCondition = config.OnuItuPonAlarm_AlarmReportingCondition
61
62var OnuItuPonAlarm_AlarmReportingCondition_name = config.OnuItuPonAlarm_AlarmReportingCondition_name
63var OnuItuPonAlarm_AlarmReportingCondition_value = config.OnuItuPonAlarm_AlarmReportingCondition_value
64
65const OnuItuPonAlarm_RATE_THRESHOLD = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_RATE_THRESHOLD)
66const OnuItuPonAlarm_RATE_RANGE = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_RATE_RANGE)
67const OnuItuPonAlarm_VALUE_THRESHOLD = OnuItuPonAlarm_AlarmReportingCondition(config.OnuItuPonAlarm_VALUE_THRESHOLD)
68
69type GetOnuUniInfoResponse_ConfigurationInd int32
70
71const (
72 GetOnuUniInfoResponse_UNKOWN GetOnuUniInfoResponse_ConfigurationInd = 0
73 GetOnuUniInfoResponse_TEN_BASE_T_FDX GetOnuUniInfoResponse_ConfigurationInd = 1
74 GetOnuUniInfoResponse_HUNDRED_BASE_T_FDX GetOnuUniInfoResponse_ConfigurationInd = 2
75 GetOnuUniInfoResponse_GIGABIT_ETHERNET_FDX GetOnuUniInfoResponse_ConfigurationInd = 3
76 GetOnuUniInfoResponse_TEN_G_ETHERNET_FDX GetOnuUniInfoResponse_ConfigurationInd = 4
77 GetOnuUniInfoResponse_TEN_BASE_T_HDX GetOnuUniInfoResponse_ConfigurationInd = 5
78 GetOnuUniInfoResponse_HUNDRED_BASE_T_HDX GetOnuUniInfoResponse_ConfigurationInd = 6
79 GetOnuUniInfoResponse_GIGABIT_ETHERNET_HDX GetOnuUniInfoResponse_ConfigurationInd = 7
80)
81
82var GetOnuUniInfoResponse_ConfigurationInd_name = map[int32]string{
83 0: "UNKOWN",
84 1: "TEN_BASE_T_FDX",
85 2: "HUNDRED_BASE_T_FDX",
86 3: "GIGABIT_ETHERNET_FDX",
87 4: "TEN_G_ETHERNET_FDX",
88 5: "TEN_BASE_T_HDX",
89 6: "HUNDRED_BASE_T_HDX",
90 7: "GIGABIT_ETHERNET_HDX",
91}
92
93var GetOnuUniInfoResponse_ConfigurationInd_value = map[string]int32{
94 "UNKOWN": 0,
95 "TEN_BASE_T_FDX": 1,
96 "HUNDRED_BASE_T_FDX": 2,
97 "GIGABIT_ETHERNET_FDX": 3,
98 "TEN_G_ETHERNET_FDX": 4,
99 "TEN_BASE_T_HDX": 5,
100 "HUNDRED_BASE_T_HDX": 6,
101 "GIGABIT_ETHERNET_HDX": 7,
102}
103
104func (x GetOnuUniInfoResponse_ConfigurationInd) String() string {
105 return proto.EnumName(GetOnuUniInfoResponse_ConfigurationInd_name, int32(x))
106}
107
108func (GetOnuUniInfoResponse_ConfigurationInd) EnumDescriptor() ([]byte, []int) {
109 return fileDescriptor_7ecf6e9799a9202d, []int{3, 0}
110}
111
112type GetOnuUniInfoResponse_AdministrativeState int32
113
114const (
115 GetOnuUniInfoResponse_ADMSTATE_UNDEFINED GetOnuUniInfoResponse_AdministrativeState = 0
116 GetOnuUniInfoResponse_LOCKED GetOnuUniInfoResponse_AdministrativeState = 1
117 GetOnuUniInfoResponse_UNLOCKED GetOnuUniInfoResponse_AdministrativeState = 2
118)
119
120var GetOnuUniInfoResponse_AdministrativeState_name = map[int32]string{
121 0: "ADMSTATE_UNDEFINED",
122 1: "LOCKED",
123 2: "UNLOCKED",
124}
125
126var GetOnuUniInfoResponse_AdministrativeState_value = map[string]int32{
127 "ADMSTATE_UNDEFINED": 0,
128 "LOCKED": 1,
129 "UNLOCKED": 2,
130}
131
132func (x GetOnuUniInfoResponse_AdministrativeState) String() string {
133 return proto.EnumName(GetOnuUniInfoResponse_AdministrativeState_name, int32(x))
134}
135
136func (GetOnuUniInfoResponse_AdministrativeState) EnumDescriptor() ([]byte, []int) {
137 return fileDescriptor_7ecf6e9799a9202d, []int{3, 1}
138}
139
140type GetOnuUniInfoResponse_OperationalState int32
141
142const (
143 GetOnuUniInfoResponse_OPERSTATE_UNDEFINED GetOnuUniInfoResponse_OperationalState = 0
144 GetOnuUniInfoResponse_ENABLED GetOnuUniInfoResponse_OperationalState = 1
145 GetOnuUniInfoResponse_DISABLED GetOnuUniInfoResponse_OperationalState = 2
146)
147
148var GetOnuUniInfoResponse_OperationalState_name = map[int32]string{
149 0: "OPERSTATE_UNDEFINED",
150 1: "ENABLED",
151 2: "DISABLED",
152}
153
154var GetOnuUniInfoResponse_OperationalState_value = map[string]int32{
155 "OPERSTATE_UNDEFINED": 0,
156 "ENABLED": 1,
157 "DISABLED": 2,
158}
159
160func (x GetOnuUniInfoResponse_OperationalState) String() string {
161 return proto.EnumName(GetOnuUniInfoResponse_OperationalState_name, int32(x))
162}
163
164func (GetOnuUniInfoResponse_OperationalState) EnumDescriptor() ([]byte, []int) {
165 return fileDescriptor_7ecf6e9799a9202d, []int{3, 2}
166}
167
168type GetOltPortCounters_PortType int32
169
170const (
171 GetOltPortCounters_Port_UNKNOWN GetOltPortCounters_PortType = 0
172 GetOltPortCounters_Port_ETHERNET_NNI GetOltPortCounters_PortType = 1
173 GetOltPortCounters_Port_PON_OLT GetOltPortCounters_PortType = 2
174)
175
176var GetOltPortCounters_PortType_name = map[int32]string{
177 0: "Port_UNKNOWN",
178 1: "Port_ETHERNET_NNI",
179 2: "Port_PON_OLT",
180}
181
182var GetOltPortCounters_PortType_value = map[string]int32{
183 "Port_UNKNOWN": 0,
184 "Port_ETHERNET_NNI": 1,
185 "Port_PON_OLT": 2,
186}
187
188func (x GetOltPortCounters_PortType) String() string {
189 return proto.EnumName(GetOltPortCounters_PortType_name, int32(x))
190}
191
192func (GetOltPortCounters_PortType) EnumDescriptor() ([]byte, []int) {
193 return fileDescriptor_7ecf6e9799a9202d, []int{4, 0}
194}
195
196type GetOnuEthernetBridgePortHistory_Direction int32
197
198const (
199 GetOnuEthernetBridgePortHistory_UNDEFINED GetOnuEthernetBridgePortHistory_Direction = 0
200 GetOnuEthernetBridgePortHistory_UPSTREAM GetOnuEthernetBridgePortHistory_Direction = 1
201 GetOnuEthernetBridgePortHistory_DOWNSTREAM GetOnuEthernetBridgePortHistory_Direction = 2
202)
203
204var GetOnuEthernetBridgePortHistory_Direction_name = map[int32]string{
205 0: "UNDEFINED",
206 1: "UPSTREAM",
207 2: "DOWNSTREAM",
208}
209
210var GetOnuEthernetBridgePortHistory_Direction_value = map[string]int32{
211 "UNDEFINED": 0,
212 "UPSTREAM": 1,
213 "DOWNSTREAM": 2,
214}
215
216func (x GetOnuEthernetBridgePortHistory_Direction) String() string {
217 return proto.EnumName(GetOnuEthernetBridgePortHistory_Direction_name, int32(x))
218}
219
220func (GetOnuEthernetBridgePortHistory_Direction) EnumDescriptor() ([]byte, []int) {
221 return fileDescriptor_7ecf6e9799a9202d, []int{8, 0}
222}
223
224type GetValueResponse_Status int32
225
226const (
227 GetValueResponse_STATUS_UNDEFINED GetValueResponse_Status = 0
228 GetValueResponse_OK GetValueResponse_Status = 1
229 GetValueResponse_ERROR GetValueResponse_Status = 2
230)
231
232var GetValueResponse_Status_name = map[int32]string{
233 0: "STATUS_UNDEFINED",
234 1: "OK",
235 2: "ERROR",
236}
237
238var GetValueResponse_Status_value = map[string]int32{
239 "STATUS_UNDEFINED": 0,
240 "OK": 1,
241 "ERROR": 2,
242}
243
244func (x GetValueResponse_Status) String() string {
245 return proto.EnumName(GetValueResponse_Status_name, int32(x))
246}
247
248func (GetValueResponse_Status) EnumDescriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +0530249 return fileDescriptor_7ecf6e9799a9202d, []int{17, 0}
kesavand8ec4fc02021-01-27 09:10:22 -0500250}
251
252type GetValueResponse_ErrorReason int32
253
254const (
255 GetValueResponse_REASON_UNDEFINED GetValueResponse_ErrorReason = 0
256 GetValueResponse_UNSUPPORTED GetValueResponse_ErrorReason = 1
257 GetValueResponse_INVALID_DEVICE_ID GetValueResponse_ErrorReason = 2
258 GetValueResponse_INVALID_PORT_TYPE GetValueResponse_ErrorReason = 3
259 GetValueResponse_TIMEOUT GetValueResponse_ErrorReason = 4
260 GetValueResponse_INVALID_REQ_TYPE GetValueResponse_ErrorReason = 5
261 GetValueResponse_INTERNAL_ERROR GetValueResponse_ErrorReason = 6
Himani Chawla40acc122021-05-26 18:52:29 +0530262 GetValueResponse_INVALID_DEVICE GetValueResponse_ErrorReason = 7
kesavand8ec4fc02021-01-27 09:10:22 -0500263)
264
265var GetValueResponse_ErrorReason_name = map[int32]string{
266 0: "REASON_UNDEFINED",
267 1: "UNSUPPORTED",
268 2: "INVALID_DEVICE_ID",
269 3: "INVALID_PORT_TYPE",
270 4: "TIMEOUT",
271 5: "INVALID_REQ_TYPE",
272 6: "INTERNAL_ERROR",
Himani Chawla40acc122021-05-26 18:52:29 +0530273 7: "INVALID_DEVICE",
kesavand8ec4fc02021-01-27 09:10:22 -0500274}
275
276var GetValueResponse_ErrorReason_value = map[string]int32{
277 "REASON_UNDEFINED": 0,
278 "UNSUPPORTED": 1,
279 "INVALID_DEVICE_ID": 2,
280 "INVALID_PORT_TYPE": 3,
281 "TIMEOUT": 4,
282 "INVALID_REQ_TYPE": 5,
283 "INTERNAL_ERROR": 6,
Himani Chawla40acc122021-05-26 18:52:29 +0530284 "INVALID_DEVICE": 7,
kesavand8ec4fc02021-01-27 09:10:22 -0500285}
286
287func (x GetValueResponse_ErrorReason) String() string {
288 return proto.EnumName(GetValueResponse_ErrorReason_name, int32(x))
289}
290
291func (GetValueResponse_ErrorReason) EnumDescriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +0530292 return fileDescriptor_7ecf6e9799a9202d, []int{17, 1}
kesavand8ec4fc02021-01-27 09:10:22 -0500293}
294
295type SetValueResponse_Status int32
296
297const (
298 SetValueResponse_STATUS_UNDEFINED SetValueResponse_Status = 0
299 SetValueResponse_OK SetValueResponse_Status = 1
300 SetValueResponse_ERROR SetValueResponse_Status = 2
301)
302
303var SetValueResponse_Status_name = map[int32]string{
304 0: "STATUS_UNDEFINED",
305 1: "OK",
306 2: "ERROR",
307}
308
309var SetValueResponse_Status_value = map[string]int32{
310 "STATUS_UNDEFINED": 0,
311 "OK": 1,
312 "ERROR": 2,
313}
314
315func (x SetValueResponse_Status) String() string {
316 return proto.EnumName(SetValueResponse_Status_name, int32(x))
317}
318
319func (SetValueResponse_Status) EnumDescriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +0530320 return fileDescriptor_7ecf6e9799a9202d, []int{19, 0}
kesavand8ec4fc02021-01-27 09:10:22 -0500321}
322
323type SetValueResponse_ErrorReason int32
324
325const (
326 SetValueResponse_REASON_UNDEFINED SetValueResponse_ErrorReason = 0
327 SetValueResponse_UNSUPPORTED SetValueResponse_ErrorReason = 1
328)
329
330var SetValueResponse_ErrorReason_name = map[int32]string{
331 0: "REASON_UNDEFINED",
332 1: "UNSUPPORTED",
333}
334
335var SetValueResponse_ErrorReason_value = map[string]int32{
336 "REASON_UNDEFINED": 0,
337 "UNSUPPORTED": 1,
338}
339
340func (x SetValueResponse_ErrorReason) String() string {
341 return proto.EnumName(SetValueResponse_ErrorReason_name, int32(x))
342}
343
344func (SetValueResponse_ErrorReason) EnumDescriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +0530345 return fileDescriptor_7ecf6e9799a9202d, []int{19, 1}
kesavand8ec4fc02021-01-27 09:10:22 -0500346}
347
348type GetDistanceRequest struct {
349 OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"`
350 XXX_NoUnkeyedLiteral struct{} `json:"-"`
351 XXX_unrecognized []byte `json:"-"`
352 XXX_sizecache int32 `json:"-"`
353}
354
355func (m *GetDistanceRequest) Reset() { *m = GetDistanceRequest{} }
356func (m *GetDistanceRequest) String() string { return proto.CompactTextString(m) }
357func (*GetDistanceRequest) ProtoMessage() {}
358func (*GetDistanceRequest) Descriptor() ([]byte, []int) {
359 return fileDescriptor_7ecf6e9799a9202d, []int{0}
360}
361
362func (m *GetDistanceRequest) XXX_Unmarshal(b []byte) error {
363 return xxx_messageInfo_GetDistanceRequest.Unmarshal(m, b)
364}
365func (m *GetDistanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
366 return xxx_messageInfo_GetDistanceRequest.Marshal(b, m, deterministic)
367}
368func (m *GetDistanceRequest) XXX_Merge(src proto.Message) {
369 xxx_messageInfo_GetDistanceRequest.Merge(m, src)
370}
371func (m *GetDistanceRequest) XXX_Size() int {
372 return xxx_messageInfo_GetDistanceRequest.Size(m)
373}
374func (m *GetDistanceRequest) XXX_DiscardUnknown() {
375 xxx_messageInfo_GetDistanceRequest.DiscardUnknown(m)
376}
377
378var xxx_messageInfo_GetDistanceRequest proto.InternalMessageInfo
379
380func (m *GetDistanceRequest) GetOnuDeviceId() string {
381 if m != nil {
382 return m.OnuDeviceId
383 }
384 return ""
385}
386
387type GetDistanceResponse struct {
388 Distance uint32 `protobuf:"varint,1,opt,name=distance,proto3" json:"distance,omitempty"`
389 XXX_NoUnkeyedLiteral struct{} `json:"-"`
390 XXX_unrecognized []byte `json:"-"`
391 XXX_sizecache int32 `json:"-"`
392}
393
394func (m *GetDistanceResponse) Reset() { *m = GetDistanceResponse{} }
395func (m *GetDistanceResponse) String() string { return proto.CompactTextString(m) }
396func (*GetDistanceResponse) ProtoMessage() {}
397func (*GetDistanceResponse) Descriptor() ([]byte, []int) {
398 return fileDescriptor_7ecf6e9799a9202d, []int{1}
399}
400
401func (m *GetDistanceResponse) XXX_Unmarshal(b []byte) error {
402 return xxx_messageInfo_GetDistanceResponse.Unmarshal(m, b)
403}
404func (m *GetDistanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
405 return xxx_messageInfo_GetDistanceResponse.Marshal(b, m, deterministic)
406}
407func (m *GetDistanceResponse) XXX_Merge(src proto.Message) {
408 xxx_messageInfo_GetDistanceResponse.Merge(m, src)
409}
410func (m *GetDistanceResponse) XXX_Size() int {
411 return xxx_messageInfo_GetDistanceResponse.Size(m)
412}
413func (m *GetDistanceResponse) XXX_DiscardUnknown() {
414 xxx_messageInfo_GetDistanceResponse.DiscardUnknown(m)
415}
416
417var xxx_messageInfo_GetDistanceResponse proto.InternalMessageInfo
418
419func (m *GetDistanceResponse) GetDistance() uint32 {
420 if m != nil {
421 return m.Distance
422 }
423 return 0
424}
425
426type GetOnuUniInfoRequest struct {
427 UniIndex uint32 `protobuf:"varint,1,opt,name=uniIndex,proto3" json:"uniIndex,omitempty"`
428 XXX_NoUnkeyedLiteral struct{} `json:"-"`
429 XXX_unrecognized []byte `json:"-"`
430 XXX_sizecache int32 `json:"-"`
431}
432
433func (m *GetOnuUniInfoRequest) Reset() { *m = GetOnuUniInfoRequest{} }
434func (m *GetOnuUniInfoRequest) String() string { return proto.CompactTextString(m) }
435func (*GetOnuUniInfoRequest) ProtoMessage() {}
436func (*GetOnuUniInfoRequest) Descriptor() ([]byte, []int) {
437 return fileDescriptor_7ecf6e9799a9202d, []int{2}
438}
439
440func (m *GetOnuUniInfoRequest) XXX_Unmarshal(b []byte) error {
441 return xxx_messageInfo_GetOnuUniInfoRequest.Unmarshal(m, b)
442}
443func (m *GetOnuUniInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
444 return xxx_messageInfo_GetOnuUniInfoRequest.Marshal(b, m, deterministic)
445}
446func (m *GetOnuUniInfoRequest) XXX_Merge(src proto.Message) {
447 xxx_messageInfo_GetOnuUniInfoRequest.Merge(m, src)
448}
449func (m *GetOnuUniInfoRequest) XXX_Size() int {
450 return xxx_messageInfo_GetOnuUniInfoRequest.Size(m)
451}
452func (m *GetOnuUniInfoRequest) XXX_DiscardUnknown() {
453 xxx_messageInfo_GetOnuUniInfoRequest.DiscardUnknown(m)
454}
455
456var xxx_messageInfo_GetOnuUniInfoRequest proto.InternalMessageInfo
457
458func (m *GetOnuUniInfoRequest) GetUniIndex() uint32 {
459 if m != nil {
460 return m.UniIndex
461 }
462 return 0
463}
464
465type GetOnuUniInfoResponse struct {
466 AdmState GetOnuUniInfoResponse_AdministrativeState `protobuf:"varint,1,opt,name=admState,proto3,enum=extension.GetOnuUniInfoResponse_AdministrativeState" json:"admState,omitempty"`
467 OperState GetOnuUniInfoResponse_OperationalState `protobuf:"varint,2,opt,name=operState,proto3,enum=extension.GetOnuUniInfoResponse_OperationalState" json:"operState,omitempty"`
468 ConfigInd GetOnuUniInfoResponse_ConfigurationInd `protobuf:"varint,3,opt,name=configInd,proto3,enum=extension.GetOnuUniInfoResponse_ConfigurationInd" json:"configInd,omitempty"`
469 XXX_NoUnkeyedLiteral struct{} `json:"-"`
470 XXX_unrecognized []byte `json:"-"`
471 XXX_sizecache int32 `json:"-"`
472}
473
474func (m *GetOnuUniInfoResponse) Reset() { *m = GetOnuUniInfoResponse{} }
475func (m *GetOnuUniInfoResponse) String() string { return proto.CompactTextString(m) }
476func (*GetOnuUniInfoResponse) ProtoMessage() {}
477func (*GetOnuUniInfoResponse) Descriptor() ([]byte, []int) {
478 return fileDescriptor_7ecf6e9799a9202d, []int{3}
479}
480
481func (m *GetOnuUniInfoResponse) XXX_Unmarshal(b []byte) error {
482 return xxx_messageInfo_GetOnuUniInfoResponse.Unmarshal(m, b)
483}
484func (m *GetOnuUniInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
485 return xxx_messageInfo_GetOnuUniInfoResponse.Marshal(b, m, deterministic)
486}
487func (m *GetOnuUniInfoResponse) XXX_Merge(src proto.Message) {
488 xxx_messageInfo_GetOnuUniInfoResponse.Merge(m, src)
489}
490func (m *GetOnuUniInfoResponse) XXX_Size() int {
491 return xxx_messageInfo_GetOnuUniInfoResponse.Size(m)
492}
493func (m *GetOnuUniInfoResponse) XXX_DiscardUnknown() {
494 xxx_messageInfo_GetOnuUniInfoResponse.DiscardUnknown(m)
495}
496
497var xxx_messageInfo_GetOnuUniInfoResponse proto.InternalMessageInfo
498
499func (m *GetOnuUniInfoResponse) GetAdmState() GetOnuUniInfoResponse_AdministrativeState {
500 if m != nil {
501 return m.AdmState
502 }
503 return GetOnuUniInfoResponse_ADMSTATE_UNDEFINED
504}
505
506func (m *GetOnuUniInfoResponse) GetOperState() GetOnuUniInfoResponse_OperationalState {
507 if m != nil {
508 return m.OperState
509 }
510 return GetOnuUniInfoResponse_OPERSTATE_UNDEFINED
511}
512
513func (m *GetOnuUniInfoResponse) GetConfigInd() GetOnuUniInfoResponse_ConfigurationInd {
514 if m != nil {
515 return m.ConfigInd
516 }
517 return GetOnuUniInfoResponse_UNKOWN
518}
519
520type GetOltPortCounters struct {
521 PortNo uint32 `protobuf:"varint,1,opt,name=portNo,proto3" json:"portNo,omitempty"`
522 PortType GetOltPortCounters_PortType `protobuf:"varint,2,opt,name=portType,proto3,enum=extension.GetOltPortCounters_PortType" json:"portType,omitempty"`
523 XXX_NoUnkeyedLiteral struct{} `json:"-"`
524 XXX_unrecognized []byte `json:"-"`
525 XXX_sizecache int32 `json:"-"`
526}
527
528func (m *GetOltPortCounters) Reset() { *m = GetOltPortCounters{} }
529func (m *GetOltPortCounters) String() string { return proto.CompactTextString(m) }
530func (*GetOltPortCounters) ProtoMessage() {}
531func (*GetOltPortCounters) Descriptor() ([]byte, []int) {
532 return fileDescriptor_7ecf6e9799a9202d, []int{4}
533}
534
535func (m *GetOltPortCounters) XXX_Unmarshal(b []byte) error {
536 return xxx_messageInfo_GetOltPortCounters.Unmarshal(m, b)
537}
538func (m *GetOltPortCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
539 return xxx_messageInfo_GetOltPortCounters.Marshal(b, m, deterministic)
540}
541func (m *GetOltPortCounters) XXX_Merge(src proto.Message) {
542 xxx_messageInfo_GetOltPortCounters.Merge(m, src)
543}
544func (m *GetOltPortCounters) XXX_Size() int {
545 return xxx_messageInfo_GetOltPortCounters.Size(m)
546}
547func (m *GetOltPortCounters) XXX_DiscardUnknown() {
548 xxx_messageInfo_GetOltPortCounters.DiscardUnknown(m)
549}
550
551var xxx_messageInfo_GetOltPortCounters proto.InternalMessageInfo
552
553func (m *GetOltPortCounters) GetPortNo() uint32 {
554 if m != nil {
555 return m.PortNo
556 }
557 return 0
558}
559
560func (m *GetOltPortCounters) GetPortType() GetOltPortCounters_PortType {
561 if m != nil {
562 return m.PortType
563 }
564 return GetOltPortCounters_Port_UNKNOWN
565}
566
567type GetOltPortCountersResponse struct {
568 TxBytes uint64 `protobuf:"varint,1,opt,name=txBytes,proto3" json:"txBytes,omitempty"`
569 RxBytes uint64 `protobuf:"varint,2,opt,name=rxBytes,proto3" json:"rxBytes,omitempty"`
570 TxPackets uint64 `protobuf:"varint,3,opt,name=txPackets,proto3" json:"txPackets,omitempty"`
571 RxPackets uint64 `protobuf:"varint,4,opt,name=rxPackets,proto3" json:"rxPackets,omitempty"`
572 TxErrorPackets uint64 `protobuf:"varint,5,opt,name=txErrorPackets,proto3" json:"txErrorPackets,omitempty"`
573 RxErrorPackets uint64 `protobuf:"varint,6,opt,name=rxErrorPackets,proto3" json:"rxErrorPackets,omitempty"`
574 TxBcastPackets uint64 `protobuf:"varint,7,opt,name=txBcastPackets,proto3" json:"txBcastPackets,omitempty"`
575 RxBcastPackets uint64 `protobuf:"varint,8,opt,name=rxBcastPackets,proto3" json:"rxBcastPackets,omitempty"`
576 TxUcastPackets uint64 `protobuf:"varint,9,opt,name=txUcastPackets,proto3" json:"txUcastPackets,omitempty"`
577 RxUcastPackets uint64 `protobuf:"varint,10,opt,name=rxUcastPackets,proto3" json:"rxUcastPackets,omitempty"`
578 TxMcastPackets uint64 `protobuf:"varint,11,opt,name=txMcastPackets,proto3" json:"txMcastPackets,omitempty"`
579 RxMcastPackets uint64 `protobuf:"varint,12,opt,name=rxMcastPackets,proto3" json:"rxMcastPackets,omitempty"`
580 XXX_NoUnkeyedLiteral struct{} `json:"-"`
581 XXX_unrecognized []byte `json:"-"`
582 XXX_sizecache int32 `json:"-"`
583}
584
585func (m *GetOltPortCountersResponse) Reset() { *m = GetOltPortCountersResponse{} }
586func (m *GetOltPortCountersResponse) String() string { return proto.CompactTextString(m) }
587func (*GetOltPortCountersResponse) ProtoMessage() {}
588func (*GetOltPortCountersResponse) Descriptor() ([]byte, []int) {
589 return fileDescriptor_7ecf6e9799a9202d, []int{5}
590}
591
592func (m *GetOltPortCountersResponse) XXX_Unmarshal(b []byte) error {
593 return xxx_messageInfo_GetOltPortCountersResponse.Unmarshal(m, b)
594}
595func (m *GetOltPortCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
596 return xxx_messageInfo_GetOltPortCountersResponse.Marshal(b, m, deterministic)
597}
598func (m *GetOltPortCountersResponse) XXX_Merge(src proto.Message) {
599 xxx_messageInfo_GetOltPortCountersResponse.Merge(m, src)
600}
601func (m *GetOltPortCountersResponse) XXX_Size() int {
602 return xxx_messageInfo_GetOltPortCountersResponse.Size(m)
603}
604func (m *GetOltPortCountersResponse) XXX_DiscardUnknown() {
605 xxx_messageInfo_GetOltPortCountersResponse.DiscardUnknown(m)
606}
607
608var xxx_messageInfo_GetOltPortCountersResponse proto.InternalMessageInfo
609
610func (m *GetOltPortCountersResponse) GetTxBytes() uint64 {
611 if m != nil {
612 return m.TxBytes
613 }
614 return 0
615}
616
617func (m *GetOltPortCountersResponse) GetRxBytes() uint64 {
618 if m != nil {
619 return m.RxBytes
620 }
621 return 0
622}
623
624func (m *GetOltPortCountersResponse) GetTxPackets() uint64 {
625 if m != nil {
626 return m.TxPackets
627 }
628 return 0
629}
630
631func (m *GetOltPortCountersResponse) GetRxPackets() uint64 {
632 if m != nil {
633 return m.RxPackets
634 }
635 return 0
636}
637
638func (m *GetOltPortCountersResponse) GetTxErrorPackets() uint64 {
639 if m != nil {
640 return m.TxErrorPackets
641 }
642 return 0
643}
644
645func (m *GetOltPortCountersResponse) GetRxErrorPackets() uint64 {
646 if m != nil {
647 return m.RxErrorPackets
648 }
649 return 0
650}
651
652func (m *GetOltPortCountersResponse) GetTxBcastPackets() uint64 {
653 if m != nil {
654 return m.TxBcastPackets
655 }
656 return 0
657}
658
659func (m *GetOltPortCountersResponse) GetRxBcastPackets() uint64 {
660 if m != nil {
661 return m.RxBcastPackets
662 }
663 return 0
664}
665
666func (m *GetOltPortCountersResponse) GetTxUcastPackets() uint64 {
667 if m != nil {
668 return m.TxUcastPackets
669 }
670 return 0
671}
672
673func (m *GetOltPortCountersResponse) GetRxUcastPackets() uint64 {
674 if m != nil {
675 return m.RxUcastPackets
676 }
677 return 0
678}
679
680func (m *GetOltPortCountersResponse) GetTxMcastPackets() uint64 {
681 if m != nil {
682 return m.TxMcastPackets
683 }
684 return 0
685}
686
687func (m *GetOltPortCountersResponse) GetRxMcastPackets() uint64 {
688 if m != nil {
689 return m.RxMcastPackets
690 }
691 return 0
692}
693
694type GetOnuPonOpticalInfo struct {
695 Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
696 XXX_NoUnkeyedLiteral struct{} `json:"-"`
697 XXX_unrecognized []byte `json:"-"`
698 XXX_sizecache int32 `json:"-"`
699}
700
701func (m *GetOnuPonOpticalInfo) Reset() { *m = GetOnuPonOpticalInfo{} }
702func (m *GetOnuPonOpticalInfo) String() string { return proto.CompactTextString(m) }
703func (*GetOnuPonOpticalInfo) ProtoMessage() {}
704func (*GetOnuPonOpticalInfo) Descriptor() ([]byte, []int) {
705 return fileDescriptor_7ecf6e9799a9202d, []int{6}
706}
707
708func (m *GetOnuPonOpticalInfo) XXX_Unmarshal(b []byte) error {
709 return xxx_messageInfo_GetOnuPonOpticalInfo.Unmarshal(m, b)
710}
711func (m *GetOnuPonOpticalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
712 return xxx_messageInfo_GetOnuPonOpticalInfo.Marshal(b, m, deterministic)
713}
714func (m *GetOnuPonOpticalInfo) XXX_Merge(src proto.Message) {
715 xxx_messageInfo_GetOnuPonOpticalInfo.Merge(m, src)
716}
717func (m *GetOnuPonOpticalInfo) XXX_Size() int {
718 return xxx_messageInfo_GetOnuPonOpticalInfo.Size(m)
719}
720func (m *GetOnuPonOpticalInfo) XXX_DiscardUnknown() {
721 xxx_messageInfo_GetOnuPonOpticalInfo.DiscardUnknown(m)
722}
723
724var xxx_messageInfo_GetOnuPonOpticalInfo proto.InternalMessageInfo
725
726func (m *GetOnuPonOpticalInfo) GetEmpty() *empty.Empty {
727 if m != nil {
728 return m.Empty
729 }
730 return nil
731}
732
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700733// These values correspond to the Optical Line Supervision Test results
734// described in section A3.39.5 of ITU-T G.988 (11/2017) specification.
kesavand8ec4fc02021-01-27 09:10:22 -0500735type GetOnuPonOpticalInfoResponse struct {
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700736 PowerFeedVoltage float32 `protobuf:"fixed32,1,opt,name=powerFeedVoltage,proto3" json:"powerFeedVoltage,omitempty"`
737 ReceivedOpticalPower float32 `protobuf:"fixed32,2,opt,name=receivedOpticalPower,proto3" json:"receivedOpticalPower,omitempty"`
738 MeanOpticalLaunchPower float32 `protobuf:"fixed32,3,opt,name=meanOpticalLaunchPower,proto3" json:"meanOpticalLaunchPower,omitempty"`
739 LaserBiasCurrent float32 `protobuf:"fixed32,4,opt,name=laserBiasCurrent,proto3" json:"laserBiasCurrent,omitempty"`
740 Temperature float32 `protobuf:"fixed32,5,opt,name=temperature,proto3" json:"temperature,omitempty"`
741 XXX_NoUnkeyedLiteral struct{} `json:"-"`
742 XXX_unrecognized []byte `json:"-"`
743 XXX_sizecache int32 `json:"-"`
kesavand8ec4fc02021-01-27 09:10:22 -0500744}
745
746func (m *GetOnuPonOpticalInfoResponse) Reset() { *m = GetOnuPonOpticalInfoResponse{} }
747func (m *GetOnuPonOpticalInfoResponse) String() string { return proto.CompactTextString(m) }
748func (*GetOnuPonOpticalInfoResponse) ProtoMessage() {}
749func (*GetOnuPonOpticalInfoResponse) Descriptor() ([]byte, []int) {
750 return fileDescriptor_7ecf6e9799a9202d, []int{7}
751}
752
753func (m *GetOnuPonOpticalInfoResponse) XXX_Unmarshal(b []byte) error {
754 return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Unmarshal(m, b)
755}
756func (m *GetOnuPonOpticalInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
757 return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Marshal(b, m, deterministic)
758}
759func (m *GetOnuPonOpticalInfoResponse) XXX_Merge(src proto.Message) {
760 xxx_messageInfo_GetOnuPonOpticalInfoResponse.Merge(m, src)
761}
762func (m *GetOnuPonOpticalInfoResponse) XXX_Size() int {
763 return xxx_messageInfo_GetOnuPonOpticalInfoResponse.Size(m)
764}
765func (m *GetOnuPonOpticalInfoResponse) XXX_DiscardUnknown() {
766 xxx_messageInfo_GetOnuPonOpticalInfoResponse.DiscardUnknown(m)
767}
768
769var xxx_messageInfo_GetOnuPonOpticalInfoResponse proto.InternalMessageInfo
770
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700771func (m *GetOnuPonOpticalInfoResponse) GetPowerFeedVoltage() float32 {
kesavand8ec4fc02021-01-27 09:10:22 -0500772 if m != nil {
773 return m.PowerFeedVoltage
774 }
775 return 0
776}
777
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700778func (m *GetOnuPonOpticalInfoResponse) GetReceivedOpticalPower() float32 {
kesavand8ec4fc02021-01-27 09:10:22 -0500779 if m != nil {
780 return m.ReceivedOpticalPower
781 }
782 return 0
783}
784
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700785func (m *GetOnuPonOpticalInfoResponse) GetMeanOpticalLaunchPower() float32 {
kesavand8ec4fc02021-01-27 09:10:22 -0500786 if m != nil {
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700787 return m.MeanOpticalLaunchPower
kesavand8ec4fc02021-01-27 09:10:22 -0500788 }
789 return 0
790}
791
Girish Gowdra4f5ce7c2021-04-29 18:53:21 -0700792func (m *GetOnuPonOpticalInfoResponse) GetLaserBiasCurrent() float32 {
793 if m != nil {
794 return m.LaserBiasCurrent
795 }
796 return 0
797}
798
799func (m *GetOnuPonOpticalInfoResponse) GetTemperature() float32 {
kesavand8ec4fc02021-01-27 09:10:22 -0500800 if m != nil {
801 return m.Temperature
802 }
803 return 0
804}
805
kesavand8ec4fc02021-01-27 09:10:22 -0500806type GetOnuEthernetBridgePortHistory struct {
807 Direction GetOnuEthernetBridgePortHistory_Direction `protobuf:"varint,1,opt,name=direction,proto3,enum=extension.GetOnuEthernetBridgePortHistory_Direction" json:"direction,omitempty"`
808 XXX_NoUnkeyedLiteral struct{} `json:"-"`
809 XXX_unrecognized []byte `json:"-"`
810 XXX_sizecache int32 `json:"-"`
811}
812
813func (m *GetOnuEthernetBridgePortHistory) Reset() { *m = GetOnuEthernetBridgePortHistory{} }
814func (m *GetOnuEthernetBridgePortHistory) String() string { return proto.CompactTextString(m) }
815func (*GetOnuEthernetBridgePortHistory) ProtoMessage() {}
816func (*GetOnuEthernetBridgePortHistory) Descriptor() ([]byte, []int) {
817 return fileDescriptor_7ecf6e9799a9202d, []int{8}
818}
819
820func (m *GetOnuEthernetBridgePortHistory) XXX_Unmarshal(b []byte) error {
821 return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Unmarshal(m, b)
822}
823func (m *GetOnuEthernetBridgePortHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
824 return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Marshal(b, m, deterministic)
825}
826func (m *GetOnuEthernetBridgePortHistory) XXX_Merge(src proto.Message) {
827 xxx_messageInfo_GetOnuEthernetBridgePortHistory.Merge(m, src)
828}
829func (m *GetOnuEthernetBridgePortHistory) XXX_Size() int {
830 return xxx_messageInfo_GetOnuEthernetBridgePortHistory.Size(m)
831}
832func (m *GetOnuEthernetBridgePortHistory) XXX_DiscardUnknown() {
833 xxx_messageInfo_GetOnuEthernetBridgePortHistory.DiscardUnknown(m)
834}
835
836var xxx_messageInfo_GetOnuEthernetBridgePortHistory proto.InternalMessageInfo
837
838func (m *GetOnuEthernetBridgePortHistory) GetDirection() GetOnuEthernetBridgePortHistory_Direction {
839 if m != nil {
840 return m.Direction
841 }
842 return GetOnuEthernetBridgePortHistory_UNDEFINED
843}
844
845type GetOnuEthernetBridgePortHistoryResponse struct {
846 DropEvents uint32 `protobuf:"varint,1,opt,name=dropEvents,proto3" json:"dropEvents,omitempty"`
847 Octets uint32 `protobuf:"varint,2,opt,name=octets,proto3" json:"octets,omitempty"`
848 Packets uint32 `protobuf:"varint,3,opt,name=packets,proto3" json:"packets,omitempty"`
849 BroadcastPackets uint32 `protobuf:"varint,4,opt,name=broadcastPackets,proto3" json:"broadcastPackets,omitempty"`
850 MulticastPackets uint32 `protobuf:"varint,5,opt,name=multicastPackets,proto3" json:"multicastPackets,omitempty"`
851 CrcErroredPackets uint32 `protobuf:"varint,6,opt,name=crcErroredPackets,proto3" json:"crcErroredPackets,omitempty"`
852 UndersizePackets uint32 `protobuf:"varint,7,opt,name=undersizePackets,proto3" json:"undersizePackets,omitempty"`
853 OversizePackets uint32 `protobuf:"varint,8,opt,name=oversizePackets,proto3" json:"oversizePackets,omitempty"`
854 Packets64Octets uint32 `protobuf:"varint,9,opt,name=packets64octets,proto3" json:"packets64octets,omitempty"`
855 Packets65To127Octets uint32 `protobuf:"varint,10,opt,name=packets65To127octets,proto3" json:"packets65To127octets,omitempty"`
856 Packets128To255Octets uint32 `protobuf:"varint,11,opt,name=packets128To255Octets,proto3" json:"packets128To255Octets,omitempty"`
857 Packets256To511Octets uint32 `protobuf:"varint,12,opt,name=packets256To511octets,proto3" json:"packets256To511octets,omitempty"`
858 Packets512To1023Octets uint32 `protobuf:"varint,13,opt,name=packets512To1023octets,proto3" json:"packets512To1023octets,omitempty"`
859 Packets1024To1518Octets uint32 `protobuf:"varint,14,opt,name=packets1024To1518octets,proto3" json:"packets1024To1518octets,omitempty"`
860 XXX_NoUnkeyedLiteral struct{} `json:"-"`
861 XXX_unrecognized []byte `json:"-"`
862 XXX_sizecache int32 `json:"-"`
863}
864
865func (m *GetOnuEthernetBridgePortHistoryResponse) Reset() {
866 *m = GetOnuEthernetBridgePortHistoryResponse{}
867}
868func (m *GetOnuEthernetBridgePortHistoryResponse) String() string { return proto.CompactTextString(m) }
869func (*GetOnuEthernetBridgePortHistoryResponse) ProtoMessage() {}
870func (*GetOnuEthernetBridgePortHistoryResponse) Descriptor() ([]byte, []int) {
871 return fileDescriptor_7ecf6e9799a9202d, []int{9}
872}
873
874func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Unmarshal(b []byte) error {
875 return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Unmarshal(m, b)
876}
877func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
878 return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Marshal(b, m, deterministic)
879}
880func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Merge(src proto.Message) {
881 xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Merge(m, src)
882}
883func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_Size() int {
884 return xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.Size(m)
885}
886func (m *GetOnuEthernetBridgePortHistoryResponse) XXX_DiscardUnknown() {
887 xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse.DiscardUnknown(m)
888}
889
890var xxx_messageInfo_GetOnuEthernetBridgePortHistoryResponse proto.InternalMessageInfo
891
892func (m *GetOnuEthernetBridgePortHistoryResponse) GetDropEvents() uint32 {
893 if m != nil {
894 return m.DropEvents
895 }
896 return 0
897}
898
899func (m *GetOnuEthernetBridgePortHistoryResponse) GetOctets() uint32 {
900 if m != nil {
901 return m.Octets
902 }
903 return 0
904}
905
906func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets() uint32 {
907 if m != nil {
908 return m.Packets
909 }
910 return 0
911}
912
913func (m *GetOnuEthernetBridgePortHistoryResponse) GetBroadcastPackets() uint32 {
914 if m != nil {
915 return m.BroadcastPackets
916 }
917 return 0
918}
919
920func (m *GetOnuEthernetBridgePortHistoryResponse) GetMulticastPackets() uint32 {
921 if m != nil {
922 return m.MulticastPackets
923 }
924 return 0
925}
926
927func (m *GetOnuEthernetBridgePortHistoryResponse) GetCrcErroredPackets() uint32 {
928 if m != nil {
929 return m.CrcErroredPackets
930 }
931 return 0
932}
933
934func (m *GetOnuEthernetBridgePortHistoryResponse) GetUndersizePackets() uint32 {
935 if m != nil {
936 return m.UndersizePackets
937 }
938 return 0
939}
940
941func (m *GetOnuEthernetBridgePortHistoryResponse) GetOversizePackets() uint32 {
942 if m != nil {
943 return m.OversizePackets
944 }
945 return 0
946}
947
948func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets64Octets() uint32 {
949 if m != nil {
950 return m.Packets64Octets
951 }
952 return 0
953}
954
955func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets65To127Octets() uint32 {
956 if m != nil {
957 return m.Packets65To127Octets
958 }
959 return 0
960}
961
962func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets128To255Octets() uint32 {
963 if m != nil {
964 return m.Packets128To255Octets
965 }
966 return 0
967}
968
969func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets256To511Octets() uint32 {
970 if m != nil {
971 return m.Packets256To511Octets
972 }
973 return 0
974}
975
976func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets512To1023Octets() uint32 {
977 if m != nil {
978 return m.Packets512To1023Octets
979 }
980 return 0
981}
982
983func (m *GetOnuEthernetBridgePortHistoryResponse) GetPackets1024To1518Octets() uint32 {
984 if m != nil {
985 return m.Packets1024To1518Octets
986 }
987 return 0
988}
989
990type GetOnuFecHistory struct {
991 Empty *empty.Empty `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
992 XXX_NoUnkeyedLiteral struct{} `json:"-"`
993 XXX_unrecognized []byte `json:"-"`
994 XXX_sizecache int32 `json:"-"`
995}
996
997func (m *GetOnuFecHistory) Reset() { *m = GetOnuFecHistory{} }
998func (m *GetOnuFecHistory) String() string { return proto.CompactTextString(m) }
999func (*GetOnuFecHistory) ProtoMessage() {}
1000func (*GetOnuFecHistory) Descriptor() ([]byte, []int) {
1001 return fileDescriptor_7ecf6e9799a9202d, []int{10}
1002}
1003
1004func (m *GetOnuFecHistory) XXX_Unmarshal(b []byte) error {
1005 return xxx_messageInfo_GetOnuFecHistory.Unmarshal(m, b)
1006}
1007func (m *GetOnuFecHistory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1008 return xxx_messageInfo_GetOnuFecHistory.Marshal(b, m, deterministic)
1009}
1010func (m *GetOnuFecHistory) XXX_Merge(src proto.Message) {
1011 xxx_messageInfo_GetOnuFecHistory.Merge(m, src)
1012}
1013func (m *GetOnuFecHistory) XXX_Size() int {
1014 return xxx_messageInfo_GetOnuFecHistory.Size(m)
1015}
1016func (m *GetOnuFecHistory) XXX_DiscardUnknown() {
1017 xxx_messageInfo_GetOnuFecHistory.DiscardUnknown(m)
1018}
1019
1020var xxx_messageInfo_GetOnuFecHistory proto.InternalMessageInfo
1021
1022func (m *GetOnuFecHistory) GetEmpty() *empty.Empty {
1023 if m != nil {
1024 return m.Empty
1025 }
1026 return nil
1027}
1028
1029type GetOnuFecHistoryResponse struct {
1030 CorrectedBytes uint32 `protobuf:"varint,1,opt,name=correctedBytes,proto3" json:"correctedBytes,omitempty"`
1031 CorrectedCodeWords uint32 `protobuf:"varint,2,opt,name=correctedCodeWords,proto3" json:"correctedCodeWords,omitempty"`
1032 FecSeconds uint32 `protobuf:"varint,3,opt,name=fecSeconds,proto3" json:"fecSeconds,omitempty"`
1033 TotalCodeWords uint32 `protobuf:"varint,4,opt,name=totalCodeWords,proto3" json:"totalCodeWords,omitempty"`
1034 UncorrectableCodeWords uint32 `protobuf:"varint,5,opt,name=uncorrectableCodeWords,proto3" json:"uncorrectableCodeWords,omitempty"`
1035 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1036 XXX_unrecognized []byte `json:"-"`
1037 XXX_sizecache int32 `json:"-"`
1038}
1039
1040func (m *GetOnuFecHistoryResponse) Reset() { *m = GetOnuFecHistoryResponse{} }
1041func (m *GetOnuFecHistoryResponse) String() string { return proto.CompactTextString(m) }
1042func (*GetOnuFecHistoryResponse) ProtoMessage() {}
1043func (*GetOnuFecHistoryResponse) Descriptor() ([]byte, []int) {
1044 return fileDescriptor_7ecf6e9799a9202d, []int{11}
1045}
1046
1047func (m *GetOnuFecHistoryResponse) XXX_Unmarshal(b []byte) error {
1048 return xxx_messageInfo_GetOnuFecHistoryResponse.Unmarshal(m, b)
1049}
1050func (m *GetOnuFecHistoryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1051 return xxx_messageInfo_GetOnuFecHistoryResponse.Marshal(b, m, deterministic)
1052}
1053func (m *GetOnuFecHistoryResponse) XXX_Merge(src proto.Message) {
1054 xxx_messageInfo_GetOnuFecHistoryResponse.Merge(m, src)
1055}
1056func (m *GetOnuFecHistoryResponse) XXX_Size() int {
1057 return xxx_messageInfo_GetOnuFecHistoryResponse.Size(m)
1058}
1059func (m *GetOnuFecHistoryResponse) XXX_DiscardUnknown() {
1060 xxx_messageInfo_GetOnuFecHistoryResponse.DiscardUnknown(m)
1061}
1062
1063var xxx_messageInfo_GetOnuFecHistoryResponse proto.InternalMessageInfo
1064
1065func (m *GetOnuFecHistoryResponse) GetCorrectedBytes() uint32 {
1066 if m != nil {
1067 return m.CorrectedBytes
1068 }
1069 return 0
1070}
1071
1072func (m *GetOnuFecHistoryResponse) GetCorrectedCodeWords() uint32 {
1073 if m != nil {
1074 return m.CorrectedCodeWords
1075 }
1076 return 0
1077}
1078
1079func (m *GetOnuFecHistoryResponse) GetFecSeconds() uint32 {
1080 if m != nil {
1081 return m.FecSeconds
1082 }
1083 return 0
1084}
1085
1086func (m *GetOnuFecHistoryResponse) GetTotalCodeWords() uint32 {
1087 if m != nil {
1088 return m.TotalCodeWords
1089 }
1090 return 0
1091}
1092
1093func (m *GetOnuFecHistoryResponse) GetUncorrectableCodeWords() uint32 {
1094 if m != nil {
1095 return m.UncorrectableCodeWords
1096 }
1097 return 0
1098}
1099
Himani Chawla40acc122021-05-26 18:52:29 +05301100type GetOnuCountersRequest struct {
1101 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
1102 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
1103 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1104 XXX_unrecognized []byte `json:"-"`
1105 XXX_sizecache int32 `json:"-"`
1106}
1107
1108func (m *GetOnuCountersRequest) Reset() { *m = GetOnuCountersRequest{} }
1109func (m *GetOnuCountersRequest) String() string { return proto.CompactTextString(m) }
1110func (*GetOnuCountersRequest) ProtoMessage() {}
1111func (*GetOnuCountersRequest) Descriptor() ([]byte, []int) {
1112 return fileDescriptor_7ecf6e9799a9202d, []int{12}
1113}
1114
1115func (m *GetOnuCountersRequest) XXX_Unmarshal(b []byte) error {
1116 return xxx_messageInfo_GetOnuCountersRequest.Unmarshal(m, b)
1117}
1118func (m *GetOnuCountersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1119 return xxx_messageInfo_GetOnuCountersRequest.Marshal(b, m, deterministic)
1120}
1121func (m *GetOnuCountersRequest) XXX_Merge(src proto.Message) {
1122 xxx_messageInfo_GetOnuCountersRequest.Merge(m, src)
1123}
1124func (m *GetOnuCountersRequest) XXX_Size() int {
1125 return xxx_messageInfo_GetOnuCountersRequest.Size(m)
1126}
1127func (m *GetOnuCountersRequest) XXX_DiscardUnknown() {
1128 xxx_messageInfo_GetOnuCountersRequest.DiscardUnknown(m)
1129}
1130
1131var xxx_messageInfo_GetOnuCountersRequest proto.InternalMessageInfo
1132
1133func (m *GetOnuCountersRequest) GetIntfId() uint32 {
1134 if m != nil {
1135 return m.IntfId
1136 }
1137 return 0
1138}
1139
1140func (m *GetOnuCountersRequest) GetOnuId() uint32 {
1141 if m != nil {
1142 return m.OnuId
1143 }
1144 return 0
1145}
1146
1147type GetOnuOMCICountersRequest struct {
1148 OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"`
1149 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1150 XXX_unrecognized []byte `json:"-"`
1151 XXX_sizecache int32 `json:"-"`
1152}
1153
1154func (m *GetOnuOMCICountersRequest) Reset() { *m = GetOnuOMCICountersRequest{} }
1155func (m *GetOnuOMCICountersRequest) String() string { return proto.CompactTextString(m) }
1156func (*GetOnuOMCICountersRequest) ProtoMessage() {}
1157func (*GetOnuOMCICountersRequest) Descriptor() ([]byte, []int) {
1158 return fileDescriptor_7ecf6e9799a9202d, []int{13}
1159}
1160
1161func (m *GetOnuOMCICountersRequest) XXX_Unmarshal(b []byte) error {
1162 return xxx_messageInfo_GetOnuOMCICountersRequest.Unmarshal(m, b)
1163}
1164func (m *GetOnuOMCICountersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1165 return xxx_messageInfo_GetOnuOMCICountersRequest.Marshal(b, m, deterministic)
1166}
1167func (m *GetOnuOMCICountersRequest) XXX_Merge(src proto.Message) {
1168 xxx_messageInfo_GetOnuOMCICountersRequest.Merge(m, src)
1169}
1170func (m *GetOnuOMCICountersRequest) XXX_Size() int {
1171 return xxx_messageInfo_GetOnuOMCICountersRequest.Size(m)
1172}
1173func (m *GetOnuOMCICountersRequest) XXX_DiscardUnknown() {
1174 xxx_messageInfo_GetOnuOMCICountersRequest.DiscardUnknown(m)
1175}
1176
1177var xxx_messageInfo_GetOnuOMCICountersRequest proto.InternalMessageInfo
1178
1179func (m *GetOnuOMCICountersRequest) GetOnuDeviceId() string {
1180 if m != nil {
1181 return m.OnuDeviceId
1182 }
1183 return ""
1184}
1185
1186type GetOnuCountersResponse struct {
1187 // Types that are valid to be assigned to IsIntfId:
1188 // *GetOnuCountersResponse_IntfId
1189 IsIntfId isGetOnuCountersResponse_IsIntfId `protobuf_oneof:"is_intf_id"`
1190 // Types that are valid to be assigned to IsOnuId:
1191 // *GetOnuCountersResponse_OnuId
1192 IsOnuId isGetOnuCountersResponse_IsOnuId `protobuf_oneof:"is_onu_id"`
1193 // Types that are valid to be assigned to IsPositiveDrift:
1194 // *GetOnuCountersResponse_PositiveDrift
1195 IsPositiveDrift isGetOnuCountersResponse_IsPositiveDrift `protobuf_oneof:"is_positive_drift"`
1196 // Types that are valid to be assigned to IsNegativeDrift:
1197 // *GetOnuCountersResponse_NegativeDrift
1198 IsNegativeDrift isGetOnuCountersResponse_IsNegativeDrift `protobuf_oneof:"is_negative_drift"`
1199 // Types that are valid to be assigned to IsDelimiterMissDetection:
1200 // *GetOnuCountersResponse_DelimiterMissDetection
1201 IsDelimiterMissDetection isGetOnuCountersResponse_IsDelimiterMissDetection `protobuf_oneof:"is_delimiter_miss_detection"`
1202 // Types that are valid to be assigned to IsBipErrors:
1203 // *GetOnuCountersResponse_BipErrors
1204 IsBipErrors isGetOnuCountersResponse_IsBipErrors `protobuf_oneof:"is_bip_errors"`
1205 // Types that are valid to be assigned to IsBipUnits:
1206 // *GetOnuCountersResponse_BipUnits
1207 IsBipUnits isGetOnuCountersResponse_IsBipUnits `protobuf_oneof:"is_bip_units"`
1208 // Types that are valid to be assigned to IsFecCorrectedSymbols:
1209 // *GetOnuCountersResponse_FecCorrectedSymbols
1210 IsFecCorrectedSymbols isGetOnuCountersResponse_IsFecCorrectedSymbols `protobuf_oneof:"is_fec_corrected_symbols"`
1211 // Types that are valid to be assigned to IsFecCodewordsCorrected:
1212 // *GetOnuCountersResponse_FecCodewordsCorrected
1213 IsFecCodewordsCorrected isGetOnuCountersResponse_IsFecCodewordsCorrected `protobuf_oneof:"is_fec_codewords_corrected"`
1214 // Types that are valid to be assigned to IsFecCodewordsUncorrectable:
1215 // *GetOnuCountersResponse_FecCodewordsUncorrectable
1216 IsFecCodewordsUncorrectable isGetOnuCountersResponse_IsFecCodewordsUncorrectable `protobuf_oneof:"is_fec_codewords_uncorrectable"`
1217 // Types that are valid to be assigned to IsFecCodewords:
1218 // *GetOnuCountersResponse_FecCodewords
1219 IsFecCodewords isGetOnuCountersResponse_IsFecCodewords `protobuf_oneof:"is_fec_codewords"`
1220 // Types that are valid to be assigned to IsFecCorrectedUnits:
1221 // *GetOnuCountersResponse_FecCorrectedUnits
1222 IsFecCorrectedUnits isGetOnuCountersResponse_IsFecCorrectedUnits `protobuf_oneof:"is_fec_corrected_units"`
1223 // Types that are valid to be assigned to IsXgemKeyErrors:
1224 // *GetOnuCountersResponse_XgemKeyErrors
1225 IsXgemKeyErrors isGetOnuCountersResponse_IsXgemKeyErrors `protobuf_oneof:"is_xgem_key_errors"`
1226 // Types that are valid to be assigned to IsXgemLoss:
1227 // *GetOnuCountersResponse_XgemLoss
1228 IsXgemLoss isGetOnuCountersResponse_IsXgemLoss `protobuf_oneof:"is_xgem_loss"`
1229 // Types that are valid to be assigned to IsRxPloamsError:
1230 // *GetOnuCountersResponse_RxPloamsError
1231 IsRxPloamsError isGetOnuCountersResponse_IsRxPloamsError `protobuf_oneof:"is_rx_ploams_error"`
1232 // Types that are valid to be assigned to IsRxPloamsNonIdle:
1233 // *GetOnuCountersResponse_RxPloamsNonIdle
1234 IsRxPloamsNonIdle isGetOnuCountersResponse_IsRxPloamsNonIdle `protobuf_oneof:"is_rx_ploams_non_idle"`
1235 // Types that are valid to be assigned to IsRxOmci:
1236 // *GetOnuCountersResponse_RxOmci
1237 IsRxOmci isGetOnuCountersResponse_IsRxOmci `protobuf_oneof:"is_rx_omci"`
1238 // Types that are valid to be assigned to IsTxOmci:
1239 // *GetOnuCountersResponse_TxOmci
1240 IsTxOmci isGetOnuCountersResponse_IsTxOmci `protobuf_oneof:"is_tx_omci"`
1241 // Types that are valid to be assigned to IsRxOmciPacketsCrcError:
1242 // *GetOnuCountersResponse_RxOmciPacketsCrcError
1243 IsRxOmciPacketsCrcError isGetOnuCountersResponse_IsRxOmciPacketsCrcError `protobuf_oneof:"is_rx_omci_packets_crc_error"`
1244 // Types that are valid to be assigned to IsRxBytes:
1245 // *GetOnuCountersResponse_RxBytes
1246 IsRxBytes isGetOnuCountersResponse_IsRxBytes `protobuf_oneof:"is_rx_bytes"`
1247 // Types that are valid to be assigned to IsRxPackets:
1248 // *GetOnuCountersResponse_RxPackets
1249 IsRxPackets isGetOnuCountersResponse_IsRxPackets `protobuf_oneof:"is_rx_packets"`
1250 // Types that are valid to be assigned to IsTxBytes:
1251 // *GetOnuCountersResponse_TxBytes
1252 IsTxBytes isGetOnuCountersResponse_IsTxBytes `protobuf_oneof:"is_tx_bytes"`
1253 // Types that are valid to be assigned to IsTxPackets:
1254 // *GetOnuCountersResponse_TxPackets
1255 IsTxPackets isGetOnuCountersResponse_IsTxPackets `protobuf_oneof:"is_tx_packets"`
1256 // Types that are valid to be assigned to IsBerReported:
1257 // *GetOnuCountersResponse_BerReported
1258 IsBerReported isGetOnuCountersResponse_IsBerReported `protobuf_oneof:"is_ber_reported"`
1259 // Types that are valid to be assigned to IsLcdgErrors:
1260 // *GetOnuCountersResponse_LcdgErrors
1261 IsLcdgErrors isGetOnuCountersResponse_IsLcdgErrors `protobuf_oneof:"is_lcdg_errors"`
1262 // Types that are valid to be assigned to IsRdiErrors:
1263 // *GetOnuCountersResponse_RdiErrors
1264 IsRdiErrors isGetOnuCountersResponse_IsRdiErrors `protobuf_oneof:"is_rdi_errors"`
1265 // Types that are valid to be assigned to IsTimestamp:
1266 // *GetOnuCountersResponse_Timestamp
1267 IsTimestamp isGetOnuCountersResponse_IsTimestamp `protobuf_oneof:"is_timestamp"`
1268 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1269 XXX_unrecognized []byte `json:"-"`
1270 XXX_sizecache int32 `json:"-"`
1271}
1272
1273func (m *GetOnuCountersResponse) Reset() { *m = GetOnuCountersResponse{} }
1274func (m *GetOnuCountersResponse) String() string { return proto.CompactTextString(m) }
1275func (*GetOnuCountersResponse) ProtoMessage() {}
1276func (*GetOnuCountersResponse) Descriptor() ([]byte, []int) {
1277 return fileDescriptor_7ecf6e9799a9202d, []int{14}
1278}
1279
1280func (m *GetOnuCountersResponse) XXX_Unmarshal(b []byte) error {
1281 return xxx_messageInfo_GetOnuCountersResponse.Unmarshal(m, b)
1282}
1283func (m *GetOnuCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1284 return xxx_messageInfo_GetOnuCountersResponse.Marshal(b, m, deterministic)
1285}
1286func (m *GetOnuCountersResponse) XXX_Merge(src proto.Message) {
1287 xxx_messageInfo_GetOnuCountersResponse.Merge(m, src)
1288}
1289func (m *GetOnuCountersResponse) XXX_Size() int {
1290 return xxx_messageInfo_GetOnuCountersResponse.Size(m)
1291}
1292func (m *GetOnuCountersResponse) XXX_DiscardUnknown() {
1293 xxx_messageInfo_GetOnuCountersResponse.DiscardUnknown(m)
1294}
1295
1296var xxx_messageInfo_GetOnuCountersResponse proto.InternalMessageInfo
1297
1298type isGetOnuCountersResponse_IsIntfId interface {
1299 isGetOnuCountersResponse_IsIntfId()
1300}
1301
1302type GetOnuCountersResponse_IntfId struct {
1303 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3,oneof"`
1304}
1305
1306func (*GetOnuCountersResponse_IntfId) isGetOnuCountersResponse_IsIntfId() {}
1307
1308func (m *GetOnuCountersResponse) GetIsIntfId() isGetOnuCountersResponse_IsIntfId {
1309 if m != nil {
1310 return m.IsIntfId
1311 }
1312 return nil
1313}
1314
1315func (m *GetOnuCountersResponse) GetIntfId() uint32 {
1316 if x, ok := m.GetIsIntfId().(*GetOnuCountersResponse_IntfId); ok {
1317 return x.IntfId
1318 }
1319 return 0
1320}
1321
1322type isGetOnuCountersResponse_IsOnuId interface {
1323 isGetOnuCountersResponse_IsOnuId()
1324}
1325
1326type GetOnuCountersResponse_OnuId struct {
1327 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3,oneof"`
1328}
1329
1330func (*GetOnuCountersResponse_OnuId) isGetOnuCountersResponse_IsOnuId() {}
1331
1332func (m *GetOnuCountersResponse) GetIsOnuId() isGetOnuCountersResponse_IsOnuId {
1333 if m != nil {
1334 return m.IsOnuId
1335 }
1336 return nil
1337}
1338
1339func (m *GetOnuCountersResponse) GetOnuId() uint32 {
1340 if x, ok := m.GetIsOnuId().(*GetOnuCountersResponse_OnuId); ok {
1341 return x.OnuId
1342 }
1343 return 0
1344}
1345
1346type isGetOnuCountersResponse_IsPositiveDrift interface {
1347 isGetOnuCountersResponse_IsPositiveDrift()
1348}
1349
1350type GetOnuCountersResponse_PositiveDrift struct {
1351 PositiveDrift uint64 `protobuf:"fixed64,3,opt,name=positive_drift,json=positiveDrift,proto3,oneof"`
1352}
1353
1354func (*GetOnuCountersResponse_PositiveDrift) isGetOnuCountersResponse_IsPositiveDrift() {}
1355
1356func (m *GetOnuCountersResponse) GetIsPositiveDrift() isGetOnuCountersResponse_IsPositiveDrift {
1357 if m != nil {
1358 return m.IsPositiveDrift
1359 }
1360 return nil
1361}
1362
1363func (m *GetOnuCountersResponse) GetPositiveDrift() uint64 {
1364 if x, ok := m.GetIsPositiveDrift().(*GetOnuCountersResponse_PositiveDrift); ok {
1365 return x.PositiveDrift
1366 }
1367 return 0
1368}
1369
1370type isGetOnuCountersResponse_IsNegativeDrift interface {
1371 isGetOnuCountersResponse_IsNegativeDrift()
1372}
1373
1374type GetOnuCountersResponse_NegativeDrift struct {
1375 NegativeDrift uint64 `protobuf:"fixed64,4,opt,name=negative_drift,json=negativeDrift,proto3,oneof"`
1376}
1377
1378func (*GetOnuCountersResponse_NegativeDrift) isGetOnuCountersResponse_IsNegativeDrift() {}
1379
1380func (m *GetOnuCountersResponse) GetIsNegativeDrift() isGetOnuCountersResponse_IsNegativeDrift {
1381 if m != nil {
1382 return m.IsNegativeDrift
1383 }
1384 return nil
1385}
1386
1387func (m *GetOnuCountersResponse) GetNegativeDrift() uint64 {
1388 if x, ok := m.GetIsNegativeDrift().(*GetOnuCountersResponse_NegativeDrift); ok {
1389 return x.NegativeDrift
1390 }
1391 return 0
1392}
1393
1394type isGetOnuCountersResponse_IsDelimiterMissDetection interface {
1395 isGetOnuCountersResponse_IsDelimiterMissDetection()
1396}
1397
1398type GetOnuCountersResponse_DelimiterMissDetection struct {
1399 DelimiterMissDetection uint64 `protobuf:"fixed64,5,opt,name=delimiter_miss_detection,json=delimiterMissDetection,proto3,oneof"`
1400}
1401
1402func (*GetOnuCountersResponse_DelimiterMissDetection) isGetOnuCountersResponse_IsDelimiterMissDetection() {
1403}
1404
1405func (m *GetOnuCountersResponse) GetIsDelimiterMissDetection() isGetOnuCountersResponse_IsDelimiterMissDetection {
1406 if m != nil {
1407 return m.IsDelimiterMissDetection
1408 }
1409 return nil
1410}
1411
1412func (m *GetOnuCountersResponse) GetDelimiterMissDetection() uint64 {
1413 if x, ok := m.GetIsDelimiterMissDetection().(*GetOnuCountersResponse_DelimiterMissDetection); ok {
1414 return x.DelimiterMissDetection
1415 }
1416 return 0
1417}
1418
1419type isGetOnuCountersResponse_IsBipErrors interface {
1420 isGetOnuCountersResponse_IsBipErrors()
1421}
1422
1423type GetOnuCountersResponse_BipErrors struct {
1424 BipErrors uint64 `protobuf:"fixed64,6,opt,name=bip_errors,json=bipErrors,proto3,oneof"`
1425}
1426
1427func (*GetOnuCountersResponse_BipErrors) isGetOnuCountersResponse_IsBipErrors() {}
1428
1429func (m *GetOnuCountersResponse) GetIsBipErrors() isGetOnuCountersResponse_IsBipErrors {
1430 if m != nil {
1431 return m.IsBipErrors
1432 }
1433 return nil
1434}
1435
1436func (m *GetOnuCountersResponse) GetBipErrors() uint64 {
1437 if x, ok := m.GetIsBipErrors().(*GetOnuCountersResponse_BipErrors); ok {
1438 return x.BipErrors
1439 }
1440 return 0
1441}
1442
1443type isGetOnuCountersResponse_IsBipUnits interface {
1444 isGetOnuCountersResponse_IsBipUnits()
1445}
1446
1447type GetOnuCountersResponse_BipUnits struct {
1448 BipUnits uint64 `protobuf:"fixed64,7,opt,name=bip_units,json=bipUnits,proto3,oneof"`
1449}
1450
1451func (*GetOnuCountersResponse_BipUnits) isGetOnuCountersResponse_IsBipUnits() {}
1452
1453func (m *GetOnuCountersResponse) GetIsBipUnits() isGetOnuCountersResponse_IsBipUnits {
1454 if m != nil {
1455 return m.IsBipUnits
1456 }
1457 return nil
1458}
1459
1460func (m *GetOnuCountersResponse) GetBipUnits() uint64 {
1461 if x, ok := m.GetIsBipUnits().(*GetOnuCountersResponse_BipUnits); ok {
1462 return x.BipUnits
1463 }
1464 return 0
1465}
1466
1467type isGetOnuCountersResponse_IsFecCorrectedSymbols interface {
1468 isGetOnuCountersResponse_IsFecCorrectedSymbols()
1469}
1470
1471type GetOnuCountersResponse_FecCorrectedSymbols struct {
1472 FecCorrectedSymbols uint64 `protobuf:"fixed64,8,opt,name=fec_corrected_symbols,json=fecCorrectedSymbols,proto3,oneof"`
1473}
1474
1475func (*GetOnuCountersResponse_FecCorrectedSymbols) isGetOnuCountersResponse_IsFecCorrectedSymbols() {}
1476
1477func (m *GetOnuCountersResponse) GetIsFecCorrectedSymbols() isGetOnuCountersResponse_IsFecCorrectedSymbols {
1478 if m != nil {
1479 return m.IsFecCorrectedSymbols
1480 }
1481 return nil
1482}
1483
1484func (m *GetOnuCountersResponse) GetFecCorrectedSymbols() uint64 {
1485 if x, ok := m.GetIsFecCorrectedSymbols().(*GetOnuCountersResponse_FecCorrectedSymbols); ok {
1486 return x.FecCorrectedSymbols
1487 }
1488 return 0
1489}
1490
1491type isGetOnuCountersResponse_IsFecCodewordsCorrected interface {
1492 isGetOnuCountersResponse_IsFecCodewordsCorrected()
1493}
1494
1495type GetOnuCountersResponse_FecCodewordsCorrected struct {
1496 FecCodewordsCorrected uint64 `protobuf:"fixed64,9,opt,name=fec_codewords_corrected,json=fecCodewordsCorrected,proto3,oneof"`
1497}
1498
1499func (*GetOnuCountersResponse_FecCodewordsCorrected) isGetOnuCountersResponse_IsFecCodewordsCorrected() {
1500}
1501
1502func (m *GetOnuCountersResponse) GetIsFecCodewordsCorrected() isGetOnuCountersResponse_IsFecCodewordsCorrected {
1503 if m != nil {
1504 return m.IsFecCodewordsCorrected
1505 }
1506 return nil
1507}
1508
1509func (m *GetOnuCountersResponse) GetFecCodewordsCorrected() uint64 {
1510 if x, ok := m.GetIsFecCodewordsCorrected().(*GetOnuCountersResponse_FecCodewordsCorrected); ok {
1511 return x.FecCodewordsCorrected
1512 }
1513 return 0
1514}
1515
1516type isGetOnuCountersResponse_IsFecCodewordsUncorrectable interface {
1517 isGetOnuCountersResponse_IsFecCodewordsUncorrectable()
1518}
1519
1520type GetOnuCountersResponse_FecCodewordsUncorrectable struct {
1521 FecCodewordsUncorrectable uint64 `protobuf:"fixed64,10,opt,name=fec_codewords_uncorrectable,json=fecCodewordsUncorrectable,proto3,oneof"`
1522}
1523
1524func (*GetOnuCountersResponse_FecCodewordsUncorrectable) isGetOnuCountersResponse_IsFecCodewordsUncorrectable() {
1525}
1526
1527func (m *GetOnuCountersResponse) GetIsFecCodewordsUncorrectable() isGetOnuCountersResponse_IsFecCodewordsUncorrectable {
1528 if m != nil {
1529 return m.IsFecCodewordsUncorrectable
1530 }
1531 return nil
1532}
1533
1534func (m *GetOnuCountersResponse) GetFecCodewordsUncorrectable() uint64 {
1535 if x, ok := m.GetIsFecCodewordsUncorrectable().(*GetOnuCountersResponse_FecCodewordsUncorrectable); ok {
1536 return x.FecCodewordsUncorrectable
1537 }
1538 return 0
1539}
1540
1541type isGetOnuCountersResponse_IsFecCodewords interface {
1542 isGetOnuCountersResponse_IsFecCodewords()
1543}
1544
1545type GetOnuCountersResponse_FecCodewords struct {
1546 FecCodewords uint64 `protobuf:"fixed64,11,opt,name=fec_codewords,json=fecCodewords,proto3,oneof"`
1547}
1548
1549func (*GetOnuCountersResponse_FecCodewords) isGetOnuCountersResponse_IsFecCodewords() {}
1550
1551func (m *GetOnuCountersResponse) GetIsFecCodewords() isGetOnuCountersResponse_IsFecCodewords {
1552 if m != nil {
1553 return m.IsFecCodewords
1554 }
1555 return nil
1556}
1557
1558func (m *GetOnuCountersResponse) GetFecCodewords() uint64 {
1559 if x, ok := m.GetIsFecCodewords().(*GetOnuCountersResponse_FecCodewords); ok {
1560 return x.FecCodewords
1561 }
1562 return 0
1563}
1564
1565type isGetOnuCountersResponse_IsFecCorrectedUnits interface {
1566 isGetOnuCountersResponse_IsFecCorrectedUnits()
1567}
1568
1569type GetOnuCountersResponse_FecCorrectedUnits struct {
1570 FecCorrectedUnits uint64 `protobuf:"fixed64,12,opt,name=fec_corrected_units,json=fecCorrectedUnits,proto3,oneof"`
1571}
1572
1573func (*GetOnuCountersResponse_FecCorrectedUnits) isGetOnuCountersResponse_IsFecCorrectedUnits() {}
1574
1575func (m *GetOnuCountersResponse) GetIsFecCorrectedUnits() isGetOnuCountersResponse_IsFecCorrectedUnits {
1576 if m != nil {
1577 return m.IsFecCorrectedUnits
1578 }
1579 return nil
1580}
1581
1582func (m *GetOnuCountersResponse) GetFecCorrectedUnits() uint64 {
1583 if x, ok := m.GetIsFecCorrectedUnits().(*GetOnuCountersResponse_FecCorrectedUnits); ok {
1584 return x.FecCorrectedUnits
1585 }
1586 return 0
1587}
1588
1589type isGetOnuCountersResponse_IsXgemKeyErrors interface {
1590 isGetOnuCountersResponse_IsXgemKeyErrors()
1591}
1592
1593type GetOnuCountersResponse_XgemKeyErrors struct {
1594 XgemKeyErrors uint64 `protobuf:"fixed64,13,opt,name=xgem_key_errors,json=xgemKeyErrors,proto3,oneof"`
1595}
1596
1597func (*GetOnuCountersResponse_XgemKeyErrors) isGetOnuCountersResponse_IsXgemKeyErrors() {}
1598
1599func (m *GetOnuCountersResponse) GetIsXgemKeyErrors() isGetOnuCountersResponse_IsXgemKeyErrors {
1600 if m != nil {
1601 return m.IsXgemKeyErrors
1602 }
1603 return nil
1604}
1605
1606func (m *GetOnuCountersResponse) GetXgemKeyErrors() uint64 {
1607 if x, ok := m.GetIsXgemKeyErrors().(*GetOnuCountersResponse_XgemKeyErrors); ok {
1608 return x.XgemKeyErrors
1609 }
1610 return 0
1611}
1612
1613type isGetOnuCountersResponse_IsXgemLoss interface {
1614 isGetOnuCountersResponse_IsXgemLoss()
1615}
1616
1617type GetOnuCountersResponse_XgemLoss struct {
1618 XgemLoss uint64 `protobuf:"fixed64,14,opt,name=xgem_loss,json=xgemLoss,proto3,oneof"`
1619}
1620
1621func (*GetOnuCountersResponse_XgemLoss) isGetOnuCountersResponse_IsXgemLoss() {}
1622
1623func (m *GetOnuCountersResponse) GetIsXgemLoss() isGetOnuCountersResponse_IsXgemLoss {
1624 if m != nil {
1625 return m.IsXgemLoss
1626 }
1627 return nil
1628}
1629
1630func (m *GetOnuCountersResponse) GetXgemLoss() uint64 {
1631 if x, ok := m.GetIsXgemLoss().(*GetOnuCountersResponse_XgemLoss); ok {
1632 return x.XgemLoss
1633 }
1634 return 0
1635}
1636
1637type isGetOnuCountersResponse_IsRxPloamsError interface {
1638 isGetOnuCountersResponse_IsRxPloamsError()
1639}
1640
1641type GetOnuCountersResponse_RxPloamsError struct {
1642 RxPloamsError uint64 `protobuf:"fixed64,15,opt,name=rx_ploams_error,json=rxPloamsError,proto3,oneof"`
1643}
1644
1645func (*GetOnuCountersResponse_RxPloamsError) isGetOnuCountersResponse_IsRxPloamsError() {}
1646
1647func (m *GetOnuCountersResponse) GetIsRxPloamsError() isGetOnuCountersResponse_IsRxPloamsError {
1648 if m != nil {
1649 return m.IsRxPloamsError
1650 }
1651 return nil
1652}
1653
1654func (m *GetOnuCountersResponse) GetRxPloamsError() uint64 {
1655 if x, ok := m.GetIsRxPloamsError().(*GetOnuCountersResponse_RxPloamsError); ok {
1656 return x.RxPloamsError
1657 }
1658 return 0
1659}
1660
1661type isGetOnuCountersResponse_IsRxPloamsNonIdle interface {
1662 isGetOnuCountersResponse_IsRxPloamsNonIdle()
1663}
1664
1665type GetOnuCountersResponse_RxPloamsNonIdle struct {
1666 RxPloamsNonIdle uint64 `protobuf:"fixed64,16,opt,name=rx_ploams_non_idle,json=rxPloamsNonIdle,proto3,oneof"`
1667}
1668
1669func (*GetOnuCountersResponse_RxPloamsNonIdle) isGetOnuCountersResponse_IsRxPloamsNonIdle() {}
1670
1671func (m *GetOnuCountersResponse) GetIsRxPloamsNonIdle() isGetOnuCountersResponse_IsRxPloamsNonIdle {
1672 if m != nil {
1673 return m.IsRxPloamsNonIdle
1674 }
1675 return nil
1676}
1677
1678func (m *GetOnuCountersResponse) GetRxPloamsNonIdle() uint64 {
1679 if x, ok := m.GetIsRxPloamsNonIdle().(*GetOnuCountersResponse_RxPloamsNonIdle); ok {
1680 return x.RxPloamsNonIdle
1681 }
1682 return 0
1683}
1684
1685type isGetOnuCountersResponse_IsRxOmci interface {
1686 isGetOnuCountersResponse_IsRxOmci()
1687}
1688
1689type GetOnuCountersResponse_RxOmci struct {
1690 RxOmci uint64 `protobuf:"fixed64,17,opt,name=rx_omci,json=rxOmci,proto3,oneof"`
1691}
1692
1693func (*GetOnuCountersResponse_RxOmci) isGetOnuCountersResponse_IsRxOmci() {}
1694
1695func (m *GetOnuCountersResponse) GetIsRxOmci() isGetOnuCountersResponse_IsRxOmci {
1696 if m != nil {
1697 return m.IsRxOmci
1698 }
1699 return nil
1700}
1701
1702func (m *GetOnuCountersResponse) GetRxOmci() uint64 {
1703 if x, ok := m.GetIsRxOmci().(*GetOnuCountersResponse_RxOmci); ok {
1704 return x.RxOmci
1705 }
1706 return 0
1707}
1708
1709type isGetOnuCountersResponse_IsTxOmci interface {
1710 isGetOnuCountersResponse_IsTxOmci()
1711}
1712
1713type GetOnuCountersResponse_TxOmci struct {
1714 TxOmci uint64 `protobuf:"fixed64,18,opt,name=tx_omci,json=txOmci,proto3,oneof"`
1715}
1716
1717func (*GetOnuCountersResponse_TxOmci) isGetOnuCountersResponse_IsTxOmci() {}
1718
1719func (m *GetOnuCountersResponse) GetIsTxOmci() isGetOnuCountersResponse_IsTxOmci {
1720 if m != nil {
1721 return m.IsTxOmci
1722 }
1723 return nil
1724}
1725
1726func (m *GetOnuCountersResponse) GetTxOmci() uint64 {
1727 if x, ok := m.GetIsTxOmci().(*GetOnuCountersResponse_TxOmci); ok {
1728 return x.TxOmci
1729 }
1730 return 0
1731}
1732
1733type isGetOnuCountersResponse_IsRxOmciPacketsCrcError interface {
1734 isGetOnuCountersResponse_IsRxOmciPacketsCrcError()
1735}
1736
1737type GetOnuCountersResponse_RxOmciPacketsCrcError struct {
1738 RxOmciPacketsCrcError uint64 `protobuf:"fixed64,19,opt,name=rx_omci_packets_crc_error,json=rxOmciPacketsCrcError,proto3,oneof"`
1739}
1740
1741func (*GetOnuCountersResponse_RxOmciPacketsCrcError) isGetOnuCountersResponse_IsRxOmciPacketsCrcError() {
1742}
1743
1744func (m *GetOnuCountersResponse) GetIsRxOmciPacketsCrcError() isGetOnuCountersResponse_IsRxOmciPacketsCrcError {
1745 if m != nil {
1746 return m.IsRxOmciPacketsCrcError
1747 }
1748 return nil
1749}
1750
1751func (m *GetOnuCountersResponse) GetRxOmciPacketsCrcError() uint64 {
1752 if x, ok := m.GetIsRxOmciPacketsCrcError().(*GetOnuCountersResponse_RxOmciPacketsCrcError); ok {
1753 return x.RxOmciPacketsCrcError
1754 }
1755 return 0
1756}
1757
1758type isGetOnuCountersResponse_IsRxBytes interface {
1759 isGetOnuCountersResponse_IsRxBytes()
1760}
1761
1762type GetOnuCountersResponse_RxBytes struct {
1763 RxBytes uint64 `protobuf:"fixed64,20,opt,name=rx_bytes,json=rxBytes,proto3,oneof"`
1764}
1765
1766func (*GetOnuCountersResponse_RxBytes) isGetOnuCountersResponse_IsRxBytes() {}
1767
1768func (m *GetOnuCountersResponse) GetIsRxBytes() isGetOnuCountersResponse_IsRxBytes {
1769 if m != nil {
1770 return m.IsRxBytes
1771 }
1772 return nil
1773}
1774
1775func (m *GetOnuCountersResponse) GetRxBytes() uint64 {
1776 if x, ok := m.GetIsRxBytes().(*GetOnuCountersResponse_RxBytes); ok {
1777 return x.RxBytes
1778 }
1779 return 0
1780}
1781
1782type isGetOnuCountersResponse_IsRxPackets interface {
1783 isGetOnuCountersResponse_IsRxPackets()
1784}
1785
1786type GetOnuCountersResponse_RxPackets struct {
1787 RxPackets uint64 `protobuf:"fixed64,21,opt,name=rx_packets,json=rxPackets,proto3,oneof"`
1788}
1789
1790func (*GetOnuCountersResponse_RxPackets) isGetOnuCountersResponse_IsRxPackets() {}
1791
1792func (m *GetOnuCountersResponse) GetIsRxPackets() isGetOnuCountersResponse_IsRxPackets {
1793 if m != nil {
1794 return m.IsRxPackets
1795 }
1796 return nil
1797}
1798
1799func (m *GetOnuCountersResponse) GetRxPackets() uint64 {
1800 if x, ok := m.GetIsRxPackets().(*GetOnuCountersResponse_RxPackets); ok {
1801 return x.RxPackets
1802 }
1803 return 0
1804}
1805
1806type isGetOnuCountersResponse_IsTxBytes interface {
1807 isGetOnuCountersResponse_IsTxBytes()
1808}
1809
1810type GetOnuCountersResponse_TxBytes struct {
1811 TxBytes uint64 `protobuf:"fixed64,22,opt,name=tx_bytes,json=txBytes,proto3,oneof"`
1812}
1813
1814func (*GetOnuCountersResponse_TxBytes) isGetOnuCountersResponse_IsTxBytes() {}
1815
1816func (m *GetOnuCountersResponse) GetIsTxBytes() isGetOnuCountersResponse_IsTxBytes {
1817 if m != nil {
1818 return m.IsTxBytes
1819 }
1820 return nil
1821}
1822
1823func (m *GetOnuCountersResponse) GetTxBytes() uint64 {
1824 if x, ok := m.GetIsTxBytes().(*GetOnuCountersResponse_TxBytes); ok {
1825 return x.TxBytes
1826 }
1827 return 0
1828}
1829
1830type isGetOnuCountersResponse_IsTxPackets interface {
1831 isGetOnuCountersResponse_IsTxPackets()
1832}
1833
1834type GetOnuCountersResponse_TxPackets struct {
1835 TxPackets uint64 `protobuf:"fixed64,23,opt,name=tx_packets,json=txPackets,proto3,oneof"`
1836}
1837
1838func (*GetOnuCountersResponse_TxPackets) isGetOnuCountersResponse_IsTxPackets() {}
1839
1840func (m *GetOnuCountersResponse) GetIsTxPackets() isGetOnuCountersResponse_IsTxPackets {
1841 if m != nil {
1842 return m.IsTxPackets
1843 }
1844 return nil
1845}
1846
1847func (m *GetOnuCountersResponse) GetTxPackets() uint64 {
1848 if x, ok := m.GetIsTxPackets().(*GetOnuCountersResponse_TxPackets); ok {
1849 return x.TxPackets
1850 }
1851 return 0
1852}
1853
1854type isGetOnuCountersResponse_IsBerReported interface {
1855 isGetOnuCountersResponse_IsBerReported()
1856}
1857
1858type GetOnuCountersResponse_BerReported struct {
1859 BerReported uint64 `protobuf:"fixed64,24,opt,name=ber_reported,json=berReported,proto3,oneof"`
1860}
1861
1862func (*GetOnuCountersResponse_BerReported) isGetOnuCountersResponse_IsBerReported() {}
1863
1864func (m *GetOnuCountersResponse) GetIsBerReported() isGetOnuCountersResponse_IsBerReported {
1865 if m != nil {
1866 return m.IsBerReported
1867 }
1868 return nil
1869}
1870
1871func (m *GetOnuCountersResponse) GetBerReported() uint64 {
1872 if x, ok := m.GetIsBerReported().(*GetOnuCountersResponse_BerReported); ok {
1873 return x.BerReported
1874 }
1875 return 0
1876}
1877
1878type isGetOnuCountersResponse_IsLcdgErrors interface {
1879 isGetOnuCountersResponse_IsLcdgErrors()
1880}
1881
1882type GetOnuCountersResponse_LcdgErrors struct {
1883 LcdgErrors uint64 `protobuf:"fixed64,25,opt,name=lcdg_errors,json=lcdgErrors,proto3,oneof"`
1884}
1885
1886func (*GetOnuCountersResponse_LcdgErrors) isGetOnuCountersResponse_IsLcdgErrors() {}
1887
1888func (m *GetOnuCountersResponse) GetIsLcdgErrors() isGetOnuCountersResponse_IsLcdgErrors {
1889 if m != nil {
1890 return m.IsLcdgErrors
1891 }
1892 return nil
1893}
1894
1895func (m *GetOnuCountersResponse) GetLcdgErrors() uint64 {
1896 if x, ok := m.GetIsLcdgErrors().(*GetOnuCountersResponse_LcdgErrors); ok {
1897 return x.LcdgErrors
1898 }
1899 return 0
1900}
1901
1902type isGetOnuCountersResponse_IsRdiErrors interface {
1903 isGetOnuCountersResponse_IsRdiErrors()
1904}
1905
1906type GetOnuCountersResponse_RdiErrors struct {
1907 RdiErrors uint64 `protobuf:"fixed64,26,opt,name=rdi_errors,json=rdiErrors,proto3,oneof"`
1908}
1909
1910func (*GetOnuCountersResponse_RdiErrors) isGetOnuCountersResponse_IsRdiErrors() {}
1911
1912func (m *GetOnuCountersResponse) GetIsRdiErrors() isGetOnuCountersResponse_IsRdiErrors {
1913 if m != nil {
1914 return m.IsRdiErrors
1915 }
1916 return nil
1917}
1918
1919func (m *GetOnuCountersResponse) GetRdiErrors() uint64 {
1920 if x, ok := m.GetIsRdiErrors().(*GetOnuCountersResponse_RdiErrors); ok {
1921 return x.RdiErrors
1922 }
1923 return 0
1924}
1925
1926type isGetOnuCountersResponse_IsTimestamp interface {
1927 isGetOnuCountersResponse_IsTimestamp()
1928}
1929
1930type GetOnuCountersResponse_Timestamp struct {
1931 Timestamp uint32 `protobuf:"fixed32,27,opt,name=timestamp,proto3,oneof"`
1932}
1933
1934func (*GetOnuCountersResponse_Timestamp) isGetOnuCountersResponse_IsTimestamp() {}
1935
1936func (m *GetOnuCountersResponse) GetIsTimestamp() isGetOnuCountersResponse_IsTimestamp {
1937 if m != nil {
1938 return m.IsTimestamp
1939 }
1940 return nil
1941}
1942
1943func (m *GetOnuCountersResponse) GetTimestamp() uint32 {
1944 if x, ok := m.GetIsTimestamp().(*GetOnuCountersResponse_Timestamp); ok {
1945 return x.Timestamp
1946 }
1947 return 0
1948}
1949
1950// XXX_OneofWrappers is for the internal use of the proto package.
1951func (*GetOnuCountersResponse) XXX_OneofWrappers() []interface{} {
1952 return []interface{}{
1953 (*GetOnuCountersResponse_IntfId)(nil),
1954 (*GetOnuCountersResponse_OnuId)(nil),
1955 (*GetOnuCountersResponse_PositiveDrift)(nil),
1956 (*GetOnuCountersResponse_NegativeDrift)(nil),
1957 (*GetOnuCountersResponse_DelimiterMissDetection)(nil),
1958 (*GetOnuCountersResponse_BipErrors)(nil),
1959 (*GetOnuCountersResponse_BipUnits)(nil),
1960 (*GetOnuCountersResponse_FecCorrectedSymbols)(nil),
1961 (*GetOnuCountersResponse_FecCodewordsCorrected)(nil),
1962 (*GetOnuCountersResponse_FecCodewordsUncorrectable)(nil),
1963 (*GetOnuCountersResponse_FecCodewords)(nil),
1964 (*GetOnuCountersResponse_FecCorrectedUnits)(nil),
1965 (*GetOnuCountersResponse_XgemKeyErrors)(nil),
1966 (*GetOnuCountersResponse_XgemLoss)(nil),
1967 (*GetOnuCountersResponse_RxPloamsError)(nil),
1968 (*GetOnuCountersResponse_RxPloamsNonIdle)(nil),
1969 (*GetOnuCountersResponse_RxOmci)(nil),
1970 (*GetOnuCountersResponse_TxOmci)(nil),
1971 (*GetOnuCountersResponse_RxOmciPacketsCrcError)(nil),
1972 (*GetOnuCountersResponse_RxBytes)(nil),
1973 (*GetOnuCountersResponse_RxPackets)(nil),
1974 (*GetOnuCountersResponse_TxBytes)(nil),
1975 (*GetOnuCountersResponse_TxPackets)(nil),
1976 (*GetOnuCountersResponse_BerReported)(nil),
1977 (*GetOnuCountersResponse_LcdgErrors)(nil),
1978 (*GetOnuCountersResponse_RdiErrors)(nil),
1979 (*GetOnuCountersResponse_Timestamp)(nil),
1980 }
1981}
1982
1983type GetOnuOMCICountersResponse struct {
1984 // Types that are valid to be assigned to IsDropEvents:
1985 // *GetOnuOMCICountersResponse_DropEvents
1986 IsDropEvents isGetOnuOMCICountersResponse_IsDropEvents `protobuf_oneof:"is_drop_events"`
1987 // Types that are valid to be assigned to IsOctets:
1988 // *GetOnuOMCICountersResponse_Octets
1989 IsOctets isGetOnuOMCICountersResponse_IsOctets `protobuf_oneof:"is_octets"`
1990 // Types that are valid to be assigned to IsFrames:
1991 // *GetOnuOMCICountersResponse_Frames
1992 IsFrames isGetOnuOMCICountersResponse_IsFrames `protobuf_oneof:"is_frames"`
1993 // Types that are valid to be assigned to IsBroadcastFrames:
1994 // *GetOnuOMCICountersResponse_BroadcastFrames
1995 IsBroadcastFrames isGetOnuOMCICountersResponse_IsBroadcastFrames `protobuf_oneof:"is_broadcast_frames"`
1996 // Types that are valid to be assigned to IsMulticastFrames:
1997 // *GetOnuOMCICountersResponse_MulticastFrames
1998 IsMulticastFrames isGetOnuOMCICountersResponse_IsMulticastFrames `protobuf_oneof:"is_multicast_frames"`
1999 // Types that are valid to be assigned to IsCrcErroredFrames:
2000 // *GetOnuOMCICountersResponse_CrcErroredFrames
2001 IsCrcErroredFrames isGetOnuOMCICountersResponse_IsCrcErroredFrames `protobuf_oneof:"is_crc_errored_frames"`
2002 // Types that are valid to be assigned to IsUndersizeFrames:
2003 // *GetOnuOMCICountersResponse_UndersizeFrames
2004 IsUndersizeFrames isGetOnuOMCICountersResponse_IsUndersizeFrames `protobuf_oneof:"is_undersize_frames"`
2005 // Types that are valid to be assigned to IsOversizeFrames:
2006 // *GetOnuOMCICountersResponse_OversizeFrames
2007 IsOversizeFrames isGetOnuOMCICountersResponse_IsOversizeFrames `protobuf_oneof:"is_oversize_frames"`
2008 // Types that are valid to be assigned to IsFrames_64Octets:
2009 // *GetOnuOMCICountersResponse_Frames_64Octets
2010 IsFrames_64Octets isGetOnuOMCICountersResponse_IsFrames_64Octets `protobuf_oneof:"is_frames_64_octets"`
2011 // Types that are valid to be assigned to IsFrames_65To_127Octets:
2012 // *GetOnuOMCICountersResponse_Frames_65To_127Octets
2013 IsFrames_65To_127Octets isGetOnuOMCICountersResponse_IsFrames_65To_127Octets `protobuf_oneof:"is_frames_65_to_127_octets"`
2014 // Types that are valid to be assigned to IsFrames_128To_255Octets:
2015 // *GetOnuOMCICountersResponse_Frames_128To_255Octets
2016 IsFrames_128To_255Octets isGetOnuOMCICountersResponse_IsFrames_128To_255Octets `protobuf_oneof:"is_frames_128_to_255_octets"`
2017 // Types that are valid to be assigned to IsFrames_256To_511Octets:
2018 // *GetOnuOMCICountersResponse_Frames_256To_511Octets
2019 IsFrames_256To_511Octets isGetOnuOMCICountersResponse_IsFrames_256To_511Octets `protobuf_oneof:"is_frames_256_to_511_octets"`
2020 // Types that are valid to be assigned to IsFrames_512To_1023Octets:
2021 // *GetOnuOMCICountersResponse_Frames_512To_1023Octets
2022 IsFrames_512To_1023Octets isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets `protobuf_oneof:"is_frames_512_to_1023_octets"`
2023 // Types that are valid to be assigned to IsFrames_1024To_1518Octets:
2024 // *GetOnuOMCICountersResponse_Frames_1024To_1518Octets
2025 IsFrames_1024To_1518Octets isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets `protobuf_oneof:"is_frames_1024_to_1518_octets"`
2026 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2027 XXX_unrecognized []byte `json:"-"`
2028 XXX_sizecache int32 `json:"-"`
2029}
2030
2031func (m *GetOnuOMCICountersResponse) Reset() { *m = GetOnuOMCICountersResponse{} }
2032func (m *GetOnuOMCICountersResponse) String() string { return proto.CompactTextString(m) }
2033func (*GetOnuOMCICountersResponse) ProtoMessage() {}
2034func (*GetOnuOMCICountersResponse) Descriptor() ([]byte, []int) {
2035 return fileDescriptor_7ecf6e9799a9202d, []int{15}
2036}
2037
2038func (m *GetOnuOMCICountersResponse) XXX_Unmarshal(b []byte) error {
2039 return xxx_messageInfo_GetOnuOMCICountersResponse.Unmarshal(m, b)
2040}
2041func (m *GetOnuOMCICountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2042 return xxx_messageInfo_GetOnuOMCICountersResponse.Marshal(b, m, deterministic)
2043}
2044func (m *GetOnuOMCICountersResponse) XXX_Merge(src proto.Message) {
2045 xxx_messageInfo_GetOnuOMCICountersResponse.Merge(m, src)
2046}
2047func (m *GetOnuOMCICountersResponse) XXX_Size() int {
2048 return xxx_messageInfo_GetOnuOMCICountersResponse.Size(m)
2049}
2050func (m *GetOnuOMCICountersResponse) XXX_DiscardUnknown() {
2051 xxx_messageInfo_GetOnuOMCICountersResponse.DiscardUnknown(m)
2052}
2053
2054var xxx_messageInfo_GetOnuOMCICountersResponse proto.InternalMessageInfo
2055
2056type isGetOnuOMCICountersResponse_IsDropEvents interface {
2057 isGetOnuOMCICountersResponse_IsDropEvents()
2058}
2059
2060type GetOnuOMCICountersResponse_DropEvents struct {
2061 DropEvents uint64 `protobuf:"fixed64,1,opt,name=drop_events,json=dropEvents,proto3,oneof"`
2062}
2063
2064func (*GetOnuOMCICountersResponse_DropEvents) isGetOnuOMCICountersResponse_IsDropEvents() {}
2065
2066func (m *GetOnuOMCICountersResponse) GetIsDropEvents() isGetOnuOMCICountersResponse_IsDropEvents {
2067 if m != nil {
2068 return m.IsDropEvents
2069 }
2070 return nil
2071}
2072
2073func (m *GetOnuOMCICountersResponse) GetDropEvents() uint64 {
2074 if x, ok := m.GetIsDropEvents().(*GetOnuOMCICountersResponse_DropEvents); ok {
2075 return x.DropEvents
2076 }
2077 return 0
2078}
2079
2080type isGetOnuOMCICountersResponse_IsOctets interface {
2081 isGetOnuOMCICountersResponse_IsOctets()
2082}
2083
2084type GetOnuOMCICountersResponse_Octets struct {
2085 Octets uint64 `protobuf:"fixed64,2,opt,name=octets,proto3,oneof"`
2086}
2087
2088func (*GetOnuOMCICountersResponse_Octets) isGetOnuOMCICountersResponse_IsOctets() {}
2089
2090func (m *GetOnuOMCICountersResponse) GetIsOctets() isGetOnuOMCICountersResponse_IsOctets {
2091 if m != nil {
2092 return m.IsOctets
2093 }
2094 return nil
2095}
2096
2097func (m *GetOnuOMCICountersResponse) GetOctets() uint64 {
2098 if x, ok := m.GetIsOctets().(*GetOnuOMCICountersResponse_Octets); ok {
2099 return x.Octets
2100 }
2101 return 0
2102}
2103
2104type isGetOnuOMCICountersResponse_IsFrames interface {
2105 isGetOnuOMCICountersResponse_IsFrames()
2106}
2107
2108type GetOnuOMCICountersResponse_Frames struct {
2109 Frames uint64 `protobuf:"fixed64,3,opt,name=frames,proto3,oneof"`
2110}
2111
2112func (*GetOnuOMCICountersResponse_Frames) isGetOnuOMCICountersResponse_IsFrames() {}
2113
2114func (m *GetOnuOMCICountersResponse) GetIsFrames() isGetOnuOMCICountersResponse_IsFrames {
2115 if m != nil {
2116 return m.IsFrames
2117 }
2118 return nil
2119}
2120
2121func (m *GetOnuOMCICountersResponse) GetFrames() uint64 {
2122 if x, ok := m.GetIsFrames().(*GetOnuOMCICountersResponse_Frames); ok {
2123 return x.Frames
2124 }
2125 return 0
2126}
2127
2128type isGetOnuOMCICountersResponse_IsBroadcastFrames interface {
2129 isGetOnuOMCICountersResponse_IsBroadcastFrames()
2130}
2131
2132type GetOnuOMCICountersResponse_BroadcastFrames struct {
2133 BroadcastFrames uint64 `protobuf:"fixed64,4,opt,name=broadcast_frames,json=broadcastFrames,proto3,oneof"`
2134}
2135
2136func (*GetOnuOMCICountersResponse_BroadcastFrames) isGetOnuOMCICountersResponse_IsBroadcastFrames() {}
2137
2138func (m *GetOnuOMCICountersResponse) GetIsBroadcastFrames() isGetOnuOMCICountersResponse_IsBroadcastFrames {
2139 if m != nil {
2140 return m.IsBroadcastFrames
2141 }
2142 return nil
2143}
2144
2145func (m *GetOnuOMCICountersResponse) GetBroadcastFrames() uint64 {
2146 if x, ok := m.GetIsBroadcastFrames().(*GetOnuOMCICountersResponse_BroadcastFrames); ok {
2147 return x.BroadcastFrames
2148 }
2149 return 0
2150}
2151
2152type isGetOnuOMCICountersResponse_IsMulticastFrames interface {
2153 isGetOnuOMCICountersResponse_IsMulticastFrames()
2154}
2155
2156type GetOnuOMCICountersResponse_MulticastFrames struct {
2157 MulticastFrames uint64 `protobuf:"fixed64,5,opt,name=multicast_frames,json=multicastFrames,proto3,oneof"`
2158}
2159
2160func (*GetOnuOMCICountersResponse_MulticastFrames) isGetOnuOMCICountersResponse_IsMulticastFrames() {}
2161
2162func (m *GetOnuOMCICountersResponse) GetIsMulticastFrames() isGetOnuOMCICountersResponse_IsMulticastFrames {
2163 if m != nil {
2164 return m.IsMulticastFrames
2165 }
2166 return nil
2167}
2168
2169func (m *GetOnuOMCICountersResponse) GetMulticastFrames() uint64 {
2170 if x, ok := m.GetIsMulticastFrames().(*GetOnuOMCICountersResponse_MulticastFrames); ok {
2171 return x.MulticastFrames
2172 }
2173 return 0
2174}
2175
2176type isGetOnuOMCICountersResponse_IsCrcErroredFrames interface {
2177 isGetOnuOMCICountersResponse_IsCrcErroredFrames()
2178}
2179
2180type GetOnuOMCICountersResponse_CrcErroredFrames struct {
2181 CrcErroredFrames uint64 `protobuf:"fixed64,6,opt,name=crc_errored_frames,json=crcErroredFrames,proto3,oneof"`
2182}
2183
2184func (*GetOnuOMCICountersResponse_CrcErroredFrames) isGetOnuOMCICountersResponse_IsCrcErroredFrames() {
2185}
2186
2187func (m *GetOnuOMCICountersResponse) GetIsCrcErroredFrames() isGetOnuOMCICountersResponse_IsCrcErroredFrames {
2188 if m != nil {
2189 return m.IsCrcErroredFrames
2190 }
2191 return nil
2192}
2193
2194func (m *GetOnuOMCICountersResponse) GetCrcErroredFrames() uint64 {
2195 if x, ok := m.GetIsCrcErroredFrames().(*GetOnuOMCICountersResponse_CrcErroredFrames); ok {
2196 return x.CrcErroredFrames
2197 }
2198 return 0
2199}
2200
2201type isGetOnuOMCICountersResponse_IsUndersizeFrames interface {
2202 isGetOnuOMCICountersResponse_IsUndersizeFrames()
2203}
2204
2205type GetOnuOMCICountersResponse_UndersizeFrames struct {
2206 UndersizeFrames uint64 `protobuf:"fixed64,7,opt,name=undersize_frames,json=undersizeFrames,proto3,oneof"`
2207}
2208
2209func (*GetOnuOMCICountersResponse_UndersizeFrames) isGetOnuOMCICountersResponse_IsUndersizeFrames() {}
2210
2211func (m *GetOnuOMCICountersResponse) GetIsUndersizeFrames() isGetOnuOMCICountersResponse_IsUndersizeFrames {
2212 if m != nil {
2213 return m.IsUndersizeFrames
2214 }
2215 return nil
2216}
2217
2218func (m *GetOnuOMCICountersResponse) GetUndersizeFrames() uint64 {
2219 if x, ok := m.GetIsUndersizeFrames().(*GetOnuOMCICountersResponse_UndersizeFrames); ok {
2220 return x.UndersizeFrames
2221 }
2222 return 0
2223}
2224
2225type isGetOnuOMCICountersResponse_IsOversizeFrames interface {
2226 isGetOnuOMCICountersResponse_IsOversizeFrames()
2227}
2228
2229type GetOnuOMCICountersResponse_OversizeFrames struct {
2230 OversizeFrames uint64 `protobuf:"fixed64,8,opt,name=oversize_frames,json=oversizeFrames,proto3,oneof"`
2231}
2232
2233func (*GetOnuOMCICountersResponse_OversizeFrames) isGetOnuOMCICountersResponse_IsOversizeFrames() {}
2234
2235func (m *GetOnuOMCICountersResponse) GetIsOversizeFrames() isGetOnuOMCICountersResponse_IsOversizeFrames {
2236 if m != nil {
2237 return m.IsOversizeFrames
2238 }
2239 return nil
2240}
2241
2242func (m *GetOnuOMCICountersResponse) GetOversizeFrames() uint64 {
2243 if x, ok := m.GetIsOversizeFrames().(*GetOnuOMCICountersResponse_OversizeFrames); ok {
2244 return x.OversizeFrames
2245 }
2246 return 0
2247}
2248
2249type isGetOnuOMCICountersResponse_IsFrames_64Octets interface {
2250 isGetOnuOMCICountersResponse_IsFrames_64Octets()
2251}
2252
2253type GetOnuOMCICountersResponse_Frames_64Octets struct {
2254 Frames_64Octets uint64 `protobuf:"fixed64,9,opt,name=frames_64_octets,json=frames64Octets,proto3,oneof"`
2255}
2256
2257func (*GetOnuOMCICountersResponse_Frames_64Octets) isGetOnuOMCICountersResponse_IsFrames_64Octets() {}
2258
2259func (m *GetOnuOMCICountersResponse) GetIsFrames_64Octets() isGetOnuOMCICountersResponse_IsFrames_64Octets {
2260 if m != nil {
2261 return m.IsFrames_64Octets
2262 }
2263 return nil
2264}
2265
2266func (m *GetOnuOMCICountersResponse) GetFrames_64Octets() uint64 {
2267 if x, ok := m.GetIsFrames_64Octets().(*GetOnuOMCICountersResponse_Frames_64Octets); ok {
2268 return x.Frames_64Octets
2269 }
2270 return 0
2271}
2272
2273type isGetOnuOMCICountersResponse_IsFrames_65To_127Octets interface {
2274 isGetOnuOMCICountersResponse_IsFrames_65To_127Octets()
2275}
2276
2277type GetOnuOMCICountersResponse_Frames_65To_127Octets struct {
2278 Frames_65To_127Octets uint64 `protobuf:"fixed64,10,opt,name=frames_65_to_127_octets,json=frames65To127Octets,proto3,oneof"`
2279}
2280
2281func (*GetOnuOMCICountersResponse_Frames_65To_127Octets) isGetOnuOMCICountersResponse_IsFrames_65To_127Octets() {
2282}
2283
2284func (m *GetOnuOMCICountersResponse) GetIsFrames_65To_127Octets() isGetOnuOMCICountersResponse_IsFrames_65To_127Octets {
2285 if m != nil {
2286 return m.IsFrames_65To_127Octets
2287 }
2288 return nil
2289}
2290
2291func (m *GetOnuOMCICountersResponse) GetFrames_65To_127Octets() uint64 {
2292 if x, ok := m.GetIsFrames_65To_127Octets().(*GetOnuOMCICountersResponse_Frames_65To_127Octets); ok {
2293 return x.Frames_65To_127Octets
2294 }
2295 return 0
2296}
2297
2298type isGetOnuOMCICountersResponse_IsFrames_128To_255Octets interface {
2299 isGetOnuOMCICountersResponse_IsFrames_128To_255Octets()
2300}
2301
2302type GetOnuOMCICountersResponse_Frames_128To_255Octets struct {
2303 Frames_128To_255Octets uint64 `protobuf:"fixed64,11,opt,name=frames_128_to_255_octets,json=frames128To255Octets,proto3,oneof"`
2304}
2305
2306func (*GetOnuOMCICountersResponse_Frames_128To_255Octets) isGetOnuOMCICountersResponse_IsFrames_128To_255Octets() {
2307}
2308
2309func (m *GetOnuOMCICountersResponse) GetIsFrames_128To_255Octets() isGetOnuOMCICountersResponse_IsFrames_128To_255Octets {
2310 if m != nil {
2311 return m.IsFrames_128To_255Octets
2312 }
2313 return nil
2314}
2315
2316func (m *GetOnuOMCICountersResponse) GetFrames_128To_255Octets() uint64 {
2317 if x, ok := m.GetIsFrames_128To_255Octets().(*GetOnuOMCICountersResponse_Frames_128To_255Octets); ok {
2318 return x.Frames_128To_255Octets
2319 }
2320 return 0
2321}
2322
2323type isGetOnuOMCICountersResponse_IsFrames_256To_511Octets interface {
2324 isGetOnuOMCICountersResponse_IsFrames_256To_511Octets()
2325}
2326
2327type GetOnuOMCICountersResponse_Frames_256To_511Octets struct {
2328 Frames_256To_511Octets uint64 `protobuf:"fixed64,12,opt,name=frames_256_to_511_octets,json=frames256To511Octets,proto3,oneof"`
2329}
2330
2331func (*GetOnuOMCICountersResponse_Frames_256To_511Octets) isGetOnuOMCICountersResponse_IsFrames_256To_511Octets() {
2332}
2333
2334func (m *GetOnuOMCICountersResponse) GetIsFrames_256To_511Octets() isGetOnuOMCICountersResponse_IsFrames_256To_511Octets {
2335 if m != nil {
2336 return m.IsFrames_256To_511Octets
2337 }
2338 return nil
2339}
2340
2341func (m *GetOnuOMCICountersResponse) GetFrames_256To_511Octets() uint64 {
2342 if x, ok := m.GetIsFrames_256To_511Octets().(*GetOnuOMCICountersResponse_Frames_256To_511Octets); ok {
2343 return x.Frames_256To_511Octets
2344 }
2345 return 0
2346}
2347
2348type isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets interface {
2349 isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets()
2350}
2351
2352type GetOnuOMCICountersResponse_Frames_512To_1023Octets struct {
2353 Frames_512To_1023Octets uint64 `protobuf:"fixed64,13,opt,name=frames_512_to_1023_octets,json=frames512To1023Octets,proto3,oneof"`
2354}
2355
2356func (*GetOnuOMCICountersResponse_Frames_512To_1023Octets) isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets() {
2357}
2358
2359func (m *GetOnuOMCICountersResponse) GetIsFrames_512To_1023Octets() isGetOnuOMCICountersResponse_IsFrames_512To_1023Octets {
2360 if m != nil {
2361 return m.IsFrames_512To_1023Octets
2362 }
2363 return nil
2364}
2365
2366func (m *GetOnuOMCICountersResponse) GetFrames_512To_1023Octets() uint64 {
2367 if x, ok := m.GetIsFrames_512To_1023Octets().(*GetOnuOMCICountersResponse_Frames_512To_1023Octets); ok {
2368 return x.Frames_512To_1023Octets
2369 }
2370 return 0
2371}
2372
2373type isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets interface {
2374 isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets()
2375}
2376
2377type GetOnuOMCICountersResponse_Frames_1024To_1518Octets struct {
2378 Frames_1024To_1518Octets uint64 `protobuf:"fixed64,14,opt,name=frames_1024_to_1518_octets,json=frames1024To1518Octets,proto3,oneof"`
2379}
2380
2381func (*GetOnuOMCICountersResponse_Frames_1024To_1518Octets) isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets() {
2382}
2383
2384func (m *GetOnuOMCICountersResponse) GetIsFrames_1024To_1518Octets() isGetOnuOMCICountersResponse_IsFrames_1024To_1518Octets {
2385 if m != nil {
2386 return m.IsFrames_1024To_1518Octets
2387 }
2388 return nil
2389}
2390
2391func (m *GetOnuOMCICountersResponse) GetFrames_1024To_1518Octets() uint64 {
2392 if x, ok := m.GetIsFrames_1024To_1518Octets().(*GetOnuOMCICountersResponse_Frames_1024To_1518Octets); ok {
2393 return x.Frames_1024To_1518Octets
2394 }
2395 return 0
2396}
2397
2398// XXX_OneofWrappers is for the internal use of the proto package.
2399func (*GetOnuOMCICountersResponse) XXX_OneofWrappers() []interface{} {
2400 return []interface{}{
2401 (*GetOnuOMCICountersResponse_DropEvents)(nil),
2402 (*GetOnuOMCICountersResponse_Octets)(nil),
2403 (*GetOnuOMCICountersResponse_Frames)(nil),
2404 (*GetOnuOMCICountersResponse_BroadcastFrames)(nil),
2405 (*GetOnuOMCICountersResponse_MulticastFrames)(nil),
2406 (*GetOnuOMCICountersResponse_CrcErroredFrames)(nil),
2407 (*GetOnuOMCICountersResponse_UndersizeFrames)(nil),
2408 (*GetOnuOMCICountersResponse_OversizeFrames)(nil),
2409 (*GetOnuOMCICountersResponse_Frames_64Octets)(nil),
2410 (*GetOnuOMCICountersResponse_Frames_65To_127Octets)(nil),
2411 (*GetOnuOMCICountersResponse_Frames_128To_255Octets)(nil),
2412 (*GetOnuOMCICountersResponse_Frames_256To_511Octets)(nil),
2413 (*GetOnuOMCICountersResponse_Frames_512To_1023Octets)(nil),
2414 (*GetOnuOMCICountersResponse_Frames_1024To_1518Octets)(nil),
2415 }
2416}
2417
kesavand8ec4fc02021-01-27 09:10:22 -05002418type GetValueRequest struct {
2419 // Types that are valid to be assigned to Request:
2420 // *GetValueRequest_Distance
2421 // *GetValueRequest_UniInfo
2422 // *GetValueRequest_OltPortInfo
2423 // *GetValueRequest_OnuOpticalInfo
2424 // *GetValueRequest_EthBridgePort
2425 // *GetValueRequest_FecHistory
Himani Chawla40acc122021-05-26 18:52:29 +05302426 // *GetValueRequest_OnuPonInfo
2427 // *GetValueRequest_OnuInfo
kesavand8ec4fc02021-01-27 09:10:22 -05002428 Request isGetValueRequest_Request `protobuf_oneof:"request"`
2429 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2430 XXX_unrecognized []byte `json:"-"`
2431 XXX_sizecache int32 `json:"-"`
2432}
2433
2434func (m *GetValueRequest) Reset() { *m = GetValueRequest{} }
2435func (m *GetValueRequest) String() string { return proto.CompactTextString(m) }
2436func (*GetValueRequest) ProtoMessage() {}
2437func (*GetValueRequest) Descriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +05302438 return fileDescriptor_7ecf6e9799a9202d, []int{16}
kesavand8ec4fc02021-01-27 09:10:22 -05002439}
2440
2441func (m *GetValueRequest) XXX_Unmarshal(b []byte) error {
2442 return xxx_messageInfo_GetValueRequest.Unmarshal(m, b)
2443}
2444func (m *GetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2445 return xxx_messageInfo_GetValueRequest.Marshal(b, m, deterministic)
2446}
2447func (m *GetValueRequest) XXX_Merge(src proto.Message) {
2448 xxx_messageInfo_GetValueRequest.Merge(m, src)
2449}
2450func (m *GetValueRequest) XXX_Size() int {
2451 return xxx_messageInfo_GetValueRequest.Size(m)
2452}
2453func (m *GetValueRequest) XXX_DiscardUnknown() {
2454 xxx_messageInfo_GetValueRequest.DiscardUnknown(m)
2455}
2456
2457var xxx_messageInfo_GetValueRequest proto.InternalMessageInfo
2458
2459type isGetValueRequest_Request interface {
2460 isGetValueRequest_Request()
2461}
2462
2463type GetValueRequest_Distance struct {
2464 Distance *GetDistanceRequest `protobuf:"bytes,1,opt,name=distance,proto3,oneof"`
2465}
2466
2467type GetValueRequest_UniInfo struct {
2468 UniInfo *GetOnuUniInfoRequest `protobuf:"bytes,2,opt,name=uniInfo,proto3,oneof"`
2469}
2470
2471type GetValueRequest_OltPortInfo struct {
2472 OltPortInfo *GetOltPortCounters `protobuf:"bytes,3,opt,name=oltPortInfo,proto3,oneof"`
2473}
2474
2475type GetValueRequest_OnuOpticalInfo struct {
2476 OnuOpticalInfo *GetOnuPonOpticalInfo `protobuf:"bytes,4,opt,name=onuOpticalInfo,proto3,oneof"`
2477}
2478
2479type GetValueRequest_EthBridgePort struct {
2480 EthBridgePort *GetOnuEthernetBridgePortHistory `protobuf:"bytes,5,opt,name=ethBridgePort,proto3,oneof"`
2481}
2482
2483type GetValueRequest_FecHistory struct {
2484 FecHistory *GetOnuFecHistory `protobuf:"bytes,6,opt,name=fecHistory,proto3,oneof"`
2485}
2486
Himani Chawla40acc122021-05-26 18:52:29 +05302487type GetValueRequest_OnuPonInfo struct {
2488 OnuPonInfo *GetOnuCountersRequest `protobuf:"bytes,7,opt,name=onuPonInfo,proto3,oneof"`
2489}
2490
2491type GetValueRequest_OnuInfo struct {
2492 OnuInfo *GetOnuOMCICountersRequest `protobuf:"bytes,8,opt,name=onuInfo,proto3,oneof"`
2493}
2494
kesavand8ec4fc02021-01-27 09:10:22 -05002495func (*GetValueRequest_Distance) isGetValueRequest_Request() {}
2496
2497func (*GetValueRequest_UniInfo) isGetValueRequest_Request() {}
2498
2499func (*GetValueRequest_OltPortInfo) isGetValueRequest_Request() {}
2500
2501func (*GetValueRequest_OnuOpticalInfo) isGetValueRequest_Request() {}
2502
2503func (*GetValueRequest_EthBridgePort) isGetValueRequest_Request() {}
2504
2505func (*GetValueRequest_FecHistory) isGetValueRequest_Request() {}
2506
Himani Chawla40acc122021-05-26 18:52:29 +05302507func (*GetValueRequest_OnuPonInfo) isGetValueRequest_Request() {}
2508
2509func (*GetValueRequest_OnuInfo) isGetValueRequest_Request() {}
2510
kesavand8ec4fc02021-01-27 09:10:22 -05002511func (m *GetValueRequest) GetRequest() isGetValueRequest_Request {
2512 if m != nil {
2513 return m.Request
2514 }
2515 return nil
2516}
2517
2518func (m *GetValueRequest) GetDistance() *GetDistanceRequest {
2519 if x, ok := m.GetRequest().(*GetValueRequest_Distance); ok {
2520 return x.Distance
2521 }
2522 return nil
2523}
2524
2525func (m *GetValueRequest) GetUniInfo() *GetOnuUniInfoRequest {
2526 if x, ok := m.GetRequest().(*GetValueRequest_UniInfo); ok {
2527 return x.UniInfo
2528 }
2529 return nil
2530}
2531
2532func (m *GetValueRequest) GetOltPortInfo() *GetOltPortCounters {
2533 if x, ok := m.GetRequest().(*GetValueRequest_OltPortInfo); ok {
2534 return x.OltPortInfo
2535 }
2536 return nil
2537}
2538
2539func (m *GetValueRequest) GetOnuOpticalInfo() *GetOnuPonOpticalInfo {
2540 if x, ok := m.GetRequest().(*GetValueRequest_OnuOpticalInfo); ok {
2541 return x.OnuOpticalInfo
2542 }
2543 return nil
2544}
2545
2546func (m *GetValueRequest) GetEthBridgePort() *GetOnuEthernetBridgePortHistory {
2547 if x, ok := m.GetRequest().(*GetValueRequest_EthBridgePort); ok {
2548 return x.EthBridgePort
2549 }
2550 return nil
2551}
2552
2553func (m *GetValueRequest) GetFecHistory() *GetOnuFecHistory {
2554 if x, ok := m.GetRequest().(*GetValueRequest_FecHistory); ok {
2555 return x.FecHistory
2556 }
2557 return nil
2558}
2559
Himani Chawla40acc122021-05-26 18:52:29 +05302560func (m *GetValueRequest) GetOnuPonInfo() *GetOnuCountersRequest {
2561 if x, ok := m.GetRequest().(*GetValueRequest_OnuPonInfo); ok {
2562 return x.OnuPonInfo
2563 }
2564 return nil
2565}
2566
2567func (m *GetValueRequest) GetOnuInfo() *GetOnuOMCICountersRequest {
2568 if x, ok := m.GetRequest().(*GetValueRequest_OnuInfo); ok {
2569 return x.OnuInfo
2570 }
2571 return nil
2572}
2573
kesavand8ec4fc02021-01-27 09:10:22 -05002574// XXX_OneofWrappers is for the internal use of the proto package.
2575func (*GetValueRequest) XXX_OneofWrappers() []interface{} {
2576 return []interface{}{
2577 (*GetValueRequest_Distance)(nil),
2578 (*GetValueRequest_UniInfo)(nil),
2579 (*GetValueRequest_OltPortInfo)(nil),
2580 (*GetValueRequest_OnuOpticalInfo)(nil),
2581 (*GetValueRequest_EthBridgePort)(nil),
2582 (*GetValueRequest_FecHistory)(nil),
Himani Chawla40acc122021-05-26 18:52:29 +05302583 (*GetValueRequest_OnuPonInfo)(nil),
2584 (*GetValueRequest_OnuInfo)(nil),
kesavand8ec4fc02021-01-27 09:10:22 -05002585 }
2586}
2587
2588type GetValueResponse struct {
2589 Status GetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.GetValueResponse_Status" json:"status,omitempty"`
2590 ErrReason GetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.GetValueResponse_ErrorReason" json:"errReason,omitempty"`
2591 // Types that are valid to be assigned to Response:
2592 // *GetValueResponse_Distance
2593 // *GetValueResponse_UniInfo
2594 // *GetValueResponse_PortCoutners
2595 // *GetValueResponse_OnuOpticalInfo
2596 // *GetValueResponse_EthBridgePortInfo
2597 // *GetValueResponse_FecHistory
Himani Chawla40acc122021-05-26 18:52:29 +05302598 // *GetValueResponse_OnuPonCounters
2599 // *GetValueResponse_OnuOMCICounters
kesavand8ec4fc02021-01-27 09:10:22 -05002600 Response isGetValueResponse_Response `protobuf_oneof:"response"`
2601 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2602 XXX_unrecognized []byte `json:"-"`
2603 XXX_sizecache int32 `json:"-"`
2604}
2605
2606func (m *GetValueResponse) Reset() { *m = GetValueResponse{} }
2607func (m *GetValueResponse) String() string { return proto.CompactTextString(m) }
2608func (*GetValueResponse) ProtoMessage() {}
2609func (*GetValueResponse) Descriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +05302610 return fileDescriptor_7ecf6e9799a9202d, []int{17}
kesavand8ec4fc02021-01-27 09:10:22 -05002611}
2612
2613func (m *GetValueResponse) XXX_Unmarshal(b []byte) error {
2614 return xxx_messageInfo_GetValueResponse.Unmarshal(m, b)
2615}
2616func (m *GetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2617 return xxx_messageInfo_GetValueResponse.Marshal(b, m, deterministic)
2618}
2619func (m *GetValueResponse) XXX_Merge(src proto.Message) {
2620 xxx_messageInfo_GetValueResponse.Merge(m, src)
2621}
2622func (m *GetValueResponse) XXX_Size() int {
2623 return xxx_messageInfo_GetValueResponse.Size(m)
2624}
2625func (m *GetValueResponse) XXX_DiscardUnknown() {
2626 xxx_messageInfo_GetValueResponse.DiscardUnknown(m)
2627}
2628
2629var xxx_messageInfo_GetValueResponse proto.InternalMessageInfo
2630
2631func (m *GetValueResponse) GetStatus() GetValueResponse_Status {
2632 if m != nil {
2633 return m.Status
2634 }
2635 return GetValueResponse_STATUS_UNDEFINED
2636}
2637
2638func (m *GetValueResponse) GetErrReason() GetValueResponse_ErrorReason {
2639 if m != nil {
2640 return m.ErrReason
2641 }
2642 return GetValueResponse_REASON_UNDEFINED
2643}
2644
2645type isGetValueResponse_Response interface {
2646 isGetValueResponse_Response()
2647}
2648
2649type GetValueResponse_Distance struct {
2650 Distance *GetDistanceResponse `protobuf:"bytes,3,opt,name=distance,proto3,oneof"`
2651}
2652
2653type GetValueResponse_UniInfo struct {
2654 UniInfo *GetOnuUniInfoResponse `protobuf:"bytes,4,opt,name=uniInfo,proto3,oneof"`
2655}
2656
2657type GetValueResponse_PortCoutners struct {
2658 PortCoutners *GetOltPortCountersResponse `protobuf:"bytes,5,opt,name=portCoutners,proto3,oneof"`
2659}
2660
2661type GetValueResponse_OnuOpticalInfo struct {
2662 OnuOpticalInfo *GetOnuPonOpticalInfoResponse `protobuf:"bytes,6,opt,name=onuOpticalInfo,proto3,oneof"`
2663}
2664
2665type GetValueResponse_EthBridgePortInfo struct {
2666 EthBridgePortInfo *GetOnuEthernetBridgePortHistoryResponse `protobuf:"bytes,7,opt,name=ethBridgePortInfo,proto3,oneof"`
2667}
2668
2669type GetValueResponse_FecHistory struct {
2670 FecHistory *GetOnuFecHistoryResponse `protobuf:"bytes,8,opt,name=fecHistory,proto3,oneof"`
2671}
2672
Himani Chawla40acc122021-05-26 18:52:29 +05302673type GetValueResponse_OnuPonCounters struct {
2674 OnuPonCounters *GetOnuCountersResponse `protobuf:"bytes,9,opt,name=onuPonCounters,proto3,oneof"`
2675}
2676
2677type GetValueResponse_OnuOMCICounters struct {
2678 OnuOMCICounters *GetOnuOMCICountersResponse `protobuf:"bytes,10,opt,name=onuOMCICounters,proto3,oneof"`
2679}
2680
kesavand8ec4fc02021-01-27 09:10:22 -05002681func (*GetValueResponse_Distance) isGetValueResponse_Response() {}
2682
2683func (*GetValueResponse_UniInfo) isGetValueResponse_Response() {}
2684
2685func (*GetValueResponse_PortCoutners) isGetValueResponse_Response() {}
2686
2687func (*GetValueResponse_OnuOpticalInfo) isGetValueResponse_Response() {}
2688
2689func (*GetValueResponse_EthBridgePortInfo) isGetValueResponse_Response() {}
2690
2691func (*GetValueResponse_FecHistory) isGetValueResponse_Response() {}
2692
Himani Chawla40acc122021-05-26 18:52:29 +05302693func (*GetValueResponse_OnuPonCounters) isGetValueResponse_Response() {}
2694
2695func (*GetValueResponse_OnuOMCICounters) isGetValueResponse_Response() {}
2696
kesavand8ec4fc02021-01-27 09:10:22 -05002697func (m *GetValueResponse) GetResponse() isGetValueResponse_Response {
2698 if m != nil {
2699 return m.Response
2700 }
2701 return nil
2702}
2703
2704func (m *GetValueResponse) GetDistance() *GetDistanceResponse {
2705 if x, ok := m.GetResponse().(*GetValueResponse_Distance); ok {
2706 return x.Distance
2707 }
2708 return nil
2709}
2710
2711func (m *GetValueResponse) GetUniInfo() *GetOnuUniInfoResponse {
2712 if x, ok := m.GetResponse().(*GetValueResponse_UniInfo); ok {
2713 return x.UniInfo
2714 }
2715 return nil
2716}
2717
2718func (m *GetValueResponse) GetPortCoutners() *GetOltPortCountersResponse {
2719 if x, ok := m.GetResponse().(*GetValueResponse_PortCoutners); ok {
2720 return x.PortCoutners
2721 }
2722 return nil
2723}
2724
2725func (m *GetValueResponse) GetOnuOpticalInfo() *GetOnuPonOpticalInfoResponse {
2726 if x, ok := m.GetResponse().(*GetValueResponse_OnuOpticalInfo); ok {
2727 return x.OnuOpticalInfo
2728 }
2729 return nil
2730}
2731
2732func (m *GetValueResponse) GetEthBridgePortInfo() *GetOnuEthernetBridgePortHistoryResponse {
2733 if x, ok := m.GetResponse().(*GetValueResponse_EthBridgePortInfo); ok {
2734 return x.EthBridgePortInfo
2735 }
2736 return nil
2737}
2738
2739func (m *GetValueResponse) GetFecHistory() *GetOnuFecHistoryResponse {
2740 if x, ok := m.GetResponse().(*GetValueResponse_FecHistory); ok {
2741 return x.FecHistory
2742 }
2743 return nil
2744}
2745
Himani Chawla40acc122021-05-26 18:52:29 +05302746func (m *GetValueResponse) GetOnuPonCounters() *GetOnuCountersResponse {
2747 if x, ok := m.GetResponse().(*GetValueResponse_OnuPonCounters); ok {
2748 return x.OnuPonCounters
2749 }
2750 return nil
2751}
2752
2753func (m *GetValueResponse) GetOnuOMCICounters() *GetOnuOMCICountersResponse {
2754 if x, ok := m.GetResponse().(*GetValueResponse_OnuOMCICounters); ok {
2755 return x.OnuOMCICounters
2756 }
2757 return nil
2758}
2759
kesavand8ec4fc02021-01-27 09:10:22 -05002760// XXX_OneofWrappers is for the internal use of the proto package.
2761func (*GetValueResponse) XXX_OneofWrappers() []interface{} {
2762 return []interface{}{
2763 (*GetValueResponse_Distance)(nil),
2764 (*GetValueResponse_UniInfo)(nil),
2765 (*GetValueResponse_PortCoutners)(nil),
2766 (*GetValueResponse_OnuOpticalInfo)(nil),
2767 (*GetValueResponse_EthBridgePortInfo)(nil),
2768 (*GetValueResponse_FecHistory)(nil),
Himani Chawla40acc122021-05-26 18:52:29 +05302769 (*GetValueResponse_OnuPonCounters)(nil),
2770 (*GetValueResponse_OnuOMCICounters)(nil),
kesavand8ec4fc02021-01-27 09:10:22 -05002771 }
2772}
2773
2774type SetValueRequest struct {
2775 // Types that are valid to be assigned to Request:
2776 // *SetValueRequest_AlarmConfig
2777 Request isSetValueRequest_Request `protobuf_oneof:"request"`
2778 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2779 XXX_unrecognized []byte `json:"-"`
2780 XXX_sizecache int32 `json:"-"`
2781}
2782
2783func (m *SetValueRequest) Reset() { *m = SetValueRequest{} }
2784func (m *SetValueRequest) String() string { return proto.CompactTextString(m) }
2785func (*SetValueRequest) ProtoMessage() {}
2786func (*SetValueRequest) Descriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +05302787 return fileDescriptor_7ecf6e9799a9202d, []int{18}
kesavand8ec4fc02021-01-27 09:10:22 -05002788}
2789
2790func (m *SetValueRequest) XXX_Unmarshal(b []byte) error {
2791 return xxx_messageInfo_SetValueRequest.Unmarshal(m, b)
2792}
2793func (m *SetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2794 return xxx_messageInfo_SetValueRequest.Marshal(b, m, deterministic)
2795}
2796func (m *SetValueRequest) XXX_Merge(src proto.Message) {
2797 xxx_messageInfo_SetValueRequest.Merge(m, src)
2798}
2799func (m *SetValueRequest) XXX_Size() int {
2800 return xxx_messageInfo_SetValueRequest.Size(m)
2801}
2802func (m *SetValueRequest) XXX_DiscardUnknown() {
2803 xxx_messageInfo_SetValueRequest.DiscardUnknown(m)
2804}
2805
2806var xxx_messageInfo_SetValueRequest proto.InternalMessageInfo
2807
2808type isSetValueRequest_Request interface {
2809 isSetValueRequest_Request()
2810}
2811
2812type SetValueRequest_AlarmConfig struct {
2813 AlarmConfig *config.AlarmConfig `protobuf:"bytes,1,opt,name=alarm_config,json=alarmConfig,proto3,oneof"`
2814}
2815
2816func (*SetValueRequest_AlarmConfig) isSetValueRequest_Request() {}
2817
2818func (m *SetValueRequest) GetRequest() isSetValueRequest_Request {
2819 if m != nil {
2820 return m.Request
2821 }
2822 return nil
2823}
2824
2825func (m *SetValueRequest) GetAlarmConfig() *config.AlarmConfig {
2826 if x, ok := m.GetRequest().(*SetValueRequest_AlarmConfig); ok {
2827 return x.AlarmConfig
2828 }
2829 return nil
2830}
2831
2832// XXX_OneofWrappers is for the internal use of the proto package.
2833func (*SetValueRequest) XXX_OneofWrappers() []interface{} {
2834 return []interface{}{
2835 (*SetValueRequest_AlarmConfig)(nil),
2836 }
2837}
2838
2839type SetValueResponse struct {
2840 Status SetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.SetValueResponse_Status" json:"status,omitempty"`
2841 ErrReason SetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.SetValueResponse_ErrorReason" json:"errReason,omitempty"`
2842 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2843 XXX_unrecognized []byte `json:"-"`
2844 XXX_sizecache int32 `json:"-"`
2845}
2846
2847func (m *SetValueResponse) Reset() { *m = SetValueResponse{} }
2848func (m *SetValueResponse) String() string { return proto.CompactTextString(m) }
2849func (*SetValueResponse) ProtoMessage() {}
2850func (*SetValueResponse) Descriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +05302851 return fileDescriptor_7ecf6e9799a9202d, []int{19}
kesavand8ec4fc02021-01-27 09:10:22 -05002852}
2853
2854func (m *SetValueResponse) XXX_Unmarshal(b []byte) error {
2855 return xxx_messageInfo_SetValueResponse.Unmarshal(m, b)
2856}
2857func (m *SetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2858 return xxx_messageInfo_SetValueResponse.Marshal(b, m, deterministic)
2859}
2860func (m *SetValueResponse) XXX_Merge(src proto.Message) {
2861 xxx_messageInfo_SetValueResponse.Merge(m, src)
2862}
2863func (m *SetValueResponse) XXX_Size() int {
2864 return xxx_messageInfo_SetValueResponse.Size(m)
2865}
2866func (m *SetValueResponse) XXX_DiscardUnknown() {
2867 xxx_messageInfo_SetValueResponse.DiscardUnknown(m)
2868}
2869
2870var xxx_messageInfo_SetValueResponse proto.InternalMessageInfo
2871
2872func (m *SetValueResponse) GetStatus() SetValueResponse_Status {
2873 if m != nil {
2874 return m.Status
2875 }
2876 return SetValueResponse_STATUS_UNDEFINED
2877}
2878
2879func (m *SetValueResponse) GetErrReason() SetValueResponse_ErrorReason {
2880 if m != nil {
2881 return m.ErrReason
2882 }
2883 return SetValueResponse_REASON_UNDEFINED
2884}
2885
2886type SingleGetValueRequest struct {
2887 TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
2888 Request *GetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
2889 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2890 XXX_unrecognized []byte `json:"-"`
2891 XXX_sizecache int32 `json:"-"`
2892}
2893
2894func (m *SingleGetValueRequest) Reset() { *m = SingleGetValueRequest{} }
2895func (m *SingleGetValueRequest) String() string { return proto.CompactTextString(m) }
2896func (*SingleGetValueRequest) ProtoMessage() {}
2897func (*SingleGetValueRequest) Descriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +05302898 return fileDescriptor_7ecf6e9799a9202d, []int{20}
kesavand8ec4fc02021-01-27 09:10:22 -05002899}
2900
2901func (m *SingleGetValueRequest) XXX_Unmarshal(b []byte) error {
2902 return xxx_messageInfo_SingleGetValueRequest.Unmarshal(m, b)
2903}
2904func (m *SingleGetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2905 return xxx_messageInfo_SingleGetValueRequest.Marshal(b, m, deterministic)
2906}
2907func (m *SingleGetValueRequest) XXX_Merge(src proto.Message) {
2908 xxx_messageInfo_SingleGetValueRequest.Merge(m, src)
2909}
2910func (m *SingleGetValueRequest) XXX_Size() int {
2911 return xxx_messageInfo_SingleGetValueRequest.Size(m)
2912}
2913func (m *SingleGetValueRequest) XXX_DiscardUnknown() {
2914 xxx_messageInfo_SingleGetValueRequest.DiscardUnknown(m)
2915}
2916
2917var xxx_messageInfo_SingleGetValueRequest proto.InternalMessageInfo
2918
2919func (m *SingleGetValueRequest) GetTargetId() string {
2920 if m != nil {
2921 return m.TargetId
2922 }
2923 return ""
2924}
2925
2926func (m *SingleGetValueRequest) GetRequest() *GetValueRequest {
2927 if m != nil {
2928 return m.Request
2929 }
2930 return nil
2931}
2932
2933type SingleGetValueResponse struct {
2934 Response *GetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
2935 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2936 XXX_unrecognized []byte `json:"-"`
2937 XXX_sizecache int32 `json:"-"`
2938}
2939
2940func (m *SingleGetValueResponse) Reset() { *m = SingleGetValueResponse{} }
2941func (m *SingleGetValueResponse) String() string { return proto.CompactTextString(m) }
2942func (*SingleGetValueResponse) ProtoMessage() {}
2943func (*SingleGetValueResponse) Descriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +05302944 return fileDescriptor_7ecf6e9799a9202d, []int{21}
kesavand8ec4fc02021-01-27 09:10:22 -05002945}
2946
2947func (m *SingleGetValueResponse) XXX_Unmarshal(b []byte) error {
2948 return xxx_messageInfo_SingleGetValueResponse.Unmarshal(m, b)
2949}
2950func (m *SingleGetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2951 return xxx_messageInfo_SingleGetValueResponse.Marshal(b, m, deterministic)
2952}
2953func (m *SingleGetValueResponse) XXX_Merge(src proto.Message) {
2954 xxx_messageInfo_SingleGetValueResponse.Merge(m, src)
2955}
2956func (m *SingleGetValueResponse) XXX_Size() int {
2957 return xxx_messageInfo_SingleGetValueResponse.Size(m)
2958}
2959func (m *SingleGetValueResponse) XXX_DiscardUnknown() {
2960 xxx_messageInfo_SingleGetValueResponse.DiscardUnknown(m)
2961}
2962
2963var xxx_messageInfo_SingleGetValueResponse proto.InternalMessageInfo
2964
2965func (m *SingleGetValueResponse) GetResponse() *GetValueResponse {
2966 if m != nil {
2967 return m.Response
2968 }
2969 return nil
2970}
2971
2972type SingleSetValueRequest struct {
2973 TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
2974 Request *SetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
2975 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2976 XXX_unrecognized []byte `json:"-"`
2977 XXX_sizecache int32 `json:"-"`
2978}
2979
2980func (m *SingleSetValueRequest) Reset() { *m = SingleSetValueRequest{} }
2981func (m *SingleSetValueRequest) String() string { return proto.CompactTextString(m) }
2982func (*SingleSetValueRequest) ProtoMessage() {}
2983func (*SingleSetValueRequest) Descriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +05302984 return fileDescriptor_7ecf6e9799a9202d, []int{22}
kesavand8ec4fc02021-01-27 09:10:22 -05002985}
2986
2987func (m *SingleSetValueRequest) XXX_Unmarshal(b []byte) error {
2988 return xxx_messageInfo_SingleSetValueRequest.Unmarshal(m, b)
2989}
2990func (m *SingleSetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2991 return xxx_messageInfo_SingleSetValueRequest.Marshal(b, m, deterministic)
2992}
2993func (m *SingleSetValueRequest) XXX_Merge(src proto.Message) {
2994 xxx_messageInfo_SingleSetValueRequest.Merge(m, src)
2995}
2996func (m *SingleSetValueRequest) XXX_Size() int {
2997 return xxx_messageInfo_SingleSetValueRequest.Size(m)
2998}
2999func (m *SingleSetValueRequest) XXX_DiscardUnknown() {
3000 xxx_messageInfo_SingleSetValueRequest.DiscardUnknown(m)
3001}
3002
3003var xxx_messageInfo_SingleSetValueRequest proto.InternalMessageInfo
3004
3005func (m *SingleSetValueRequest) GetTargetId() string {
3006 if m != nil {
3007 return m.TargetId
3008 }
3009 return ""
3010}
3011
3012func (m *SingleSetValueRequest) GetRequest() *SetValueRequest {
3013 if m != nil {
3014 return m.Request
3015 }
3016 return nil
3017}
3018
3019type SingleSetValueResponse struct {
3020 Response *SetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
3021 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3022 XXX_unrecognized []byte `json:"-"`
3023 XXX_sizecache int32 `json:"-"`
3024}
3025
3026func (m *SingleSetValueResponse) Reset() { *m = SingleSetValueResponse{} }
3027func (m *SingleSetValueResponse) String() string { return proto.CompactTextString(m) }
3028func (*SingleSetValueResponse) ProtoMessage() {}
3029func (*SingleSetValueResponse) Descriptor() ([]byte, []int) {
Himani Chawla40acc122021-05-26 18:52:29 +05303030 return fileDescriptor_7ecf6e9799a9202d, []int{23}
kesavand8ec4fc02021-01-27 09:10:22 -05003031}
3032
3033func (m *SingleSetValueResponse) XXX_Unmarshal(b []byte) error {
3034 return xxx_messageInfo_SingleSetValueResponse.Unmarshal(m, b)
3035}
3036func (m *SingleSetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3037 return xxx_messageInfo_SingleSetValueResponse.Marshal(b, m, deterministic)
3038}
3039func (m *SingleSetValueResponse) XXX_Merge(src proto.Message) {
3040 xxx_messageInfo_SingleSetValueResponse.Merge(m, src)
3041}
3042func (m *SingleSetValueResponse) XXX_Size() int {
3043 return xxx_messageInfo_SingleSetValueResponse.Size(m)
3044}
3045func (m *SingleSetValueResponse) XXX_DiscardUnknown() {
3046 xxx_messageInfo_SingleSetValueResponse.DiscardUnknown(m)
3047}
3048
3049var xxx_messageInfo_SingleSetValueResponse proto.InternalMessageInfo
3050
3051func (m *SingleSetValueResponse) GetResponse() *SetValueResponse {
3052 if m != nil {
3053 return m.Response
3054 }
3055 return nil
3056}
3057
3058func init() {
3059 proto.RegisterEnum("extension.GetOnuUniInfoResponse_ConfigurationInd", GetOnuUniInfoResponse_ConfigurationInd_name, GetOnuUniInfoResponse_ConfigurationInd_value)
3060 proto.RegisterEnum("extension.GetOnuUniInfoResponse_AdministrativeState", GetOnuUniInfoResponse_AdministrativeState_name, GetOnuUniInfoResponse_AdministrativeState_value)
3061 proto.RegisterEnum("extension.GetOnuUniInfoResponse_OperationalState", GetOnuUniInfoResponse_OperationalState_name, GetOnuUniInfoResponse_OperationalState_value)
3062 proto.RegisterEnum("extension.GetOltPortCounters_PortType", GetOltPortCounters_PortType_name, GetOltPortCounters_PortType_value)
3063 proto.RegisterEnum("extension.GetOnuEthernetBridgePortHistory_Direction", GetOnuEthernetBridgePortHistory_Direction_name, GetOnuEthernetBridgePortHistory_Direction_value)
3064 proto.RegisterEnum("extension.GetValueResponse_Status", GetValueResponse_Status_name, GetValueResponse_Status_value)
3065 proto.RegisterEnum("extension.GetValueResponse_ErrorReason", GetValueResponse_ErrorReason_name, GetValueResponse_ErrorReason_value)
3066 proto.RegisterEnum("extension.SetValueResponse_Status", SetValueResponse_Status_name, SetValueResponse_Status_value)
3067 proto.RegisterEnum("extension.SetValueResponse_ErrorReason", SetValueResponse_ErrorReason_name, SetValueResponse_ErrorReason_value)
3068 proto.RegisterType((*GetDistanceRequest)(nil), "extension.GetDistanceRequest")
3069 proto.RegisterType((*GetDistanceResponse)(nil), "extension.GetDistanceResponse")
3070 proto.RegisterType((*GetOnuUniInfoRequest)(nil), "extension.GetOnuUniInfoRequest")
3071 proto.RegisterType((*GetOnuUniInfoResponse)(nil), "extension.GetOnuUniInfoResponse")
3072 proto.RegisterType((*GetOltPortCounters)(nil), "extension.GetOltPortCounters")
3073 proto.RegisterType((*GetOltPortCountersResponse)(nil), "extension.GetOltPortCountersResponse")
3074 proto.RegisterType((*GetOnuPonOpticalInfo)(nil), "extension.GetOnuPonOpticalInfo")
3075 proto.RegisterType((*GetOnuPonOpticalInfoResponse)(nil), "extension.GetOnuPonOpticalInfoResponse")
3076 proto.RegisterType((*GetOnuEthernetBridgePortHistory)(nil), "extension.GetOnuEthernetBridgePortHistory")
3077 proto.RegisterType((*GetOnuEthernetBridgePortHistoryResponse)(nil), "extension.GetOnuEthernetBridgePortHistoryResponse")
3078 proto.RegisterType((*GetOnuFecHistory)(nil), "extension.GetOnuFecHistory")
3079 proto.RegisterType((*GetOnuFecHistoryResponse)(nil), "extension.GetOnuFecHistoryResponse")
Himani Chawla40acc122021-05-26 18:52:29 +05303080 proto.RegisterType((*GetOnuCountersRequest)(nil), "extension.GetOnuCountersRequest")
3081 proto.RegisterType((*GetOnuOMCICountersRequest)(nil), "extension.GetOnuOMCICountersRequest")
3082 proto.RegisterType((*GetOnuCountersResponse)(nil), "extension.GetOnuCountersResponse")
3083 proto.RegisterType((*GetOnuOMCICountersResponse)(nil), "extension.GetOnuOMCICountersResponse")
kesavand8ec4fc02021-01-27 09:10:22 -05003084 proto.RegisterType((*GetValueRequest)(nil), "extension.GetValueRequest")
3085 proto.RegisterType((*GetValueResponse)(nil), "extension.GetValueResponse")
3086 proto.RegisterType((*SetValueRequest)(nil), "extension.SetValueRequest")
3087 proto.RegisterType((*SetValueResponse)(nil), "extension.SetValueResponse")
3088 proto.RegisterType((*SingleGetValueRequest)(nil), "extension.SingleGetValueRequest")
3089 proto.RegisterType((*SingleGetValueResponse)(nil), "extension.SingleGetValueResponse")
3090 proto.RegisterType((*SingleSetValueRequest)(nil), "extension.SingleSetValueRequest")
3091 proto.RegisterType((*SingleSetValueResponse)(nil), "extension.SingleSetValueResponse")
3092}
3093
3094func init() { proto.RegisterFile("voltha_protos/extensions.proto", fileDescriptor_7ecf6e9799a9202d) }
3095
3096var fileDescriptor_7ecf6e9799a9202d = []byte{
Himani Chawla40acc122021-05-26 18:52:29 +05303097 // 2926 bytes of a gzipped FileDescriptorProto
3098 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x5a, 0x4b, 0x73, 0x1b, 0xc7,
3099 0xb5, 0x26, 0x20, 0x12, 0x8f, 0x03, 0x82, 0x00, 0x9b, 0x2f, 0x88, 0xd4, 0x13, 0xbe, 0xb6, 0x7c,
3100 0x7d, 0x6d, 0x48, 0x80, 0x09, 0x59, 0x25, 0xdb, 0x55, 0xe6, 0x10, 0x23, 0x02, 0x25, 0x09, 0x80,
3101 0x1a, 0x80, 0xec, 0x7b, 0x37, 0x53, 0x43, 0x4c, 0x93, 0x9a, 0x32, 0x30, 0x8d, 0x3b, 0x33, 0x90,
3102 0xa1, 0xac, 0xf3, 0x0f, 0xf2, 0x3b, 0x52, 0x59, 0x64, 0x91, 0x55, 0x36, 0x59, 0xe7, 0x4f, 0xa4,
3103 0x2a, 0xbb, 0xec, 0xb2, 0x4d, 0x55, 0x2a, 0xd5, 0xaf, 0x79, 0x01, 0xa4, 0x64, 0x27, 0x3b, 0xce,
3104 0x39, 0xdf, 0xf7, 0x4d, 0x4f, 0xf7, 0xd7, 0xa7, 0xcf, 0x0c, 0x08, 0x77, 0xde, 0xd2, 0x89, 0xff,
3105 0xc6, 0x34, 0x66, 0x2e, 0xf5, 0xa9, 0xf7, 0x90, 0x2c, 0x7c, 0xe2, 0x78, 0x36, 0x75, 0xbc, 0x1a,
3106 0x8f, 0xa0, 0x7c, 0x10, 0x39, 0x5c, 0x86, 0x1a, 0x63, 0xea, 0x5c, 0xd8, 0x97, 0x02, 0x7a, 0x78,
3107 0x74, 0x49, 0xe9, 0xe5, 0x84, 0x3c, 0xe4, 0x57, 0xe7, 0xf3, 0x8b, 0x87, 0x64, 0x3a, 0xf3, 0xdf,
3108 0x89, 0x64, 0xf5, 0x31, 0xa0, 0x33, 0xe2, 0xb7, 0x6c, 0xcf, 0x37, 0x9d, 0x31, 0xc1, 0xe4, 0xff,
3109 0xe7, 0xc4, 0xf3, 0xd1, 0x3d, 0x28, 0x50, 0x67, 0xde, 0x22, 0x6f, 0xed, 0x31, 0xe9, 0x58, 0x95,
3110 0xd4, 0xbd, 0xd4, 0xa7, 0x79, 0x1c, 0x0d, 0x55, 0xeb, 0xb0, 0x13, 0xe3, 0x79, 0x33, 0xea, 0x78,
3111 0x04, 0x1d, 0x42, 0xce, 0x92, 0x31, 0xce, 0x2a, 0xe2, 0xe0, 0xba, 0xda, 0x80, 0xdd, 0x33, 0xe2,
3112 0xf7, 0x9c, 0xf9, 0xc8, 0xb1, 0x3b, 0xce, 0x05, 0x55, 0x37, 0x3b, 0x84, 0xdc, 0x9c, 0x45, 0x2c,
3113 0xb2, 0x50, 0x1c, 0x75, 0x5d, 0xfd, 0xcb, 0x3a, 0xec, 0x25, 0x48, 0xf2, 0x4e, 0x7d, 0xc8, 0x99,
3114 0xd6, 0x74, 0xe0, 0x9b, 0xbe, 0xb8, 0xd3, 0x56, 0xe3, 0xb8, 0x16, 0xcc, 0x49, 0x6d, 0x25, 0xa7,
3115 0x76, 0x62, 0x4d, 0x6d, 0xc7, 0xf6, 0x7c, 0xd7, 0xf4, 0xed, 0xb7, 0x84, 0x73, 0x71, 0xa0, 0x82,
3116 0x7a, 0x90, 0xa7, 0x33, 0xe2, 0x0a, 0xc9, 0x34, 0x97, 0xac, 0xbf, 0x57, 0xb2, 0x37, 0x23, 0x4c,
3117 0x8d, 0x3a, 0xe6, 0x44, 0xe8, 0x85, 0x1a, 0x4c, 0x50, 0x2c, 0x44, 0xc7, 0xb1, 0x2a, 0x37, 0x3e,
3118 0x50, 0xf0, 0x94, 0x33, 0xe6, 0x42, 0xb4, 0xe3, 0x58, 0x38, 0xd4, 0xa8, 0xfe, 0x29, 0x05, 0xe5,
3119 0x64, 0x1e, 0x01, 0x64, 0x46, 0xdd, 0xe7, 0xbd, 0xef, 0xbb, 0xe5, 0x35, 0x84, 0x60, 0x6b, 0xa8,
3120 0x77, 0x0d, 0xed, 0x64, 0xa0, 0x1b, 0x43, 0xe3, 0x59, 0xeb, 0x87, 0x72, 0x0a, 0xed, 0x03, 0x6a,
3121 0x8f, 0xba, 0x2d, 0xac, 0xb7, 0xa2, 0xf1, 0x34, 0xaa, 0xc0, 0xee, 0x59, 0xe7, 0xec, 0x44, 0xeb,
3122 0x0c, 0x0d, 0x7d, 0xd8, 0xd6, 0x71, 0x57, 0x17, 0x99, 0x1b, 0x8c, 0xc1, 0x54, 0xce, 0xe2, 0xf1,
3123 0xf5, 0x84, 0x7a, 0xbb, 0xf5, 0x43, 0x79, 0x63, 0x85, 0x3a, 0x8b, 0x67, 0x56, 0xaa, 0xb3, 0x4c,
3124 0xb6, 0x7a, 0x06, 0x3b, 0x2b, 0xd6, 0x81, 0x09, 0x9d, 0xb4, 0x5e, 0x0e, 0x86, 0x27, 0x43, 0xdd,
3125 0x18, 0x75, 0x5b, 0xfa, 0xb3, 0x4e, 0x57, 0x6f, 0x95, 0xd7, 0xd8, 0xe3, 0xbd, 0xe8, 0x9d, 0x3e,
3126 0xd7, 0x5b, 0xe5, 0x14, 0xda, 0x84, 0xdc, 0xa8, 0x2b, 0xaf, 0xd2, 0xd5, 0x67, 0x50, 0x4e, 0xce,
3127 0x3e, 0x3a, 0x80, 0x9d, 0x5e, 0x5f, 0xc7, 0xcb, 0x32, 0x05, 0xc8, 0xea, 0xdd, 0x13, 0xed, 0x85,
3128 0xd2, 0x69, 0x75, 0x06, 0xe2, 0x2a, 0x5d, 0xfd, 0x43, 0x8a, 0xef, 0x81, 0xde, 0xc4, 0xef, 0x53,
3129 0xd7, 0x3f, 0xa5, 0x73, 0xc7, 0x27, 0xae, 0x87, 0xf6, 0x21, 0x33, 0xa3, 0xae, 0xdf, 0xa5, 0xd2,
3130 0x94, 0xf2, 0x0a, 0x69, 0x90, 0x63, 0x7f, 0x0d, 0xdf, 0xcd, 0x94, 0x4b, 0x3e, 0x49, 0x2c, 0x6a,
3131 0x5c, 0xa8, 0xd6, 0x97, 0x68, 0x1c, 0xf0, 0xaa, 0x3a, 0xe4, 0x54, 0x14, 0x95, 0x61, 0x93, 0xfd,
3132 0x6d, 0x8c, 0xba, 0xcf, 0xbb, 0x62, 0x15, 0xf7, 0x60, 0x9b, 0x47, 0x82, 0x89, 0xeb, 0x76, 0x3b,
3133 0xe5, 0x54, 0x00, 0xec, 0xf7, 0xba, 0x46, 0xef, 0xc5, 0xb0, 0x9c, 0xae, 0xfe, 0xf9, 0x06, 0x1c,
3134 0x2e, 0xdf, 0x30, 0xd8, 0x22, 0x15, 0xc8, 0xfa, 0x0b, 0xed, 0x9d, 0x4f, 0x3c, 0xfe, 0x08, 0xeb,
3135 0x58, 0x5d, 0xb2, 0x8c, 0x2b, 0x33, 0x69, 0x91, 0x91, 0x97, 0xe8, 0x16, 0xe4, 0xfd, 0x45, 0xdf,
3136 0x1c, 0xff, 0x48, 0x7c, 0x8f, 0x7b, 0x76, 0x1d, 0x87, 0x01, 0x96, 0x75, 0x83, 0xec, 0xba, 0xc8,
3137 0x06, 0x01, 0xf4, 0x09, 0x6c, 0xf9, 0x0b, 0xdd, 0x75, 0xa9, 0xab, 0x20, 0x1b, 0x1c, 0x92, 0x88,
3138 0x32, 0x9c, 0x1b, 0xc7, 0x65, 0x04, 0xce, 0x5d, 0xc2, 0xf9, 0x0b, 0x6d, 0x6c, 0x7a, 0xbe, 0xc2,
3139 0x65, 0x95, 0x5e, 0x34, 0x2a, 0xf4, 0x62, 0xb8, 0x9c, 0xd2, 0x4b, 0xe2, 0xfc, 0xc5, 0x28, 0x8a,
3140 0xcb, 0x2b, 0xbd, 0xd1, 0x92, 0x5e, 0x0c, 0x07, 0x4a, 0x6f, 0xb4, 0xa4, 0xf7, 0x32, 0x8a, 0x2b,
3141 0x28, 0xbd, 0x97, 0x4b, 0x7a, 0x31, 0xdc, 0xa6, 0xd2, 0x8b, 0x46, 0xab, 0x2d, 0x55, 0x20, 0xfb,
3142 0xd4, 0xe9, 0xcd, 0x7c, 0x7b, 0x6c, 0x4e, 0x58, 0x69, 0x40, 0x9f, 0xc3, 0x06, 0x2f, 0xd9, 0x7c,
3143 0x15, 0x0b, 0x8d, 0xfd, 0x9a, 0x28, 0xe8, 0x35, 0x55, 0xd0, 0x6b, 0x3a, 0xcb, 0x62, 0x01, 0xaa,
3144 0xfe, 0x3a, 0x0d, 0xb7, 0x56, 0xc9, 0x04, 0xb6, 0xf8, 0x0c, 0xca, 0x33, 0xfa, 0x13, 0x71, 0x9f,
3145 0x11, 0x62, 0xbd, 0xa6, 0x13, 0xdf, 0xbc, 0x14, 0x15, 0x34, 0x8d, 0x97, 0xe2, 0xa8, 0x01, 0xbb,
3146 0x2e, 0x19, 0x13, 0xfb, 0x2d, 0xb1, 0xa4, 0x54, 0x9f, 0x41, 0xb8, 0x6b, 0xd2, 0x78, 0x65, 0x0e,
3147 0x3d, 0x86, 0xfd, 0x29, 0x31, 0xd5, 0xad, 0x5f, 0x98, 0x73, 0x67, 0xfc, 0x46, 0xb0, 0x6e, 0x70,
3148 0xd6, 0x15, 0x59, 0x36, 0xae, 0x89, 0xe9, 0x11, 0x57, 0xb3, 0x4d, 0xef, 0x74, 0xee, 0xba, 0xc4,
3149 0xf1, 0xb9, 0xc7, 0xd2, 0x78, 0x29, 0xce, 0x0e, 0x28, 0x9f, 0x4c, 0xf9, 0xee, 0x9f, 0xbb, 0x84,
3150 0xfb, 0x2c, 0x8d, 0xa3, 0xa1, 0xea, 0xef, 0x52, 0x70, 0x57, 0x4c, 0x83, 0xee, 0xbf, 0x21, 0xae,
3151 0x43, 0x7c, 0xcd, 0xb5, 0xad, 0x4b, 0xc2, 0x76, 0x4a, 0xdb, 0xf6, 0x7c, 0xea, 0xbe, 0x43, 0x18,
3152 0xf2, 0x96, 0xed, 0x92, 0x31, 0xab, 0x20, 0x57, 0x1e, 0x22, 0x57, 0xd2, 0x6b, 0x2d, 0xc5, 0xc5,
3153 0xa1, 0x4c, 0xf5, 0x09, 0xe4, 0x83, 0x38, 0x2a, 0x42, 0x3e, 0x5a, 0x84, 0x58, 0xfd, 0xea, 0x0f,
3154 0x86, 0x58, 0x3f, 0x79, 0x59, 0x4e, 0xa1, 0x2d, 0x80, 0x56, 0xef, 0xfb, 0xae, 0xbc, 0x4e, 0x57,
3155 0x7f, 0xb3, 0x01, 0x0f, 0xde, 0x73, 0xcb, 0x60, 0x0d, 0xef, 0x00, 0x58, 0x2e, 0x9d, 0xe9, 0x6f,
3156 0x89, 0xe3, 0x7b, 0xb2, 0x40, 0x45, 0x22, 0xac, 0x78, 0xd1, 0xb1, 0xcf, 0xac, 0x96, 0x16, 0xc5,
3157 0x4b, 0x5c, 0xb1, 0x8d, 0x3f, 0x8b, 0x6c, 0xee, 0x22, 0x56, 0x97, 0x6c, 0xf6, 0xcf, 0x5d, 0x6a,
3158 0x5a, 0x51, 0x9b, 0xae, 0x73, 0xc8, 0x52, 0x9c, 0x61, 0xa7, 0xf3, 0x09, 0x5b, 0xc0, 0x10, 0xbb,
3159 0x21, 0xb0, 0xc9, 0x38, 0xfa, 0x1c, 0xb6, 0xc7, 0xee, 0x98, 0xef, 0x6b, 0x62, 0x45, 0xf7, 0x7b,
3160 0x11, 0x2f, 0x27, 0x98, 0xf2, 0xdc, 0xb1, 0x88, 0xeb, 0xd9, 0xbf, 0x22, 0xd1, 0x4d, 0x5f, 0xc4,
3161 0x4b, 0x71, 0xf4, 0x29, 0x94, 0xe8, 0xdb, 0x38, 0x34, 0xc7, 0xa1, 0xc9, 0x30, 0x43, 0xca, 0xc7,
3162 0x7c, 0x7c, 0x2c, 0xa7, 0x25, 0x2f, 0x90, 0x89, 0x30, 0xf3, 0xbb, 0x0a, 0x35, 0x87, 0xb4, 0xde,
3163 0xf8, 0x4a, 0xc2, 0x81, 0xc3, 0x57, 0xe6, 0xd0, 0x31, 0xec, 0xc9, 0x78, 0xbd, 0xf1, 0x64, 0x48,
3164 0x1b, 0xcd, 0x66, 0x4f, 0x90, 0x0a, 0x9c, 0xb4, 0x3a, 0x19, 0x61, 0x35, 0x9a, 0x8f, 0x87, 0xb4,
3165 0x59, 0xaf, 0xcb, 0x5b, 0x6d, 0xc6, 0x58, 0xf1, 0x24, 0xdb, 0x5b, 0x32, 0xd1, 0xac, 0x37, 0x86,
3166 0xb4, 0xfe, 0xa8, 0xf1, 0xa5, 0xa4, 0x15, 0x39, 0xed, 0x8a, 0x2c, 0x7a, 0x02, 0x07, 0x6a, 0x18,
3167 0x8f, 0x1a, 0xc7, 0x43, 0x5a, 0x6f, 0xd6, 0x9f, 0x48, 0xe2, 0x16, 0x27, 0x5e, 0x95, 0xae, 0x7e,
3168 0x07, 0x65, 0x61, 0xca, 0x67, 0x64, 0xac, 0xf6, 0xcd, 0xcf, 0x2b, 0x48, 0x7f, 0x4f, 0x41, 0x25,
3169 0x29, 0x11, 0x18, 0xf9, 0x13, 0xd8, 0x1a, 0x53, 0x97, 0xed, 0x17, 0x62, 0x85, 0x47, 0x55, 0x11,
3170 0x27, 0xa2, 0xa8, 0x06, 0x28, 0x88, 0x9c, 0x52, 0x8b, 0x7c, 0x4f, 0x5d, 0x4b, 0x99, 0x7b, 0x45,
3171 0x86, 0x6d, 0x90, 0x0b, 0x32, 0x1e, 0x90, 0x31, 0x75, 0x2c, 0xe5, 0xf5, 0x48, 0x84, 0xd7, 0x6e,
3172 0xea, 0x9b, 0x93, 0x50, 0x4b, 0x98, 0x3d, 0x11, 0x65, 0x13, 0x3e, 0x77, 0xa4, 0xbe, 0x79, 0x3e,
3173 0x21, 0x21, 0x5e, 0x18, 0xfe, 0x8a, 0x6c, 0xf5, 0x4c, 0xf5, 0xad, 0xe1, 0xa9, 0x2c, 0xba, 0xdd,
3174 0x03, 0xc8, 0xda, 0x8e, 0x7f, 0x61, 0xd8, 0xa2, 0xad, 0xce, 0xe2, 0x0c, 0xbb, 0xec, 0x58, 0x68,
3175 0x0f, 0x32, 0xd4, 0x99, 0xb3, 0x78, 0x9a, 0xc7, 0x37, 0xa8, 0x33, 0xef, 0x58, 0xd5, 0x6f, 0xe1,
3176 0xa6, 0x10, 0xea, 0xbd, 0x3c, 0xed, 0x24, 0xc5, 0xde, 0xdf, 0xa7, 0xff, 0x75, 0x13, 0xf6, 0x93,
3177 0x03, 0x91, 0x53, 0x7f, 0x33, 0x31, 0x92, 0xf6, 0x5a, 0x30, 0x96, 0x83, 0xf8, 0x58, 0xda, 0x29,
3178 0x39, 0x1a, 0xf4, 0x00, 0xb6, 0x66, 0xd4, 0xb3, 0x59, 0xdb, 0x66, 0x58, 0xae, 0x7d, 0xe1, 0xf3,
3179 0xa9, 0xcd, 0xb4, 0xd3, 0xb8, 0xa8, 0xe2, 0x2d, 0x16, 0x66, 0x40, 0x87, 0x5c, 0x9a, 0x11, 0xe0,
3180 0x3a, 0x07, 0xde, 0xc0, 0x45, 0x15, 0x17, 0xc0, 0xa7, 0x50, 0xb1, 0xc8, 0xc4, 0x9e, 0xda, 0x3e,
3181 0x71, 0x8d, 0xa9, 0xed, 0x79, 0x86, 0x45, 0x7c, 0x59, 0x92, 0x37, 0x38, 0x65, 0x1d, 0xef, 0x07,
3182 0x88, 0x97, 0xb6, 0xe7, 0xb5, 0x54, 0x1e, 0xdd, 0x05, 0x38, 0xb7, 0x67, 0x06, 0x61, 0x35, 0x44,
3183 0x14, 0x95, 0x4c, 0x7b, 0x03, 0xe7, 0xcf, 0xed, 0x19, 0x2f, 0x2b, 0x1e, 0xba, 0x0d, 0xec, 0xc2,
3184 0x98, 0x3b, 0xb6, 0xac, 0x23, 0x99, 0x76, 0x06, 0xe7, 0xce, 0xed, 0xd9, 0x88, 0x45, 0xd8, 0x1e,
3185 0xbc, 0x20, 0x63, 0x23, 0xb0, 0x8f, 0xe1, 0xbd, 0x9b, 0x9e, 0xd3, 0x89, 0xa8, 0x23, 0x99, 0x76,
3186 0x16, 0xef, 0x5c, 0x90, 0xf1, 0xa9, 0xca, 0x0e, 0x44, 0x92, 0xed, 0x25, 0xc1, 0xb2, 0xc8, 0x4f,
3187 0x6c, 0xad, 0x43, 0x3e, 0xaf, 0x2a, 0x99, 0x76, 0x0e, 0xef, 0x71, 0x9e, 0xcc, 0x07, 0x02, 0xe8,
3188 0x3b, 0x38, 0x8a, 0x33, 0x63, 0xe6, 0xe1, 0x45, 0x26, 0xd3, 0xce, 0xe3, 0x9b, 0x51, 0xf6, 0x28,
3189 0x0a, 0x41, 0x1f, 0x43, 0x31, 0xa6, 0xc0, 0x6b, 0x4c, 0xa6, 0x0d, 0x78, 0x33, 0xca, 0x41, 0x8f,
3190 0x60, 0x27, 0xfe, 0x60, 0x62, 0x06, 0x36, 0x39, 0xb8, 0x80, 0xb7, 0xa3, 0x8f, 0x25, 0xa6, 0xe2,
3191 0x53, 0x28, 0x2d, 0x2e, 0xc9, 0xd4, 0xf8, 0x91, 0xbc, 0x53, 0xf3, 0x59, 0xe4, 0xe8, 0x4d, 0x5c,
3192 0x64, 0x89, 0xe7, 0xe4, 0x5d, 0x38, 0xa7, 0x1c, 0x39, 0xa1, 0x9e, 0x28, 0x1e, 0x99, 0x76, 0x11,
3193 0xe7, 0x58, 0xe8, 0x05, 0xf5, 0xb8, 0x90, 0xbb, 0x30, 0x66, 0x13, 0x6a, 0x4e, 0x3d, 0xa1, 0x54,
3194 0x29, 0x71, 0xd0, 0x16, 0x2e, 0xba, 0x8b, 0x3e, 0x8f, 0x73, 0x25, 0xf4, 0x05, 0xa0, 0x10, 0xe9,
3195 0x50, 0xc7, 0xb0, 0xad, 0x09, 0xa9, 0x94, 0x39, 0xb8, 0x84, 0x4b, 0x0a, 0xdc, 0xa5, 0x4e, 0xc7,
3196 0x9a, 0x70, 0xbb, 0xba, 0x0b, 0x83, 0x4e, 0xc7, 0x76, 0x65, 0x9b, 0x63, 0xca, 0x38, 0xe3, 0x2e,
3197 0x7a, 0xd3, 0xb1, 0xcd, 0x52, 0xbe, 0x4c, 0x21, 0x9e, 0xda, 0xc6, 0x19, 0x5f, 0xa4, 0x9e, 0xc2,
3198 0x4d, 0xc9, 0x32, 0x64, 0x85, 0x33, 0xc6, 0xee, 0x58, 0x0e, 0x6c, 0x87, 0x83, 0x11, 0xde, 0x13,
3199 0x3a, 0xf2, 0xb8, 0x38, 0x95, 0xa7, 0x12, 0x3a, 0x82, 0x9c, 0xbb, 0x30, 0xce, 0x79, 0x55, 0xda,
3200 0xe5, 0xd0, 0x9d, 0xb0, 0x51, 0xbe, 0x0b, 0xc0, 0x46, 0x2f, 0x0f, 0x9e, 0x3d, 0x9e, 0xde, 0x8d,
3201 0x76, 0xc3, 0x47, 0x90, 0xf3, 0x15, 0x7b, 0x9f, 0xa7, 0xf7, 0xc2, 0x06, 0xfc, 0x2e, 0x80, 0x1f,
3202 0xb2, 0x0f, 0x78, 0x7a, 0x3f, 0xda, 0x69, 0x7f, 0x04, 0x9b, 0xe7, 0xc4, 0x35, 0x5c, 0xc2, 0xde,
3203 0x19, 0x88, 0x55, 0xa9, 0x70, 0xc8, 0x01, 0x2e, 0x9c, 0x13, 0x17, 0xcb, 0x20, 0xba, 0x0f, 0x85,
3204 0xc9, 0xd8, 0xba, 0x54, 0x0b, 0x76, 0x93, 0x63, 0x2a, 0x18, 0x58, 0x50, 0xae, 0x16, 0x1b, 0xa6,
3205 0x65, 0x2b, 0xc4, 0x21, 0x47, 0xdc, 0xc4, 0x79, 0xd7, 0xb2, 0x25, 0xe0, 0x0e, 0xe4, 0x7d, 0x7b,
3206 0x4a, 0x3c, 0xdf, 0x9c, 0xce, 0x2a, 0x47, 0x7c, 0xb7, 0x1f, 0xe2, 0x30, 0xa4, 0x6d, 0x02, 0xd8,
3207 0x9e, 0x21, 0x0b, 0x85, 0x56, 0x80, 0xbc, 0xed, 0x19, 0xa2, 0x36, 0x68, 0x3b, 0xb0, 0x6d, 0x7b,
3208 0x46, 0xbc, 0x1e, 0xc8, 0x60, 0x7c, 0xef, 0x6b, 0xb7, 0xe1, 0xc8, 0x66, 0x1b, 0x7b, 0xf5, 0x3e,
3209 0xd7, 0x4a, 0x50, 0xb4, 0x3d, 0x23, 0xdc, 0xca, 0xda, 0x16, 0x6c, 0xca, 0x00, 0x37, 0xae, 0x76,
3210 0x08, 0x15, 0xdb, 0x33, 0x56, 0xee, 0x55, 0xed, 0x16, 0x1c, 0x06, 0xb9, 0xa5, 0x1d, 0xa9, 0xdd,
3211 0x83, 0x3b, 0x4b, 0xd9, 0xd8, 0xae, 0xd3, 0x10, 0x94, 0x93, 0x08, 0xad, 0x02, 0xfb, 0x4b, 0xf7,
3212 0x13, 0x23, 0xd9, 0x05, 0x64, 0x7b, 0x46, 0x62, 0xab, 0xc8, 0xf1, 0x06, 0xdb, 0x42, 0xa2, 0x12,
3213 0xfb, 0x40, 0x3b, 0x80, 0xbd, 0x58, 0x54, 0x79, 0x5e, 0xce, 0xb1, 0xf4, 0xa9, 0xbc, 0x92, 0x86,
3214 0xd6, 0xee, 0xc0, 0xad, 0x30, 0xb7, 0xec, 0x61, 0xad, 0x08, 0x05, 0x91, 0xe7, 0x4e, 0x93, 0x53,
3215 0x19, 0x3a, 0x53, 0xe6, 0xfd, 0x78, 0x3e, 0xf4, 0x9e, 0xb6, 0x0d, 0x25, 0x36, 0xd5, 0x11, 0xaf,
3216 0x69, 0x65, 0xd8, 0xb2, 0x3d, 0x23, 0xe2, 0x2c, 0xa5, 0x1a, 0x18, 0x49, 0x3e, 0x70, 0xe0, 0x92,
3217 0xea, 0x3f, 0xb2, 0xe2, 0x4d, 0x34, 0x79, 0x4c, 0xc9, 0xa3, 0xe6, 0x3e, 0x14, 0x58, 0x73, 0x6a,
3218 0x90, 0xb0, 0x5f, 0xcd, 0xb4, 0xd7, 0x62, 0x1d, 0x6b, 0x25, 0xd6, 0xb1, 0x66, 0xda, 0xa9, 0x48,
3219 0xcf, 0x9a, 0xb9, 0x70, 0xcd, 0x29, 0xf1, 0x82, 0xb3, 0x46, 0x5e, 0xa3, 0xff, 0x89, 0xf4, 0xac,
3220 0x86, 0xc4, 0xa8, 0x63, 0xa6, 0x14, 0x64, 0x9e, 0x05, 0xe0, 0xa0, 0x39, 0x55, 0x60, 0x75, 0xc0,
3221 0x94, 0x82, 0x8c, 0x04, 0xb3, 0x76, 0x43, 0x4d, 0x31, 0xb1, 0x14, 0x5c, 0x9d, 0x30, 0xe5, 0xb0,
3222 0x71, 0x0d, 0xc5, 0x83, 0xfe, 0x54, 0xa1, 0xd5, 0x79, 0x53, 0x0a, 0x32, 0x12, 0xfc, 0xdf, 0x61,
3223 0xe3, 0xaa, 0xb0, 0xea, 0xc0, 0xd9, 0x52, 0x09, 0x09, 0xfd, 0x0c, 0xca, 0x02, 0x61, 0x3c, 0x3e,
3224 0x36, 0x22, 0xad, 0x2b, 0x3b, 0x64, 0xb6, 0x44, 0xe6, 0xf1, 0x71, 0x4f, 0xf5, 0x86, 0x07, 0x0a,
3225 0xdb, 0x34, 0x7c, 0x6a, 0xd4, 0x1b, 0x5f, 0x19, 0x91, 0xf6, 0x95, 0x9d, 0x2c, 0x3b, 0x92, 0x22,
3226 0xfa, 0xd7, 0x9e, 0xea, 0x0d, 0x2b, 0x92, 0x57, 0x6f, 0x3c, 0x61, 0xc4, 0x46, 0xb3, 0xa9, 0x88,
3227 0xea, 0x78, 0xd9, 0x15, 0x88, 0x44, 0x0f, 0x1b, 0x32, 0x1b, 0xcd, 0xc7, 0x8c, 0xd9, 0xac, 0xd7,
3228 0x8d, 0x48, 0x1b, 0xcb, 0xce, 0x1a, 0xc9, 0x54, 0x7d, 0xac, 0x64, 0x3e, 0x85, 0x9b, 0x92, 0xd9,
3229 0xac, 0x37, 0xf8, 0x60, 0x1f, 0x35, 0xbe, 0x34, 0x22, 0xad, 0x2c, 0x3b, 0x78, 0xf6, 0x04, 0x24,
3230 0xe8, 0x65, 0x25, 0xf7, 0x1b, 0x38, 0x54, 0xe3, 0x7d, 0xd4, 0x38, 0xe6, 0xe4, 0x66, 0xfd, 0x89,
3231 0x11, 0x69, 0x67, 0xd9, 0x89, 0xb4, 0x2f, 0x47, 0x1c, 0xf4, 0xb3, 0x82, 0x2d, 0xcd, 0x1d, 0x71,
3232 0xa3, 0xaa, 0x69, 0x22, 0x2d, 0x2e, 0x04, 0x57, 0xdb, 0x83, 0x1d, 0xb6, 0x37, 0x12, 0x16, 0x93,
3233 0xe1, 0xa4, 0x99, 0xe4, 0xf6, 0x5e, 0xb6, 0x8d, 0xc4, 0x27, 0xfd, 0x21, 0x8b, 0x44, 0xc2, 0x09,
3234 0x12, 0x9c, 0x5c, 0x74, 0x55, 0xe5, 0x56, 0xaf, 0xaf, 0xac, 0xaf, 0x57, 0xad, 0x62, 0x3c, 0xbd,
3235 0xb4, 0x54, 0xb2, 0xc4, 0x5c, 0xb9, 0x1e, 0xda, 0x5d, 0xb8, 0x1d, 0x51, 0x5f, 0x9e, 0xf3, 0xea,
3236 0x1f, 0xd7, 0xa1, 0x74, 0x46, 0xfc, 0xd7, 0xe6, 0x64, 0x1e, 0x7c, 0x42, 0xfe, 0x3a, 0xf1, 0x25,
3237 0xb8, 0xd0, 0xb8, 0x1d, 0x7f, 0xb5, 0x4e, 0x7c, 0x73, 0x6e, 0xaf, 0x85, 0x9f, 0x8a, 0xd1, 0xd7,
3238 0x90, 0x9d, 0x8b, 0xef, 0xa2, 0xbc, 0x1a, 0x14, 0x1a, 0x77, 0xaf, 0xfe, 0x6e, 0xaa, 0xd8, 0x8a,
3239 0x81, 0x4e, 0xa0, 0x40, 0xc5, 0x17, 0x31, 0x2e, 0x70, 0x63, 0xd5, 0xcd, 0x13, 0x9f, 0xcc, 0xda,
3240 0x6b, 0x38, 0xca, 0x41, 0x1d, 0xd8, 0xa2, 0xce, 0x3c, 0xf2, 0xf1, 0x84, 0x97, 0x95, 0x55, 0xc3,
3241 0x88, 0x7f, 0x63, 0x69, 0xaf, 0xe1, 0x04, 0x11, 0x61, 0x28, 0x12, 0xff, 0x4d, 0xf8, 0x26, 0xcf,
3242 0x6b, 0x4e, 0xa1, 0xf1, 0xd9, 0x87, 0x7f, 0x67, 0x68, 0xaf, 0xe1, 0xb8, 0x04, 0xfa, 0x96, 0xbf,
3243 0xdc, 0xc8, 0x34, 0xaf, 0x4a, 0x85, 0xc6, 0xd1, 0x92, 0x60, 0xf8, 0xb6, 0xc5, 0x4a, 0x6d, 0x48,
3244 0x40, 0x1a, 0x00, 0xe5, 0x23, 0xe7, 0x4f, 0x96, 0xe5, 0xf4, 0x7b, 0x4b, 0xf4, 0xc4, 0xbb, 0x06,
3245 0xd3, 0x08, 0x59, 0xe8, 0x3b, 0xc8, 0xb2, 0x37, 0x02, 0x26, 0x90, 0xe3, 0x02, 0xff, 0xb5, 0x24,
3246 0xb0, 0xe2, 0x85, 0x85, 0x2d, 0x93, 0xa4, 0x69, 0x79, 0xc8, 0xba, 0x22, 0x5a, 0xfd, 0x5b, 0x96,
3247 0xbf, 0x64, 0x4a, 0xff, 0xc8, 0x33, 0xe3, 0x29, 0x64, 0x3c, 0xdf, 0xf4, 0xe7, 0x9e, 0xfc, 0x32,
3248 0x53, 0x8d, 0xdf, 0x20, 0x06, 0xae, 0x0d, 0x38, 0x12, 0x4b, 0x06, 0xd2, 0x21, 0x4f, 0x5c, 0x17,
3249 0x13, 0xd3, 0xa3, 0x8e, 0xfc, 0x48, 0xfb, 0xe0, 0x3a, 0x3a, 0x2f, 0xe6, 0x02, 0x8e, 0x43, 0x26,
3250 0xfa, 0x26, 0xe2, 0x61, 0x61, 0xa3, 0x3b, 0x57, 0x79, 0x58, 0x08, 0xc5, 0x4c, 0xfc, 0x4d, 0x68,
3251 0xe2, 0xf5, 0x2b, 0xe6, 0x38, 0xf1, 0xf1, 0x3f, 0xea, 0xe2, 0xe7, 0xb0, 0x39, 0x13, 0x0e, 0xf5,
3252 0x1d, 0xe2, 0x7a, 0xd2, 0x36, 0x1f, 0x5f, 0x6b, 0xe3, 0x88, 0x4e, 0x8c, 0x8c, 0x5e, 0x2d, 0xf9,
3253 0x59, 0x98, 0xe6, 0xc1, 0x7b, 0xfc, 0x1c, 0x11, 0x4c, 0xfa, 0xfa, 0x1c, 0xb6, 0x63, 0xa6, 0x8c,
3254 0x78, 0xa9, 0xf1, 0xe1, 0xde, 0x8e, 0xdc, 0x60, 0x59, 0x0e, 0xe9, 0x31, 0x9f, 0x0b, 0x9f, 0x7d,
3255 0x74, 0x8d, 0xcf, 0x23, 0x6a, 0x51, 0xbf, 0x3f, 0xe7, 0x4f, 0xdf, 0xa7, 0x8e, 0x9a, 0x27, 0x7e,
3256 0x84, 0x16, 0x1a, 0xf7, 0xaf, 0xf1, 0x7c, 0xec, 0xb9, 0x23, 0x54, 0xf4, 0x0a, 0x4a, 0x34, 0xee,
3257 0x6d, 0x7e, 0xba, 0x2e, 0x2f, 0xcd, 0xea, 0x56, 0xa8, 0xbd, 0x86, 0x93, 0xfc, 0x6a, 0x1d, 0x32,
3258 0xc2, 0xbf, 0x68, 0x17, 0xca, 0x83, 0xe1, 0xc9, 0x70, 0x34, 0x88, 0xfd, 0x76, 0x91, 0x81, 0x74,
3259 0xef, 0x79, 0x39, 0x85, 0xf2, 0xb0, 0xa1, 0x63, 0xdc, 0xc3, 0xe5, 0x74, 0xf5, 0xb7, 0x29, 0x28,
3260 0x44, 0x4c, 0xcb, 0x88, 0x58, 0x3f, 0x19, 0xf4, 0xba, 0x31, 0x62, 0x09, 0x0a, 0xa3, 0xee, 0x60,
3261 0xd4, 0xef, 0xf7, 0xf0, 0x90, 0xff, 0xf0, 0xb1, 0x07, 0xdb, 0x9d, 0xee, 0xeb, 0x93, 0x17, 0x9d,
3262 0x96, 0xd1, 0xd2, 0x5f, 0x77, 0x4e, 0x75, 0xa3, 0xd3, 0x2a, 0xa7, 0xa3, 0x61, 0x06, 0x35, 0x86,
3263 0xff, 0xdb, 0xd7, 0xcb, 0x37, 0x50, 0x01, 0xb2, 0xc3, 0xce, 0x4b, 0xbd, 0x37, 0x1a, 0x96, 0xd7,
3264 0xd9, 0x1d, 0x14, 0x06, 0xeb, 0xaf, 0x04, 0x64, 0x03, 0x21, 0xd8, 0xea, 0x74, 0x87, 0x3a, 0xee,
3265 0x9e, 0xbc, 0x30, 0xc4, 0xd8, 0x32, 0x22, 0x16, 0xbd, 0x49, 0x39, 0xab, 0x01, 0xe4, 0x5c, 0x39,
3266 0x03, 0xd5, 0xd7, 0x50, 0x1a, 0x24, 0x0e, 0x8b, 0x27, 0xb0, 0x69, 0x4e, 0x4c, 0x77, 0x2a, 0x7f,
3267 0xb8, 0x94, 0x07, 0xc6, 0x4e, 0x4d, 0xfe, 0x8e, 0x79, 0xc2, 0x72, 0xe2, 0x87, 0x2f, 0x56, 0xa9,
3268 0xcd, 0xf0, 0x32, 0x5a, 0x45, 0xfe, 0x99, 0x82, 0xf2, 0xe0, 0xe7, 0x54, 0x91, 0xc1, 0xbf, 0x57,
3269 0x45, 0x06, 0x1f, 0x56, 0x45, 0x7e, 0xc9, 0xf2, 0x1e, 0xff, 0x92, 0xd5, 0xad, 0xda, 0xb0, 0x37,
3270 0xb0, 0x9d, 0xcb, 0x09, 0x49, 0x9e, 0xc5, 0x87, 0x90, 0xf3, 0x4d, 0xf7, 0x92, 0xf8, 0xc1, 0x37,
3271 0xa2, 0xe0, 0x1a, 0x1d, 0x07, 0x13, 0x28, 0x8f, 0xda, 0xc3, 0x95, 0x85, 0x92, 0x23, 0x70, 0x30,
3272 0xd7, 0xaf, 0x60, 0x3f, 0x79, 0x2b, 0x39, 0xe1, 0x5f, 0x85, 0x2b, 0x2d, 0x97, 0xf1, 0xe8, 0x9a,
3273 0xca, 0x8b, 0x43, 0x5b, 0x04, 0xa3, 0x1f, 0xfc, 0xa7, 0x46, 0x3f, 0x78, 0xef, 0xe8, 0x07, 0x3f,
3274 0x6f, 0xf4, 0x83, 0x2b, 0x47, 0xdf, 0xf8, 0x7d, 0x0a, 0xf2, 0xba, 0x02, 0x22, 0x0c, 0x85, 0x33,
3275 0xe2, 0xeb, 0x0b, 0x01, 0x47, 0xd1, 0xc2, 0xbf, 0x72, 0x85, 0x0e, 0xef, 0x5f, 0x83, 0x90, 0x43,
3276 0xc3, 0x50, 0x18, 0x5c, 0xab, 0x39, 0x78, 0xaf, 0x66, 0x72, 0xfc, 0x1a, 0x86, 0xdb, 0xd4, 0xbd,
3277 0xac, 0xd1, 0x19, 0x61, 0xaf, 0xc4, 0x56, 0x4d, 0xfc, 0x27, 0x41, 0xc8, 0xfb, 0xbf, 0xfa, 0xa5,
3278 0xed, 0xbf, 0x99, 0x9f, 0xd7, 0xc6, 0x74, 0xfa, 0x50, 0xa1, 0x1e, 0x0a, 0xd4, 0x17, 0xf2, 0xff,
3279 0x0d, 0xde, 0x1e, 0x3f, 0xbc, 0xa4, 0xe1, 0x3f, 0x28, 0xf4, 0xd7, 0xce, 0x33, 0x3c, 0xf3, 0xe5,
3280 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x09, 0x36, 0x59, 0xed, 0xc4, 0x20, 0x00, 0x00,
kesavand8ec4fc02021-01-27 09:10:22 -05003281}
3282
3283// Reference imports to suppress errors if they are not otherwise used.
3284var _ context.Context
3285var _ grpc.ClientConn
3286
3287// This is a compile-time assertion to ensure that this generated file
3288// is compatible with the grpc package it is being compiled against.
3289const _ = grpc.SupportPackageIsVersion4
3290
3291// ExtensionClient is the client API for Extension service.
3292//
3293// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
3294type ExtensionClient interface {
3295 // Get a single attribute
3296 GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error)
3297 // Set a single attribute
3298 SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error)
3299}
3300
3301type extensionClient struct {
3302 cc *grpc.ClientConn
3303}
3304
3305func NewExtensionClient(cc *grpc.ClientConn) ExtensionClient {
3306 return &extensionClient{cc}
3307}
3308
3309func (c *extensionClient) GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error) {
3310 out := new(SingleGetValueResponse)
3311 err := c.cc.Invoke(ctx, "/extension.Extension/GetExtValue", in, out, opts...)
3312 if err != nil {
3313 return nil, err
3314 }
3315 return out, nil
3316}
3317
3318func (c *extensionClient) SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error) {
3319 out := new(SingleSetValueResponse)
3320 err := c.cc.Invoke(ctx, "/extension.Extension/SetExtValue", in, out, opts...)
3321 if err != nil {
3322 return nil, err
3323 }
3324 return out, nil
3325}
3326
3327// ExtensionServer is the server API for Extension service.
3328type ExtensionServer interface {
3329 // Get a single attribute
3330 GetExtValue(context.Context, *SingleGetValueRequest) (*SingleGetValueResponse, error)
3331 // Set a single attribute
3332 SetExtValue(context.Context, *SingleSetValueRequest) (*SingleSetValueResponse, error)
3333}
3334
David K. Bainbridge3e83a5b2021-04-09 16:18:04 +00003335// UnimplementedExtensionServer can be embedded to have forward compatible implementations.
3336type UnimplementedExtensionServer struct {
3337}
3338
3339func (*UnimplementedExtensionServer) GetExtValue(ctx context.Context, req *SingleGetValueRequest) (*SingleGetValueResponse, error) {
3340 return nil, status.Errorf(codes.Unimplemented, "method GetExtValue not implemented")
3341}
3342func (*UnimplementedExtensionServer) SetExtValue(ctx context.Context, req *SingleSetValueRequest) (*SingleSetValueResponse, error) {
3343 return nil, status.Errorf(codes.Unimplemented, "method SetExtValue not implemented")
3344}
3345
kesavand8ec4fc02021-01-27 09:10:22 -05003346func RegisterExtensionServer(s *grpc.Server, srv ExtensionServer) {
3347 s.RegisterService(&_Extension_serviceDesc, srv)
3348}
3349
3350func _Extension_GetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
3351 in := new(SingleGetValueRequest)
3352 if err := dec(in); err != nil {
3353 return nil, err
3354 }
3355 if interceptor == nil {
3356 return srv.(ExtensionServer).GetExtValue(ctx, in)
3357 }
3358 info := &grpc.UnaryServerInfo{
3359 Server: srv,
3360 FullMethod: "/extension.Extension/GetExtValue",
3361 }
3362 handler := func(ctx context.Context, req interface{}) (interface{}, error) {
3363 return srv.(ExtensionServer).GetExtValue(ctx, req.(*SingleGetValueRequest))
3364 }
3365 return interceptor(ctx, in, info, handler)
3366}
3367
3368func _Extension_SetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
3369 in := new(SingleSetValueRequest)
3370 if err := dec(in); err != nil {
3371 return nil, err
3372 }
3373 if interceptor == nil {
3374 return srv.(ExtensionServer).SetExtValue(ctx, in)
3375 }
3376 info := &grpc.UnaryServerInfo{
3377 Server: srv,
3378 FullMethod: "/extension.Extension/SetExtValue",
3379 }
3380 handler := func(ctx context.Context, req interface{}) (interface{}, error) {
3381 return srv.(ExtensionServer).SetExtValue(ctx, req.(*SingleSetValueRequest))
3382 }
3383 return interceptor(ctx, in, info, handler)
3384}
3385
3386var _Extension_serviceDesc = grpc.ServiceDesc{
3387 ServiceName: "extension.Extension",
3388 HandlerType: (*ExtensionServer)(nil),
3389 Methods: []grpc.MethodDesc{
3390 {
3391 MethodName: "GetExtValue",
3392 Handler: _Extension_GetExtValue_Handler,
3393 },
3394 {
3395 MethodName: "SetExtValue",
3396 Handler: _Extension_SetExtValue_Handler,
3397 },
3398 },
3399 Streams: []grpc.StreamDesc{},
3400 Metadata: "voltha_protos/extensions.proto",
3401}