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