blob: 15ace74c097809cface3fdc7c69a340d73666b6d [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 {
Himani Chawla806aa892021-08-30 15:51:46 +05301173 OnuDeviceId string `protobuf:"bytes,1,opt,name=onuDeviceId,proto3" json:"onuDeviceId,omitempty"`
1174 // Types that are valid to be assigned to IsUniIndex:
1175 // *GetOmciEthernetFrameExtendedPmRequest_UniIndex
1176 IsUniIndex isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex `protobuf_oneof:"is_uni_index"`
1177 Reset_ bool `protobuf:"varint,3,opt,name=reset,proto3" json:"reset,omitempty"`
1178 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1179 XXX_unrecognized []byte `json:"-"`
1180 XXX_sizecache int32 `json:"-"`
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00001181}
1182
1183func (m *GetOmciEthernetFrameExtendedPmRequest) Reset() { *m = GetOmciEthernetFrameExtendedPmRequest{} }
1184func (m *GetOmciEthernetFrameExtendedPmRequest) String() string { return proto.CompactTextString(m) }
1185func (*GetOmciEthernetFrameExtendedPmRequest) ProtoMessage() {}
1186func (*GetOmciEthernetFrameExtendedPmRequest) Descriptor() ([]byte, []int) {
1187 return fileDescriptor_7ecf6e9799a9202d, []int{13}
1188}
1189
1190func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Unmarshal(b []byte) error {
1191 return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Unmarshal(m, b)
1192}
1193func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1194 return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Marshal(b, m, deterministic)
1195}
1196func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Merge(src proto.Message) {
1197 xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Merge(m, src)
1198}
1199func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_Size() int {
1200 return xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.Size(m)
1201}
1202func (m *GetOmciEthernetFrameExtendedPmRequest) XXX_DiscardUnknown() {
1203 xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest.DiscardUnknown(m)
1204}
1205
1206var xxx_messageInfo_GetOmciEthernetFrameExtendedPmRequest proto.InternalMessageInfo
1207
1208func (m *GetOmciEthernetFrameExtendedPmRequest) GetOnuDeviceId() string {
1209 if m != nil {
1210 return m.OnuDeviceId
1211 }
1212 return ""
1213}
1214
Himani Chawla806aa892021-08-30 15:51:46 +05301215type isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex interface {
1216 isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex()
1217}
1218
1219type GetOmciEthernetFrameExtendedPmRequest_UniIndex struct {
1220 UniIndex uint32 `protobuf:"varint,2,opt,name=uniIndex,proto3,oneof"`
1221}
1222
1223func (*GetOmciEthernetFrameExtendedPmRequest_UniIndex) isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex() {
1224}
1225
1226func (m *GetOmciEthernetFrameExtendedPmRequest) GetIsUniIndex() isGetOmciEthernetFrameExtendedPmRequest_IsUniIndex {
1227 if m != nil {
1228 return m.IsUniIndex
1229 }
1230 return nil
1231}
1232
1233func (m *GetOmciEthernetFrameExtendedPmRequest) GetUniIndex() uint32 {
1234 if x, ok := m.GetIsUniIndex().(*GetOmciEthernetFrameExtendedPmRequest_UniIndex); ok {
1235 return x.UniIndex
1236 }
1237 return 0
1238}
1239
1240func (m *GetOmciEthernetFrameExtendedPmRequest) GetReset_() bool {
1241 if m != nil {
1242 return m.Reset_
1243 }
1244 return false
1245}
1246
1247// XXX_OneofWrappers is for the internal use of the proto package.
1248func (*GetOmciEthernetFrameExtendedPmRequest) XXX_OneofWrappers() []interface{} {
1249 return []interface{}{
1250 (*GetOmciEthernetFrameExtendedPmRequest_UniIndex)(nil),
1251 }
1252}
1253
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00001254type GetRxPowerRequest struct {
1255 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
1256 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
1257 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1258 XXX_unrecognized []byte `json:"-"`
1259 XXX_sizecache int32 `json:"-"`
1260}
1261
1262func (m *GetRxPowerRequest) Reset() { *m = GetRxPowerRequest{} }
1263func (m *GetRxPowerRequest) String() string { return proto.CompactTextString(m) }
1264func (*GetRxPowerRequest) ProtoMessage() {}
1265func (*GetRxPowerRequest) Descriptor() ([]byte, []int) {
1266 return fileDescriptor_7ecf6e9799a9202d, []int{14}
1267}
1268
1269func (m *GetRxPowerRequest) XXX_Unmarshal(b []byte) error {
1270 return xxx_messageInfo_GetRxPowerRequest.Unmarshal(m, b)
1271}
1272func (m *GetRxPowerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1273 return xxx_messageInfo_GetRxPowerRequest.Marshal(b, m, deterministic)
1274}
1275func (m *GetRxPowerRequest) XXX_Merge(src proto.Message) {
1276 xxx_messageInfo_GetRxPowerRequest.Merge(m, src)
1277}
1278func (m *GetRxPowerRequest) XXX_Size() int {
1279 return xxx_messageInfo_GetRxPowerRequest.Size(m)
1280}
1281func (m *GetRxPowerRequest) XXX_DiscardUnknown() {
1282 xxx_messageInfo_GetRxPowerRequest.DiscardUnknown(m)
1283}
1284
1285var xxx_messageInfo_GetRxPowerRequest proto.InternalMessageInfo
1286
1287func (m *GetRxPowerRequest) GetIntfId() uint32 {
1288 if m != nil {
1289 return m.IntfId
1290 }
1291 return 0
1292}
1293
1294func (m *GetRxPowerRequest) GetOnuId() uint32 {
1295 if m != nil {
1296 return m.OnuId
1297 }
1298 return 0
1299}
1300
1301type GetOnuCountersResponse struct {
1302 // Types that are valid to be assigned to IsIntfId:
1303 // *GetOnuCountersResponse_IntfId
1304 IsIntfId isGetOnuCountersResponse_IsIntfId `protobuf_oneof:"is_intf_id"`
1305 // Types that are valid to be assigned to IsOnuId:
1306 // *GetOnuCountersResponse_OnuId
1307 IsOnuId isGetOnuCountersResponse_IsOnuId `protobuf_oneof:"is_onu_id"`
1308 // Types that are valid to be assigned to IsPositiveDrift:
1309 // *GetOnuCountersResponse_PositiveDrift
1310 IsPositiveDrift isGetOnuCountersResponse_IsPositiveDrift `protobuf_oneof:"is_positive_drift"`
1311 // Types that are valid to be assigned to IsNegativeDrift:
1312 // *GetOnuCountersResponse_NegativeDrift
1313 IsNegativeDrift isGetOnuCountersResponse_IsNegativeDrift `protobuf_oneof:"is_negative_drift"`
1314 // Types that are valid to be assigned to IsDelimiterMissDetection:
1315 // *GetOnuCountersResponse_DelimiterMissDetection
1316 IsDelimiterMissDetection isGetOnuCountersResponse_IsDelimiterMissDetection `protobuf_oneof:"is_delimiter_miss_detection"`
1317 // Types that are valid to be assigned to IsBipErrors:
1318 // *GetOnuCountersResponse_BipErrors
1319 IsBipErrors isGetOnuCountersResponse_IsBipErrors `protobuf_oneof:"is_bip_errors"`
1320 // Types that are valid to be assigned to IsBipUnits:
1321 // *GetOnuCountersResponse_BipUnits
1322 IsBipUnits isGetOnuCountersResponse_IsBipUnits `protobuf_oneof:"is_bip_units"`
1323 // Types that are valid to be assigned to IsFecCorrectedSymbols:
1324 // *GetOnuCountersResponse_FecCorrectedSymbols
1325 IsFecCorrectedSymbols isGetOnuCountersResponse_IsFecCorrectedSymbols `protobuf_oneof:"is_fec_corrected_symbols"`
1326 // Types that are valid to be assigned to IsFecCodewordsCorrected:
1327 // *GetOnuCountersResponse_FecCodewordsCorrected
1328 IsFecCodewordsCorrected isGetOnuCountersResponse_IsFecCodewordsCorrected `protobuf_oneof:"is_fec_codewords_corrected"`
1329 // Types that are valid to be assigned to IsFecCodewordsUncorrectable:
1330 // *GetOnuCountersResponse_FecCodewordsUncorrectable
1331 IsFecCodewordsUncorrectable isGetOnuCountersResponse_IsFecCodewordsUncorrectable `protobuf_oneof:"is_fec_codewords_uncorrectable"`
1332 // Types that are valid to be assigned to IsFecCodewords:
1333 // *GetOnuCountersResponse_FecCodewords
1334 IsFecCodewords isGetOnuCountersResponse_IsFecCodewords `protobuf_oneof:"is_fec_codewords"`
1335 // Types that are valid to be assigned to IsFecCorrectedUnits:
1336 // *GetOnuCountersResponse_FecCorrectedUnits
1337 IsFecCorrectedUnits isGetOnuCountersResponse_IsFecCorrectedUnits `protobuf_oneof:"is_fec_corrected_units"`
1338 // Types that are valid to be assigned to IsXgemKeyErrors:
1339 // *GetOnuCountersResponse_XgemKeyErrors
1340 IsXgemKeyErrors isGetOnuCountersResponse_IsXgemKeyErrors `protobuf_oneof:"is_xgem_key_errors"`
1341 // Types that are valid to be assigned to IsXgemLoss:
1342 // *GetOnuCountersResponse_XgemLoss
1343 IsXgemLoss isGetOnuCountersResponse_IsXgemLoss `protobuf_oneof:"is_xgem_loss"`
1344 // Types that are valid to be assigned to IsRxPloamsError:
1345 // *GetOnuCountersResponse_RxPloamsError
1346 IsRxPloamsError isGetOnuCountersResponse_IsRxPloamsError `protobuf_oneof:"is_rx_ploams_error"`
1347 // Types that are valid to be assigned to IsRxPloamsNonIdle:
1348 // *GetOnuCountersResponse_RxPloamsNonIdle
1349 IsRxPloamsNonIdle isGetOnuCountersResponse_IsRxPloamsNonIdle `protobuf_oneof:"is_rx_ploams_non_idle"`
1350 // Types that are valid to be assigned to IsRxOmci:
1351 // *GetOnuCountersResponse_RxOmci
1352 IsRxOmci isGetOnuCountersResponse_IsRxOmci `protobuf_oneof:"is_rx_omci"`
1353 // Types that are valid to be assigned to IsTxOmci:
1354 // *GetOnuCountersResponse_TxOmci
1355 IsTxOmci isGetOnuCountersResponse_IsTxOmci `protobuf_oneof:"is_tx_omci"`
1356 // Types that are valid to be assigned to IsRxOmciPacketsCrcError:
1357 // *GetOnuCountersResponse_RxOmciPacketsCrcError
1358 IsRxOmciPacketsCrcError isGetOnuCountersResponse_IsRxOmciPacketsCrcError `protobuf_oneof:"is_rx_omci_packets_crc_error"`
1359 // Types that are valid to be assigned to IsRxBytes:
1360 // *GetOnuCountersResponse_RxBytes
1361 IsRxBytes isGetOnuCountersResponse_IsRxBytes `protobuf_oneof:"is_rx_bytes"`
1362 // Types that are valid to be assigned to IsRxPackets:
1363 // *GetOnuCountersResponse_RxPackets
1364 IsRxPackets isGetOnuCountersResponse_IsRxPackets `protobuf_oneof:"is_rx_packets"`
1365 // Types that are valid to be assigned to IsTxBytes:
1366 // *GetOnuCountersResponse_TxBytes
1367 IsTxBytes isGetOnuCountersResponse_IsTxBytes `protobuf_oneof:"is_tx_bytes"`
1368 // Types that are valid to be assigned to IsTxPackets:
1369 // *GetOnuCountersResponse_TxPackets
1370 IsTxPackets isGetOnuCountersResponse_IsTxPackets `protobuf_oneof:"is_tx_packets"`
1371 // Types that are valid to be assigned to IsBerReported:
1372 // *GetOnuCountersResponse_BerReported
1373 IsBerReported isGetOnuCountersResponse_IsBerReported `protobuf_oneof:"is_ber_reported"`
1374 // Types that are valid to be assigned to IsLcdgErrors:
1375 // *GetOnuCountersResponse_LcdgErrors
1376 IsLcdgErrors isGetOnuCountersResponse_IsLcdgErrors `protobuf_oneof:"is_lcdg_errors"`
1377 // Types that are valid to be assigned to IsRdiErrors:
1378 // *GetOnuCountersResponse_RdiErrors
1379 IsRdiErrors isGetOnuCountersResponse_IsRdiErrors `protobuf_oneof:"is_rdi_errors"`
1380 // Types that are valid to be assigned to IsTimestamp:
1381 // *GetOnuCountersResponse_Timestamp
1382 IsTimestamp isGetOnuCountersResponse_IsTimestamp `protobuf_oneof:"is_timestamp"`
1383 XXX_NoUnkeyedLiteral struct{} `json:"-"`
1384 XXX_unrecognized []byte `json:"-"`
1385 XXX_sizecache int32 `json:"-"`
1386}
1387
1388func (m *GetOnuCountersResponse) Reset() { *m = GetOnuCountersResponse{} }
1389func (m *GetOnuCountersResponse) String() string { return proto.CompactTextString(m) }
1390func (*GetOnuCountersResponse) ProtoMessage() {}
1391func (*GetOnuCountersResponse) Descriptor() ([]byte, []int) {
1392 return fileDescriptor_7ecf6e9799a9202d, []int{15}
1393}
1394
1395func (m *GetOnuCountersResponse) XXX_Unmarshal(b []byte) error {
1396 return xxx_messageInfo_GetOnuCountersResponse.Unmarshal(m, b)
1397}
1398func (m *GetOnuCountersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
1399 return xxx_messageInfo_GetOnuCountersResponse.Marshal(b, m, deterministic)
1400}
1401func (m *GetOnuCountersResponse) XXX_Merge(src proto.Message) {
1402 xxx_messageInfo_GetOnuCountersResponse.Merge(m, src)
1403}
1404func (m *GetOnuCountersResponse) XXX_Size() int {
1405 return xxx_messageInfo_GetOnuCountersResponse.Size(m)
1406}
1407func (m *GetOnuCountersResponse) XXX_DiscardUnknown() {
1408 xxx_messageInfo_GetOnuCountersResponse.DiscardUnknown(m)
1409}
1410
1411var xxx_messageInfo_GetOnuCountersResponse proto.InternalMessageInfo
1412
1413type isGetOnuCountersResponse_IsIntfId interface {
1414 isGetOnuCountersResponse_IsIntfId()
1415}
1416
1417type GetOnuCountersResponse_IntfId struct {
1418 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3,oneof"`
1419}
1420
1421func (*GetOnuCountersResponse_IntfId) isGetOnuCountersResponse_IsIntfId() {}
1422
1423func (m *GetOnuCountersResponse) GetIsIntfId() isGetOnuCountersResponse_IsIntfId {
1424 if m != nil {
1425 return m.IsIntfId
1426 }
1427 return nil
1428}
1429
1430func (m *GetOnuCountersResponse) GetIntfId() uint32 {
1431 if x, ok := m.GetIsIntfId().(*GetOnuCountersResponse_IntfId); ok {
1432 return x.IntfId
1433 }
1434 return 0
1435}
1436
1437type isGetOnuCountersResponse_IsOnuId interface {
1438 isGetOnuCountersResponse_IsOnuId()
1439}
1440
1441type GetOnuCountersResponse_OnuId struct {
1442 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3,oneof"`
1443}
1444
1445func (*GetOnuCountersResponse_OnuId) isGetOnuCountersResponse_IsOnuId() {}
1446
1447func (m *GetOnuCountersResponse) GetIsOnuId() isGetOnuCountersResponse_IsOnuId {
1448 if m != nil {
1449 return m.IsOnuId
1450 }
1451 return nil
1452}
1453
1454func (m *GetOnuCountersResponse) GetOnuId() uint32 {
1455 if x, ok := m.GetIsOnuId().(*GetOnuCountersResponse_OnuId); ok {
1456 return x.OnuId
1457 }
1458 return 0
1459}
1460
1461type isGetOnuCountersResponse_IsPositiveDrift interface {
1462 isGetOnuCountersResponse_IsPositiveDrift()
1463}
1464
1465type GetOnuCountersResponse_PositiveDrift struct {
1466 PositiveDrift uint64 `protobuf:"fixed64,3,opt,name=positive_drift,json=positiveDrift,proto3,oneof"`
1467}
1468
1469func (*GetOnuCountersResponse_PositiveDrift) isGetOnuCountersResponse_IsPositiveDrift() {}
1470
1471func (m *GetOnuCountersResponse) GetIsPositiveDrift() isGetOnuCountersResponse_IsPositiveDrift {
1472 if m != nil {
1473 return m.IsPositiveDrift
1474 }
1475 return nil
1476}
1477
1478func (m *GetOnuCountersResponse) GetPositiveDrift() uint64 {
1479 if x, ok := m.GetIsPositiveDrift().(*GetOnuCountersResponse_PositiveDrift); ok {
1480 return x.PositiveDrift
1481 }
1482 return 0
1483}
1484
1485type isGetOnuCountersResponse_IsNegativeDrift interface {
1486 isGetOnuCountersResponse_IsNegativeDrift()
1487}
1488
1489type GetOnuCountersResponse_NegativeDrift struct {
1490 NegativeDrift uint64 `protobuf:"fixed64,4,opt,name=negative_drift,json=negativeDrift,proto3,oneof"`
1491}
1492
1493func (*GetOnuCountersResponse_NegativeDrift) isGetOnuCountersResponse_IsNegativeDrift() {}
1494
1495func (m *GetOnuCountersResponse) GetIsNegativeDrift() isGetOnuCountersResponse_IsNegativeDrift {
1496 if m != nil {
1497 return m.IsNegativeDrift
1498 }
1499 return nil
1500}
1501
1502func (m *GetOnuCountersResponse) GetNegativeDrift() uint64 {
1503 if x, ok := m.GetIsNegativeDrift().(*GetOnuCountersResponse_NegativeDrift); ok {
1504 return x.NegativeDrift
1505 }
1506 return 0
1507}
1508
1509type isGetOnuCountersResponse_IsDelimiterMissDetection interface {
1510 isGetOnuCountersResponse_IsDelimiterMissDetection()
1511}
1512
1513type GetOnuCountersResponse_DelimiterMissDetection struct {
1514 DelimiterMissDetection uint64 `protobuf:"fixed64,5,opt,name=delimiter_miss_detection,json=delimiterMissDetection,proto3,oneof"`
1515}
1516
1517func (*GetOnuCountersResponse_DelimiterMissDetection) isGetOnuCountersResponse_IsDelimiterMissDetection() {
1518}
1519
1520func (m *GetOnuCountersResponse) GetIsDelimiterMissDetection() isGetOnuCountersResponse_IsDelimiterMissDetection {
1521 if m != nil {
1522 return m.IsDelimiterMissDetection
1523 }
1524 return nil
1525}
1526
1527func (m *GetOnuCountersResponse) GetDelimiterMissDetection() uint64 {
1528 if x, ok := m.GetIsDelimiterMissDetection().(*GetOnuCountersResponse_DelimiterMissDetection); ok {
1529 return x.DelimiterMissDetection
1530 }
1531 return 0
1532}
1533
1534type isGetOnuCountersResponse_IsBipErrors interface {
1535 isGetOnuCountersResponse_IsBipErrors()
1536}
1537
1538type GetOnuCountersResponse_BipErrors struct {
1539 BipErrors uint64 `protobuf:"fixed64,6,opt,name=bip_errors,json=bipErrors,proto3,oneof"`
1540}
1541
1542func (*GetOnuCountersResponse_BipErrors) isGetOnuCountersResponse_IsBipErrors() {}
1543
1544func (m *GetOnuCountersResponse) GetIsBipErrors() isGetOnuCountersResponse_IsBipErrors {
1545 if m != nil {
1546 return m.IsBipErrors
1547 }
1548 return nil
1549}
1550
1551func (m *GetOnuCountersResponse) GetBipErrors() uint64 {
1552 if x, ok := m.GetIsBipErrors().(*GetOnuCountersResponse_BipErrors); ok {
1553 return x.BipErrors
1554 }
1555 return 0
1556}
1557
1558type isGetOnuCountersResponse_IsBipUnits interface {
1559 isGetOnuCountersResponse_IsBipUnits()
1560}
1561
1562type GetOnuCountersResponse_BipUnits struct {
1563 BipUnits uint64 `protobuf:"fixed64,7,opt,name=bip_units,json=bipUnits,proto3,oneof"`
1564}
1565
1566func (*GetOnuCountersResponse_BipUnits) isGetOnuCountersResponse_IsBipUnits() {}
1567
1568func (m *GetOnuCountersResponse) GetIsBipUnits() isGetOnuCountersResponse_IsBipUnits {
1569 if m != nil {
1570 return m.IsBipUnits
1571 }
1572 return nil
1573}
1574
1575func (m *GetOnuCountersResponse) GetBipUnits() uint64 {
1576 if x, ok := m.GetIsBipUnits().(*GetOnuCountersResponse_BipUnits); ok {
1577 return x.BipUnits
1578 }
1579 return 0
1580}
1581
1582type isGetOnuCountersResponse_IsFecCorrectedSymbols interface {
1583 isGetOnuCountersResponse_IsFecCorrectedSymbols()
1584}
1585
1586type GetOnuCountersResponse_FecCorrectedSymbols struct {
1587 FecCorrectedSymbols uint64 `protobuf:"fixed64,8,opt,name=fec_corrected_symbols,json=fecCorrectedSymbols,proto3,oneof"`
1588}
1589
1590func (*GetOnuCountersResponse_FecCorrectedSymbols) isGetOnuCountersResponse_IsFecCorrectedSymbols() {}
1591
1592func (m *GetOnuCountersResponse) GetIsFecCorrectedSymbols() isGetOnuCountersResponse_IsFecCorrectedSymbols {
1593 if m != nil {
1594 return m.IsFecCorrectedSymbols
1595 }
1596 return nil
1597}
1598
1599func (m *GetOnuCountersResponse) GetFecCorrectedSymbols() uint64 {
1600 if x, ok := m.GetIsFecCorrectedSymbols().(*GetOnuCountersResponse_FecCorrectedSymbols); ok {
1601 return x.FecCorrectedSymbols
1602 }
1603 return 0
1604}
1605
1606type isGetOnuCountersResponse_IsFecCodewordsCorrected interface {
1607 isGetOnuCountersResponse_IsFecCodewordsCorrected()
1608}
1609
1610type GetOnuCountersResponse_FecCodewordsCorrected struct {
1611 FecCodewordsCorrected uint64 `protobuf:"fixed64,9,opt,name=fec_codewords_corrected,json=fecCodewordsCorrected,proto3,oneof"`
1612}
1613
1614func (*GetOnuCountersResponse_FecCodewordsCorrected) isGetOnuCountersResponse_IsFecCodewordsCorrected() {
1615}
1616
1617func (m *GetOnuCountersResponse) GetIsFecCodewordsCorrected() isGetOnuCountersResponse_IsFecCodewordsCorrected {
1618 if m != nil {
1619 return m.IsFecCodewordsCorrected
1620 }
1621 return nil
1622}
1623
1624func (m *GetOnuCountersResponse) GetFecCodewordsCorrected() uint64 {
1625 if x, ok := m.GetIsFecCodewordsCorrected().(*GetOnuCountersResponse_FecCodewordsCorrected); ok {
1626 return x.FecCodewordsCorrected
1627 }
1628 return 0
1629}
1630
1631type isGetOnuCountersResponse_IsFecCodewordsUncorrectable interface {
1632 isGetOnuCountersResponse_IsFecCodewordsUncorrectable()
1633}
1634
1635type GetOnuCountersResponse_FecCodewordsUncorrectable struct {
1636 FecCodewordsUncorrectable uint64 `protobuf:"fixed64,10,opt,name=fec_codewords_uncorrectable,json=fecCodewordsUncorrectable,proto3,oneof"`
1637}
1638
1639func (*GetOnuCountersResponse_FecCodewordsUncorrectable) isGetOnuCountersResponse_IsFecCodewordsUncorrectable() {
1640}
1641
1642func (m *GetOnuCountersResponse) GetIsFecCodewordsUncorrectable() isGetOnuCountersResponse_IsFecCodewordsUncorrectable {
1643 if m != nil {
1644 return m.IsFecCodewordsUncorrectable
1645 }
1646 return nil
1647}
1648
1649func (m *GetOnuCountersResponse) GetFecCodewordsUncorrectable() uint64 {
1650 if x, ok := m.GetIsFecCodewordsUncorrectable().(*GetOnuCountersResponse_FecCodewordsUncorrectable); ok {
1651 return x.FecCodewordsUncorrectable
1652 }
1653 return 0
1654}
1655
1656type isGetOnuCountersResponse_IsFecCodewords interface {
1657 isGetOnuCountersResponse_IsFecCodewords()
1658}
1659
1660type GetOnuCountersResponse_FecCodewords struct {
1661 FecCodewords uint64 `protobuf:"fixed64,11,opt,name=fec_codewords,json=fecCodewords,proto3,oneof"`
1662}
1663
1664func (*GetOnuCountersResponse_FecCodewords) isGetOnuCountersResponse_IsFecCodewords() {}
1665
1666func (m *GetOnuCountersResponse) GetIsFecCodewords() isGetOnuCountersResponse_IsFecCodewords {
1667 if m != nil {
1668 return m.IsFecCodewords
1669 }
1670 return nil
1671}
1672
1673func (m *GetOnuCountersResponse) GetFecCodewords() uint64 {
1674 if x, ok := m.GetIsFecCodewords().(*GetOnuCountersResponse_FecCodewords); ok {
1675 return x.FecCodewords
1676 }
1677 return 0
1678}
1679
1680type isGetOnuCountersResponse_IsFecCorrectedUnits interface {
1681 isGetOnuCountersResponse_IsFecCorrectedUnits()
1682}
1683
1684type GetOnuCountersResponse_FecCorrectedUnits struct {
1685 FecCorrectedUnits uint64 `protobuf:"fixed64,12,opt,name=fec_corrected_units,json=fecCorrectedUnits,proto3,oneof"`
1686}
1687
1688func (*GetOnuCountersResponse_FecCorrectedUnits) isGetOnuCountersResponse_IsFecCorrectedUnits() {}
1689
1690func (m *GetOnuCountersResponse) GetIsFecCorrectedUnits() isGetOnuCountersResponse_IsFecCorrectedUnits {
1691 if m != nil {
1692 return m.IsFecCorrectedUnits
1693 }
1694 return nil
1695}
1696
1697func (m *GetOnuCountersResponse) GetFecCorrectedUnits() uint64 {
1698 if x, ok := m.GetIsFecCorrectedUnits().(*GetOnuCountersResponse_FecCorrectedUnits); ok {
1699 return x.FecCorrectedUnits
1700 }
1701 return 0
1702}
1703
1704type isGetOnuCountersResponse_IsXgemKeyErrors interface {
1705 isGetOnuCountersResponse_IsXgemKeyErrors()
1706}
1707
1708type GetOnuCountersResponse_XgemKeyErrors struct {
1709 XgemKeyErrors uint64 `protobuf:"fixed64,13,opt,name=xgem_key_errors,json=xgemKeyErrors,proto3,oneof"`
1710}
1711
1712func (*GetOnuCountersResponse_XgemKeyErrors) isGetOnuCountersResponse_IsXgemKeyErrors() {}
1713
1714func (m *GetOnuCountersResponse) GetIsXgemKeyErrors() isGetOnuCountersResponse_IsXgemKeyErrors {
1715 if m != nil {
1716 return m.IsXgemKeyErrors
1717 }
1718 return nil
1719}
1720
1721func (m *GetOnuCountersResponse) GetXgemKeyErrors() uint64 {
1722 if x, ok := m.GetIsXgemKeyErrors().(*GetOnuCountersResponse_XgemKeyErrors); ok {
1723 return x.XgemKeyErrors
1724 }
1725 return 0
1726}
1727
1728type isGetOnuCountersResponse_IsXgemLoss interface {
1729 isGetOnuCountersResponse_IsXgemLoss()
1730}
1731
1732type GetOnuCountersResponse_XgemLoss struct {
1733 XgemLoss uint64 `protobuf:"fixed64,14,opt,name=xgem_loss,json=xgemLoss,proto3,oneof"`
1734}
1735
1736func (*GetOnuCountersResponse_XgemLoss) isGetOnuCountersResponse_IsXgemLoss() {}
1737
1738func (m *GetOnuCountersResponse) GetIsXgemLoss() isGetOnuCountersResponse_IsXgemLoss {
1739 if m != nil {
1740 return m.IsXgemLoss
1741 }
1742 return nil
1743}
1744
1745func (m *GetOnuCountersResponse) GetXgemLoss() uint64 {
1746 if x, ok := m.GetIsXgemLoss().(*GetOnuCountersResponse_XgemLoss); ok {
1747 return x.XgemLoss
1748 }
1749 return 0
1750}
1751
1752type isGetOnuCountersResponse_IsRxPloamsError interface {
1753 isGetOnuCountersResponse_IsRxPloamsError()
1754}
1755
1756type GetOnuCountersResponse_RxPloamsError struct {
1757 RxPloamsError uint64 `protobuf:"fixed64,15,opt,name=rx_ploams_error,json=rxPloamsError,proto3,oneof"`
1758}
1759
1760func (*GetOnuCountersResponse_RxPloamsError) isGetOnuCountersResponse_IsRxPloamsError() {}
1761
1762func (m *GetOnuCountersResponse) GetIsRxPloamsError() isGetOnuCountersResponse_IsRxPloamsError {
1763 if m != nil {
1764 return m.IsRxPloamsError
1765 }
1766 return nil
1767}
1768
1769func (m *GetOnuCountersResponse) GetRxPloamsError() uint64 {
1770 if x, ok := m.GetIsRxPloamsError().(*GetOnuCountersResponse_RxPloamsError); ok {
1771 return x.RxPloamsError
1772 }
1773 return 0
1774}
1775
1776type isGetOnuCountersResponse_IsRxPloamsNonIdle interface {
1777 isGetOnuCountersResponse_IsRxPloamsNonIdle()
1778}
1779
1780type GetOnuCountersResponse_RxPloamsNonIdle struct {
1781 RxPloamsNonIdle uint64 `protobuf:"fixed64,16,opt,name=rx_ploams_non_idle,json=rxPloamsNonIdle,proto3,oneof"`
1782}
1783
1784func (*GetOnuCountersResponse_RxPloamsNonIdle) isGetOnuCountersResponse_IsRxPloamsNonIdle() {}
1785
1786func (m *GetOnuCountersResponse) GetIsRxPloamsNonIdle() isGetOnuCountersResponse_IsRxPloamsNonIdle {
1787 if m != nil {
1788 return m.IsRxPloamsNonIdle
1789 }
1790 return nil
1791}
1792
1793func (m *GetOnuCountersResponse) GetRxPloamsNonIdle() uint64 {
1794 if x, ok := m.GetIsRxPloamsNonIdle().(*GetOnuCountersResponse_RxPloamsNonIdle); ok {
1795 return x.RxPloamsNonIdle
1796 }
1797 return 0
1798}
1799
1800type isGetOnuCountersResponse_IsRxOmci interface {
1801 isGetOnuCountersResponse_IsRxOmci()
1802}
1803
1804type GetOnuCountersResponse_RxOmci struct {
1805 RxOmci uint64 `protobuf:"fixed64,17,opt,name=rx_omci,json=rxOmci,proto3,oneof"`
1806}
1807
1808func (*GetOnuCountersResponse_RxOmci) isGetOnuCountersResponse_IsRxOmci() {}
1809
1810func (m *GetOnuCountersResponse) GetIsRxOmci() isGetOnuCountersResponse_IsRxOmci {
1811 if m != nil {
1812 return m.IsRxOmci
1813 }
1814 return nil
1815}
1816
1817func (m *GetOnuCountersResponse) GetRxOmci() uint64 {
1818 if x, ok := m.GetIsRxOmci().(*GetOnuCountersResponse_RxOmci); ok {
1819 return x.RxOmci
1820 }
1821 return 0
1822}
1823
1824type isGetOnuCountersResponse_IsTxOmci interface {
1825 isGetOnuCountersResponse_IsTxOmci()
1826}
1827
1828type GetOnuCountersResponse_TxOmci struct {
1829 TxOmci uint64 `protobuf:"fixed64,18,opt,name=tx_omci,json=txOmci,proto3,oneof"`
1830}
1831
1832func (*GetOnuCountersResponse_TxOmci) isGetOnuCountersResponse_IsTxOmci() {}
1833
1834func (m *GetOnuCountersResponse) GetIsTxOmci() isGetOnuCountersResponse_IsTxOmci {
1835 if m != nil {
1836 return m.IsTxOmci
1837 }
1838 return nil
1839}
1840
1841func (m *GetOnuCountersResponse) GetTxOmci() uint64 {
1842 if x, ok := m.GetIsTxOmci().(*GetOnuCountersResponse_TxOmci); ok {
1843 return x.TxOmci
1844 }
1845 return 0
1846}
1847
1848type isGetOnuCountersResponse_IsRxOmciPacketsCrcError interface {
1849 isGetOnuCountersResponse_IsRxOmciPacketsCrcError()
1850}
1851
1852type GetOnuCountersResponse_RxOmciPacketsCrcError struct {
1853 RxOmciPacketsCrcError uint64 `protobuf:"fixed64,19,opt,name=rx_omci_packets_crc_error,json=rxOmciPacketsCrcError,proto3,oneof"`
1854}
1855
1856func (*GetOnuCountersResponse_RxOmciPacketsCrcError) isGetOnuCountersResponse_IsRxOmciPacketsCrcError() {
1857}
1858
1859func (m *GetOnuCountersResponse) GetIsRxOmciPacketsCrcError() isGetOnuCountersResponse_IsRxOmciPacketsCrcError {
1860 if m != nil {
1861 return m.IsRxOmciPacketsCrcError
1862 }
1863 return nil
1864}
1865
1866func (m *GetOnuCountersResponse) GetRxOmciPacketsCrcError() uint64 {
1867 if x, ok := m.GetIsRxOmciPacketsCrcError().(*GetOnuCountersResponse_RxOmciPacketsCrcError); ok {
1868 return x.RxOmciPacketsCrcError
1869 }
1870 return 0
1871}
1872
1873type isGetOnuCountersResponse_IsRxBytes interface {
1874 isGetOnuCountersResponse_IsRxBytes()
1875}
1876
1877type GetOnuCountersResponse_RxBytes struct {
1878 RxBytes uint64 `protobuf:"fixed64,20,opt,name=rx_bytes,json=rxBytes,proto3,oneof"`
1879}
1880
1881func (*GetOnuCountersResponse_RxBytes) isGetOnuCountersResponse_IsRxBytes() {}
1882
1883func (m *GetOnuCountersResponse) GetIsRxBytes() isGetOnuCountersResponse_IsRxBytes {
1884 if m != nil {
1885 return m.IsRxBytes
1886 }
1887 return nil
1888}
1889
1890func (m *GetOnuCountersResponse) GetRxBytes() uint64 {
1891 if x, ok := m.GetIsRxBytes().(*GetOnuCountersResponse_RxBytes); ok {
1892 return x.RxBytes
1893 }
1894 return 0
1895}
1896
1897type isGetOnuCountersResponse_IsRxPackets interface {
1898 isGetOnuCountersResponse_IsRxPackets()
1899}
1900
1901type GetOnuCountersResponse_RxPackets struct {
1902 RxPackets uint64 `protobuf:"fixed64,21,opt,name=rx_packets,json=rxPackets,proto3,oneof"`
1903}
1904
1905func (*GetOnuCountersResponse_RxPackets) isGetOnuCountersResponse_IsRxPackets() {}
1906
1907func (m *GetOnuCountersResponse) GetIsRxPackets() isGetOnuCountersResponse_IsRxPackets {
1908 if m != nil {
1909 return m.IsRxPackets
1910 }
1911 return nil
1912}
1913
1914func (m *GetOnuCountersResponse) GetRxPackets() uint64 {
1915 if x, ok := m.GetIsRxPackets().(*GetOnuCountersResponse_RxPackets); ok {
1916 return x.RxPackets
1917 }
1918 return 0
1919}
1920
1921type isGetOnuCountersResponse_IsTxBytes interface {
1922 isGetOnuCountersResponse_IsTxBytes()
1923}
1924
1925type GetOnuCountersResponse_TxBytes struct {
1926 TxBytes uint64 `protobuf:"fixed64,22,opt,name=tx_bytes,json=txBytes,proto3,oneof"`
1927}
1928
1929func (*GetOnuCountersResponse_TxBytes) isGetOnuCountersResponse_IsTxBytes() {}
1930
1931func (m *GetOnuCountersResponse) GetIsTxBytes() isGetOnuCountersResponse_IsTxBytes {
1932 if m != nil {
1933 return m.IsTxBytes
1934 }
1935 return nil
1936}
1937
1938func (m *GetOnuCountersResponse) GetTxBytes() uint64 {
1939 if x, ok := m.GetIsTxBytes().(*GetOnuCountersResponse_TxBytes); ok {
1940 return x.TxBytes
1941 }
1942 return 0
1943}
1944
1945type isGetOnuCountersResponse_IsTxPackets interface {
1946 isGetOnuCountersResponse_IsTxPackets()
1947}
1948
1949type GetOnuCountersResponse_TxPackets struct {
1950 TxPackets uint64 `protobuf:"fixed64,23,opt,name=tx_packets,json=txPackets,proto3,oneof"`
1951}
1952
1953func (*GetOnuCountersResponse_TxPackets) isGetOnuCountersResponse_IsTxPackets() {}
1954
1955func (m *GetOnuCountersResponse) GetIsTxPackets() isGetOnuCountersResponse_IsTxPackets {
1956 if m != nil {
1957 return m.IsTxPackets
1958 }
1959 return nil
1960}
1961
1962func (m *GetOnuCountersResponse) GetTxPackets() uint64 {
1963 if x, ok := m.GetIsTxPackets().(*GetOnuCountersResponse_TxPackets); ok {
1964 return x.TxPackets
1965 }
1966 return 0
1967}
1968
1969type isGetOnuCountersResponse_IsBerReported interface {
1970 isGetOnuCountersResponse_IsBerReported()
1971}
1972
1973type GetOnuCountersResponse_BerReported struct {
1974 BerReported uint64 `protobuf:"fixed64,24,opt,name=ber_reported,json=berReported,proto3,oneof"`
1975}
1976
1977func (*GetOnuCountersResponse_BerReported) isGetOnuCountersResponse_IsBerReported() {}
1978
1979func (m *GetOnuCountersResponse) GetIsBerReported() isGetOnuCountersResponse_IsBerReported {
1980 if m != nil {
1981 return m.IsBerReported
1982 }
1983 return nil
1984}
1985
1986func (m *GetOnuCountersResponse) GetBerReported() uint64 {
1987 if x, ok := m.GetIsBerReported().(*GetOnuCountersResponse_BerReported); ok {
1988 return x.BerReported
1989 }
1990 return 0
1991}
1992
1993type isGetOnuCountersResponse_IsLcdgErrors interface {
1994 isGetOnuCountersResponse_IsLcdgErrors()
1995}
1996
1997type GetOnuCountersResponse_LcdgErrors struct {
1998 LcdgErrors uint64 `protobuf:"fixed64,25,opt,name=lcdg_errors,json=lcdgErrors,proto3,oneof"`
1999}
2000
2001func (*GetOnuCountersResponse_LcdgErrors) isGetOnuCountersResponse_IsLcdgErrors() {}
2002
2003func (m *GetOnuCountersResponse) GetIsLcdgErrors() isGetOnuCountersResponse_IsLcdgErrors {
2004 if m != nil {
2005 return m.IsLcdgErrors
2006 }
2007 return nil
2008}
2009
2010func (m *GetOnuCountersResponse) GetLcdgErrors() uint64 {
2011 if x, ok := m.GetIsLcdgErrors().(*GetOnuCountersResponse_LcdgErrors); ok {
2012 return x.LcdgErrors
2013 }
2014 return 0
2015}
2016
2017type isGetOnuCountersResponse_IsRdiErrors interface {
2018 isGetOnuCountersResponse_IsRdiErrors()
2019}
2020
2021type GetOnuCountersResponse_RdiErrors struct {
2022 RdiErrors uint64 `protobuf:"fixed64,26,opt,name=rdi_errors,json=rdiErrors,proto3,oneof"`
2023}
2024
2025func (*GetOnuCountersResponse_RdiErrors) isGetOnuCountersResponse_IsRdiErrors() {}
2026
2027func (m *GetOnuCountersResponse) GetIsRdiErrors() isGetOnuCountersResponse_IsRdiErrors {
2028 if m != nil {
2029 return m.IsRdiErrors
2030 }
2031 return nil
2032}
2033
2034func (m *GetOnuCountersResponse) GetRdiErrors() uint64 {
2035 if x, ok := m.GetIsRdiErrors().(*GetOnuCountersResponse_RdiErrors); ok {
2036 return x.RdiErrors
2037 }
2038 return 0
2039}
2040
2041type isGetOnuCountersResponse_IsTimestamp interface {
2042 isGetOnuCountersResponse_IsTimestamp()
2043}
2044
2045type GetOnuCountersResponse_Timestamp struct {
2046 Timestamp uint32 `protobuf:"fixed32,27,opt,name=timestamp,proto3,oneof"`
2047}
2048
2049func (*GetOnuCountersResponse_Timestamp) isGetOnuCountersResponse_IsTimestamp() {}
2050
2051func (m *GetOnuCountersResponse) GetIsTimestamp() isGetOnuCountersResponse_IsTimestamp {
2052 if m != nil {
2053 return m.IsTimestamp
2054 }
2055 return nil
2056}
2057
2058func (m *GetOnuCountersResponse) GetTimestamp() uint32 {
2059 if x, ok := m.GetIsTimestamp().(*GetOnuCountersResponse_Timestamp); ok {
2060 return x.Timestamp
2061 }
2062 return 0
2063}
2064
2065// XXX_OneofWrappers is for the internal use of the proto package.
2066func (*GetOnuCountersResponse) XXX_OneofWrappers() []interface{} {
2067 return []interface{}{
2068 (*GetOnuCountersResponse_IntfId)(nil),
2069 (*GetOnuCountersResponse_OnuId)(nil),
2070 (*GetOnuCountersResponse_PositiveDrift)(nil),
2071 (*GetOnuCountersResponse_NegativeDrift)(nil),
2072 (*GetOnuCountersResponse_DelimiterMissDetection)(nil),
2073 (*GetOnuCountersResponse_BipErrors)(nil),
2074 (*GetOnuCountersResponse_BipUnits)(nil),
2075 (*GetOnuCountersResponse_FecCorrectedSymbols)(nil),
2076 (*GetOnuCountersResponse_FecCodewordsCorrected)(nil),
2077 (*GetOnuCountersResponse_FecCodewordsUncorrectable)(nil),
2078 (*GetOnuCountersResponse_FecCodewords)(nil),
2079 (*GetOnuCountersResponse_FecCorrectedUnits)(nil),
2080 (*GetOnuCountersResponse_XgemKeyErrors)(nil),
2081 (*GetOnuCountersResponse_XgemLoss)(nil),
2082 (*GetOnuCountersResponse_RxPloamsError)(nil),
2083 (*GetOnuCountersResponse_RxPloamsNonIdle)(nil),
2084 (*GetOnuCountersResponse_RxOmci)(nil),
2085 (*GetOnuCountersResponse_TxOmci)(nil),
2086 (*GetOnuCountersResponse_RxOmciPacketsCrcError)(nil),
2087 (*GetOnuCountersResponse_RxBytes)(nil),
2088 (*GetOnuCountersResponse_RxPackets)(nil),
2089 (*GetOnuCountersResponse_TxBytes)(nil),
2090 (*GetOnuCountersResponse_TxPackets)(nil),
2091 (*GetOnuCountersResponse_BerReported)(nil),
2092 (*GetOnuCountersResponse_LcdgErrors)(nil),
2093 (*GetOnuCountersResponse_RdiErrors)(nil),
2094 (*GetOnuCountersResponse_Timestamp)(nil),
2095 }
2096}
2097
2098type OmciEthernetFrameExtendedPm struct {
2099 DropEvents uint64 `protobuf:"fixed64,1,opt,name=drop_events,json=dropEvents,proto3" json:"drop_events,omitempty"`
2100 Octets uint64 `protobuf:"fixed64,2,opt,name=octets,proto3" json:"octets,omitempty"`
2101 Frames uint64 `protobuf:"fixed64,3,opt,name=frames,proto3" json:"frames,omitempty"`
2102 BroadcastFrames uint64 `protobuf:"fixed64,4,opt,name=broadcast_frames,json=broadcastFrames,proto3" json:"broadcast_frames,omitempty"`
2103 MulticastFrames uint64 `protobuf:"fixed64,5,opt,name=multicast_frames,json=multicastFrames,proto3" json:"multicast_frames,omitempty"`
2104 CrcErroredFrames uint64 `protobuf:"fixed64,6,opt,name=crc_errored_frames,json=crcErroredFrames,proto3" json:"crc_errored_frames,omitempty"`
2105 UndersizeFrames uint64 `protobuf:"fixed64,7,opt,name=undersize_frames,json=undersizeFrames,proto3" json:"undersize_frames,omitempty"`
2106 OversizeFrames uint64 `protobuf:"fixed64,8,opt,name=oversize_frames,json=oversizeFrames,proto3" json:"oversize_frames,omitempty"`
2107 Frames_64Octets uint64 `protobuf:"fixed64,9,opt,name=frames_64_octets,json=frames64Octets,proto3" json:"frames_64_octets,omitempty"`
2108 Frames_65To_127Octets uint64 `protobuf:"fixed64,10,opt,name=frames_65_to_127_octets,json=frames65To127Octets,proto3" json:"frames_65_to_127_octets,omitempty"`
2109 Frames_128To_255Octets uint64 `protobuf:"fixed64,11,opt,name=frames_128_to_255_octets,json=frames128To255Octets,proto3" json:"frames_128_to_255_octets,omitempty"`
2110 Frames_256To_511Octets uint64 `protobuf:"fixed64,12,opt,name=frames_256_to_511_octets,json=frames256To511Octets,proto3" json:"frames_256_to_511_octets,omitempty"`
2111 Frames_512To_1023Octets uint64 `protobuf:"fixed64,13,opt,name=frames_512_to_1023_octets,json=frames512To1023Octets,proto3" json:"frames_512_to_1023_octets,omitempty"`
2112 Frames_1024To_1518Octets uint64 `protobuf:"fixed64,14,opt,name=frames_1024_to_1518_octets,json=frames1024To1518Octets,proto3" json:"frames_1024_to_1518_octets,omitempty"`
2113 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2114 XXX_unrecognized []byte `json:"-"`
2115 XXX_sizecache int32 `json:"-"`
2116}
2117
2118func (m *OmciEthernetFrameExtendedPm) Reset() { *m = OmciEthernetFrameExtendedPm{} }
2119func (m *OmciEthernetFrameExtendedPm) String() string { return proto.CompactTextString(m) }
2120func (*OmciEthernetFrameExtendedPm) ProtoMessage() {}
2121func (*OmciEthernetFrameExtendedPm) Descriptor() ([]byte, []int) {
2122 return fileDescriptor_7ecf6e9799a9202d, []int{16}
2123}
2124
2125func (m *OmciEthernetFrameExtendedPm) XXX_Unmarshal(b []byte) error {
2126 return xxx_messageInfo_OmciEthernetFrameExtendedPm.Unmarshal(m, b)
2127}
2128func (m *OmciEthernetFrameExtendedPm) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2129 return xxx_messageInfo_OmciEthernetFrameExtendedPm.Marshal(b, m, deterministic)
2130}
2131func (m *OmciEthernetFrameExtendedPm) XXX_Merge(src proto.Message) {
2132 xxx_messageInfo_OmciEthernetFrameExtendedPm.Merge(m, src)
2133}
2134func (m *OmciEthernetFrameExtendedPm) XXX_Size() int {
2135 return xxx_messageInfo_OmciEthernetFrameExtendedPm.Size(m)
2136}
2137func (m *OmciEthernetFrameExtendedPm) XXX_DiscardUnknown() {
2138 xxx_messageInfo_OmciEthernetFrameExtendedPm.DiscardUnknown(m)
2139}
2140
2141var xxx_messageInfo_OmciEthernetFrameExtendedPm proto.InternalMessageInfo
2142
2143func (m *OmciEthernetFrameExtendedPm) GetDropEvents() uint64 {
2144 if m != nil {
2145 return m.DropEvents
2146 }
2147 return 0
2148}
2149
2150func (m *OmciEthernetFrameExtendedPm) GetOctets() uint64 {
2151 if m != nil {
2152 return m.Octets
2153 }
2154 return 0
2155}
2156
2157func (m *OmciEthernetFrameExtendedPm) GetFrames() uint64 {
2158 if m != nil {
2159 return m.Frames
2160 }
2161 return 0
2162}
2163
2164func (m *OmciEthernetFrameExtendedPm) GetBroadcastFrames() uint64 {
2165 if m != nil {
2166 return m.BroadcastFrames
2167 }
2168 return 0
2169}
2170
2171func (m *OmciEthernetFrameExtendedPm) GetMulticastFrames() uint64 {
2172 if m != nil {
2173 return m.MulticastFrames
2174 }
2175 return 0
2176}
2177
2178func (m *OmciEthernetFrameExtendedPm) GetCrcErroredFrames() uint64 {
2179 if m != nil {
2180 return m.CrcErroredFrames
2181 }
2182 return 0
2183}
2184
2185func (m *OmciEthernetFrameExtendedPm) GetUndersizeFrames() uint64 {
2186 if m != nil {
2187 return m.UndersizeFrames
2188 }
2189 return 0
2190}
2191
2192func (m *OmciEthernetFrameExtendedPm) GetOversizeFrames() uint64 {
2193 if m != nil {
2194 return m.OversizeFrames
2195 }
2196 return 0
2197}
2198
2199func (m *OmciEthernetFrameExtendedPm) GetFrames_64Octets() uint64 {
2200 if m != nil {
2201 return m.Frames_64Octets
2202 }
2203 return 0
2204}
2205
2206func (m *OmciEthernetFrameExtendedPm) GetFrames_65To_127Octets() uint64 {
2207 if m != nil {
2208 return m.Frames_65To_127Octets
2209 }
2210 return 0
2211}
2212
2213func (m *OmciEthernetFrameExtendedPm) GetFrames_128To_255Octets() uint64 {
2214 if m != nil {
2215 return m.Frames_128To_255Octets
2216 }
2217 return 0
2218}
2219
2220func (m *OmciEthernetFrameExtendedPm) GetFrames_256To_511Octets() uint64 {
2221 if m != nil {
2222 return m.Frames_256To_511Octets
2223 }
2224 return 0
2225}
2226
2227func (m *OmciEthernetFrameExtendedPm) GetFrames_512To_1023Octets() uint64 {
2228 if m != nil {
2229 return m.Frames_512To_1023Octets
2230 }
2231 return 0
2232}
2233
2234func (m *OmciEthernetFrameExtendedPm) GetFrames_1024To_1518Octets() uint64 {
2235 if m != nil {
2236 return m.Frames_1024To_1518Octets
2237 }
2238 return 0
2239}
2240
2241type GetOmciEthernetFrameExtendedPmResponse struct {
Himani Chawlabac0f892021-08-25 17:14:06 +05302242 Upstream *OmciEthernetFrameExtendedPm `protobuf:"bytes,1,opt,name=upstream,proto3" json:"upstream,omitempty"`
2243 Downstream *OmciEthernetFrameExtendedPm `protobuf:"bytes,2,opt,name=downstream,proto3" json:"downstream,omitempty"`
2244 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"`
2245 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2246 XXX_unrecognized []byte `json:"-"`
2247 XXX_sizecache int32 `json:"-"`
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00002248}
2249
2250func (m *GetOmciEthernetFrameExtendedPmResponse) Reset() {
2251 *m = GetOmciEthernetFrameExtendedPmResponse{}
2252}
2253func (m *GetOmciEthernetFrameExtendedPmResponse) String() string { return proto.CompactTextString(m) }
2254func (*GetOmciEthernetFrameExtendedPmResponse) ProtoMessage() {}
2255func (*GetOmciEthernetFrameExtendedPmResponse) Descriptor() ([]byte, []int) {
2256 return fileDescriptor_7ecf6e9799a9202d, []int{17}
2257}
2258
2259func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Unmarshal(b []byte) error {
2260 return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Unmarshal(m, b)
2261}
2262func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2263 return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Marshal(b, m, deterministic)
2264}
2265func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Merge(src proto.Message) {
2266 xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Merge(m, src)
2267}
2268func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_Size() int {
2269 return xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.Size(m)
2270}
2271func (m *GetOmciEthernetFrameExtendedPmResponse) XXX_DiscardUnknown() {
2272 xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse.DiscardUnknown(m)
2273}
2274
2275var xxx_messageInfo_GetOmciEthernetFrameExtendedPmResponse proto.InternalMessageInfo
2276
2277func (m *GetOmciEthernetFrameExtendedPmResponse) GetUpstream() *OmciEthernetFrameExtendedPm {
2278 if m != nil {
2279 return m.Upstream
2280 }
2281 return nil
2282}
2283
2284func (m *GetOmciEthernetFrameExtendedPmResponse) GetDownstream() *OmciEthernetFrameExtendedPm {
2285 if m != nil {
2286 return m.Downstream
2287 }
2288 return nil
2289}
2290
Himani Chawlabac0f892021-08-25 17:14:06 +05302291func (m *GetOmciEthernetFrameExtendedPmResponse) GetOmciEthernetFrameExtendedPmFormat() GetOmciEthernetFrameExtendedPmResponse_Format {
2292 if m != nil {
2293 return m.OmciEthernetFrameExtendedPmFormat
2294 }
2295 return GetOmciEthernetFrameExtendedPmResponse_THIRTY_TWO_BIT
2296}
2297
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00002298type GetRxPowerResponse struct {
2299 IntfId uint32 `protobuf:"fixed32,1,opt,name=intf_id,json=intfId,proto3" json:"intf_id,omitempty"`
2300 OnuId uint32 `protobuf:"fixed32,2,opt,name=onu_id,json=onuId,proto3" json:"onu_id,omitempty"`
2301 Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
2302 FailReason string `protobuf:"bytes,4,opt,name=fail_reason,json=failReason,proto3" json:"fail_reason,omitempty"`
2303 RxPower float64 `protobuf:"fixed64,5,opt,name=rx_power,json=rxPower,proto3" json:"rx_power,omitempty"`
2304 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2305 XXX_unrecognized []byte `json:"-"`
2306 XXX_sizecache int32 `json:"-"`
2307}
2308
2309func (m *GetRxPowerResponse) Reset() { *m = GetRxPowerResponse{} }
2310func (m *GetRxPowerResponse) String() string { return proto.CompactTextString(m) }
2311func (*GetRxPowerResponse) ProtoMessage() {}
2312func (*GetRxPowerResponse) Descriptor() ([]byte, []int) {
2313 return fileDescriptor_7ecf6e9799a9202d, []int{18}
2314}
2315
2316func (m *GetRxPowerResponse) XXX_Unmarshal(b []byte) error {
2317 return xxx_messageInfo_GetRxPowerResponse.Unmarshal(m, b)
2318}
2319func (m *GetRxPowerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2320 return xxx_messageInfo_GetRxPowerResponse.Marshal(b, m, deterministic)
2321}
2322func (m *GetRxPowerResponse) XXX_Merge(src proto.Message) {
2323 xxx_messageInfo_GetRxPowerResponse.Merge(m, src)
2324}
2325func (m *GetRxPowerResponse) XXX_Size() int {
2326 return xxx_messageInfo_GetRxPowerResponse.Size(m)
2327}
2328func (m *GetRxPowerResponse) XXX_DiscardUnknown() {
2329 xxx_messageInfo_GetRxPowerResponse.DiscardUnknown(m)
2330}
2331
2332var xxx_messageInfo_GetRxPowerResponse proto.InternalMessageInfo
2333
2334func (m *GetRxPowerResponse) GetIntfId() uint32 {
2335 if m != nil {
2336 return m.IntfId
2337 }
2338 return 0
2339}
2340
2341func (m *GetRxPowerResponse) GetOnuId() uint32 {
2342 if m != nil {
2343 return m.OnuId
2344 }
2345 return 0
2346}
2347
2348func (m *GetRxPowerResponse) GetStatus() string {
2349 if m != nil {
2350 return m.Status
2351 }
2352 return ""
2353}
2354
2355func (m *GetRxPowerResponse) GetFailReason() string {
2356 if m != nil {
2357 return m.FailReason
2358 }
2359 return ""
2360}
2361
2362func (m *GetRxPowerResponse) GetRxPower() float64 {
2363 if m != nil {
2364 return m.RxPower
2365 }
2366 return 0
2367}
2368
2369type GetValueRequest struct {
2370 // Types that are valid to be assigned to Request:
2371 // *GetValueRequest_Distance
2372 // *GetValueRequest_UniInfo
2373 // *GetValueRequest_OltPortInfo
2374 // *GetValueRequest_OnuOpticalInfo
2375 // *GetValueRequest_EthBridgePort
2376 // *GetValueRequest_FecHistory
2377 // *GetValueRequest_OnuPonInfo
2378 // *GetValueRequest_OnuInfo
2379 // *GetValueRequest_RxPower
2380 Request isGetValueRequest_Request `protobuf_oneof:"request"`
2381 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2382 XXX_unrecognized []byte `json:"-"`
2383 XXX_sizecache int32 `json:"-"`
2384}
2385
2386func (m *GetValueRequest) Reset() { *m = GetValueRequest{} }
2387func (m *GetValueRequest) String() string { return proto.CompactTextString(m) }
2388func (*GetValueRequest) ProtoMessage() {}
2389func (*GetValueRequest) Descriptor() ([]byte, []int) {
2390 return fileDescriptor_7ecf6e9799a9202d, []int{19}
2391}
2392
2393func (m *GetValueRequest) XXX_Unmarshal(b []byte) error {
2394 return xxx_messageInfo_GetValueRequest.Unmarshal(m, b)
2395}
2396func (m *GetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2397 return xxx_messageInfo_GetValueRequest.Marshal(b, m, deterministic)
2398}
2399func (m *GetValueRequest) XXX_Merge(src proto.Message) {
2400 xxx_messageInfo_GetValueRequest.Merge(m, src)
2401}
2402func (m *GetValueRequest) XXX_Size() int {
2403 return xxx_messageInfo_GetValueRequest.Size(m)
2404}
2405func (m *GetValueRequest) XXX_DiscardUnknown() {
2406 xxx_messageInfo_GetValueRequest.DiscardUnknown(m)
2407}
2408
2409var xxx_messageInfo_GetValueRequest proto.InternalMessageInfo
2410
2411type isGetValueRequest_Request interface {
2412 isGetValueRequest_Request()
2413}
2414
2415type GetValueRequest_Distance struct {
2416 Distance *GetDistanceRequest `protobuf:"bytes,1,opt,name=distance,proto3,oneof"`
2417}
2418
2419type GetValueRequest_UniInfo struct {
2420 UniInfo *GetOnuUniInfoRequest `protobuf:"bytes,2,opt,name=uniInfo,proto3,oneof"`
2421}
2422
2423type GetValueRequest_OltPortInfo struct {
2424 OltPortInfo *GetOltPortCounters `protobuf:"bytes,3,opt,name=oltPortInfo,proto3,oneof"`
2425}
2426
2427type GetValueRequest_OnuOpticalInfo struct {
2428 OnuOpticalInfo *GetOnuPonOpticalInfo `protobuf:"bytes,4,opt,name=onuOpticalInfo,proto3,oneof"`
2429}
2430
2431type GetValueRequest_EthBridgePort struct {
2432 EthBridgePort *GetOnuEthernetBridgePortHistory `protobuf:"bytes,5,opt,name=ethBridgePort,proto3,oneof"`
2433}
2434
2435type GetValueRequest_FecHistory struct {
2436 FecHistory *GetOnuFecHistory `protobuf:"bytes,6,opt,name=fecHistory,proto3,oneof"`
2437}
2438
2439type GetValueRequest_OnuPonInfo struct {
2440 OnuPonInfo *GetOnuCountersRequest `protobuf:"bytes,7,opt,name=onuPonInfo,proto3,oneof"`
2441}
2442
2443type GetValueRequest_OnuInfo struct {
2444 OnuInfo *GetOmciEthernetFrameExtendedPmRequest `protobuf:"bytes,8,opt,name=onuInfo,proto3,oneof"`
2445}
2446
2447type GetValueRequest_RxPower struct {
2448 RxPower *GetRxPowerRequest `protobuf:"bytes,9,opt,name=rxPower,proto3,oneof"`
2449}
2450
2451func (*GetValueRequest_Distance) isGetValueRequest_Request() {}
2452
2453func (*GetValueRequest_UniInfo) isGetValueRequest_Request() {}
2454
2455func (*GetValueRequest_OltPortInfo) isGetValueRequest_Request() {}
2456
2457func (*GetValueRequest_OnuOpticalInfo) isGetValueRequest_Request() {}
2458
2459func (*GetValueRequest_EthBridgePort) isGetValueRequest_Request() {}
2460
2461func (*GetValueRequest_FecHistory) isGetValueRequest_Request() {}
2462
2463func (*GetValueRequest_OnuPonInfo) isGetValueRequest_Request() {}
2464
2465func (*GetValueRequest_OnuInfo) isGetValueRequest_Request() {}
2466
2467func (*GetValueRequest_RxPower) isGetValueRequest_Request() {}
2468
2469func (m *GetValueRequest) GetRequest() isGetValueRequest_Request {
2470 if m != nil {
2471 return m.Request
2472 }
2473 return nil
2474}
2475
2476func (m *GetValueRequest) GetDistance() *GetDistanceRequest {
2477 if x, ok := m.GetRequest().(*GetValueRequest_Distance); ok {
2478 return x.Distance
2479 }
2480 return nil
2481}
2482
2483func (m *GetValueRequest) GetUniInfo() *GetOnuUniInfoRequest {
2484 if x, ok := m.GetRequest().(*GetValueRequest_UniInfo); ok {
2485 return x.UniInfo
2486 }
2487 return nil
2488}
2489
2490func (m *GetValueRequest) GetOltPortInfo() *GetOltPortCounters {
2491 if x, ok := m.GetRequest().(*GetValueRequest_OltPortInfo); ok {
2492 return x.OltPortInfo
2493 }
2494 return nil
2495}
2496
2497func (m *GetValueRequest) GetOnuOpticalInfo() *GetOnuPonOpticalInfo {
2498 if x, ok := m.GetRequest().(*GetValueRequest_OnuOpticalInfo); ok {
2499 return x.OnuOpticalInfo
2500 }
2501 return nil
2502}
2503
2504func (m *GetValueRequest) GetEthBridgePort() *GetOnuEthernetBridgePortHistory {
2505 if x, ok := m.GetRequest().(*GetValueRequest_EthBridgePort); ok {
2506 return x.EthBridgePort
2507 }
2508 return nil
2509}
2510
2511func (m *GetValueRequest) GetFecHistory() *GetOnuFecHistory {
2512 if x, ok := m.GetRequest().(*GetValueRequest_FecHistory); ok {
2513 return x.FecHistory
2514 }
2515 return nil
2516}
2517
2518func (m *GetValueRequest) GetOnuPonInfo() *GetOnuCountersRequest {
2519 if x, ok := m.GetRequest().(*GetValueRequest_OnuPonInfo); ok {
2520 return x.OnuPonInfo
2521 }
2522 return nil
2523}
2524
2525func (m *GetValueRequest) GetOnuInfo() *GetOmciEthernetFrameExtendedPmRequest {
2526 if x, ok := m.GetRequest().(*GetValueRequest_OnuInfo); ok {
2527 return x.OnuInfo
2528 }
2529 return nil
2530}
2531
2532func (m *GetValueRequest) GetRxPower() *GetRxPowerRequest {
2533 if x, ok := m.GetRequest().(*GetValueRequest_RxPower); ok {
2534 return x.RxPower
2535 }
2536 return nil
2537}
2538
2539// XXX_OneofWrappers is for the internal use of the proto package.
2540func (*GetValueRequest) XXX_OneofWrappers() []interface{} {
2541 return []interface{}{
2542 (*GetValueRequest_Distance)(nil),
2543 (*GetValueRequest_UniInfo)(nil),
2544 (*GetValueRequest_OltPortInfo)(nil),
2545 (*GetValueRequest_OnuOpticalInfo)(nil),
2546 (*GetValueRequest_EthBridgePort)(nil),
2547 (*GetValueRequest_FecHistory)(nil),
2548 (*GetValueRequest_OnuPonInfo)(nil),
2549 (*GetValueRequest_OnuInfo)(nil),
2550 (*GetValueRequest_RxPower)(nil),
2551 }
2552}
2553
2554type GetValueResponse struct {
2555 Status GetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.GetValueResponse_Status" json:"status,omitempty"`
2556 ErrReason GetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.GetValueResponse_ErrorReason" json:"errReason,omitempty"`
2557 // Types that are valid to be assigned to Response:
2558 // *GetValueResponse_Distance
2559 // *GetValueResponse_UniInfo
2560 // *GetValueResponse_PortCoutners
2561 // *GetValueResponse_OnuOpticalInfo
2562 // *GetValueResponse_EthBridgePortInfo
2563 // *GetValueResponse_FecHistory
2564 // *GetValueResponse_OnuPonCounters
2565 // *GetValueResponse_OnuCounters
2566 // *GetValueResponse_RxPower
2567 Response isGetValueResponse_Response `protobuf_oneof:"response"`
2568 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2569 XXX_unrecognized []byte `json:"-"`
2570 XXX_sizecache int32 `json:"-"`
2571}
2572
2573func (m *GetValueResponse) Reset() { *m = GetValueResponse{} }
2574func (m *GetValueResponse) String() string { return proto.CompactTextString(m) }
2575func (*GetValueResponse) ProtoMessage() {}
2576func (*GetValueResponse) Descriptor() ([]byte, []int) {
2577 return fileDescriptor_7ecf6e9799a9202d, []int{20}
2578}
2579
2580func (m *GetValueResponse) XXX_Unmarshal(b []byte) error {
2581 return xxx_messageInfo_GetValueResponse.Unmarshal(m, b)
2582}
2583func (m *GetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2584 return xxx_messageInfo_GetValueResponse.Marshal(b, m, deterministic)
2585}
2586func (m *GetValueResponse) XXX_Merge(src proto.Message) {
2587 xxx_messageInfo_GetValueResponse.Merge(m, src)
2588}
2589func (m *GetValueResponse) XXX_Size() int {
2590 return xxx_messageInfo_GetValueResponse.Size(m)
2591}
2592func (m *GetValueResponse) XXX_DiscardUnknown() {
2593 xxx_messageInfo_GetValueResponse.DiscardUnknown(m)
2594}
2595
2596var xxx_messageInfo_GetValueResponse proto.InternalMessageInfo
2597
2598func (m *GetValueResponse) GetStatus() GetValueResponse_Status {
2599 if m != nil {
2600 return m.Status
2601 }
2602 return GetValueResponse_STATUS_UNDEFINED
2603}
2604
2605func (m *GetValueResponse) GetErrReason() GetValueResponse_ErrorReason {
2606 if m != nil {
2607 return m.ErrReason
2608 }
2609 return GetValueResponse_REASON_UNDEFINED
2610}
2611
2612type isGetValueResponse_Response interface {
2613 isGetValueResponse_Response()
2614}
2615
2616type GetValueResponse_Distance struct {
2617 Distance *GetDistanceResponse `protobuf:"bytes,3,opt,name=distance,proto3,oneof"`
2618}
2619
2620type GetValueResponse_UniInfo struct {
2621 UniInfo *GetOnuUniInfoResponse `protobuf:"bytes,4,opt,name=uniInfo,proto3,oneof"`
2622}
2623
2624type GetValueResponse_PortCoutners struct {
2625 PortCoutners *GetOltPortCountersResponse `protobuf:"bytes,5,opt,name=portCoutners,proto3,oneof"`
2626}
2627
2628type GetValueResponse_OnuOpticalInfo struct {
2629 OnuOpticalInfo *GetOnuPonOpticalInfoResponse `protobuf:"bytes,6,opt,name=onuOpticalInfo,proto3,oneof"`
2630}
2631
2632type GetValueResponse_EthBridgePortInfo struct {
2633 EthBridgePortInfo *GetOnuEthernetBridgePortHistoryResponse `protobuf:"bytes,7,opt,name=ethBridgePortInfo,proto3,oneof"`
2634}
2635
2636type GetValueResponse_FecHistory struct {
2637 FecHistory *GetOnuFecHistoryResponse `protobuf:"bytes,8,opt,name=fecHistory,proto3,oneof"`
2638}
2639
2640type GetValueResponse_OnuPonCounters struct {
2641 OnuPonCounters *GetOnuCountersResponse `protobuf:"bytes,9,opt,name=onuPonCounters,proto3,oneof"`
2642}
2643
2644type GetValueResponse_OnuCounters struct {
2645 OnuCounters *GetOmciEthernetFrameExtendedPmResponse `protobuf:"bytes,10,opt,name=onuCounters,proto3,oneof"`
2646}
2647
2648type GetValueResponse_RxPower struct {
2649 RxPower *GetRxPowerResponse `protobuf:"bytes,11,opt,name=rxPower,proto3,oneof"`
2650}
2651
2652func (*GetValueResponse_Distance) isGetValueResponse_Response() {}
2653
2654func (*GetValueResponse_UniInfo) isGetValueResponse_Response() {}
2655
2656func (*GetValueResponse_PortCoutners) isGetValueResponse_Response() {}
2657
2658func (*GetValueResponse_OnuOpticalInfo) isGetValueResponse_Response() {}
2659
2660func (*GetValueResponse_EthBridgePortInfo) isGetValueResponse_Response() {}
2661
2662func (*GetValueResponse_FecHistory) isGetValueResponse_Response() {}
2663
2664func (*GetValueResponse_OnuPonCounters) isGetValueResponse_Response() {}
2665
2666func (*GetValueResponse_OnuCounters) isGetValueResponse_Response() {}
2667
2668func (*GetValueResponse_RxPower) isGetValueResponse_Response() {}
2669
2670func (m *GetValueResponse) GetResponse() isGetValueResponse_Response {
2671 if m != nil {
2672 return m.Response
2673 }
2674 return nil
2675}
2676
2677func (m *GetValueResponse) GetDistance() *GetDistanceResponse {
2678 if x, ok := m.GetResponse().(*GetValueResponse_Distance); ok {
2679 return x.Distance
2680 }
2681 return nil
2682}
2683
2684func (m *GetValueResponse) GetUniInfo() *GetOnuUniInfoResponse {
2685 if x, ok := m.GetResponse().(*GetValueResponse_UniInfo); ok {
2686 return x.UniInfo
2687 }
2688 return nil
2689}
2690
2691func (m *GetValueResponse) GetPortCoutners() *GetOltPortCountersResponse {
2692 if x, ok := m.GetResponse().(*GetValueResponse_PortCoutners); ok {
2693 return x.PortCoutners
2694 }
2695 return nil
2696}
2697
2698func (m *GetValueResponse) GetOnuOpticalInfo() *GetOnuPonOpticalInfoResponse {
2699 if x, ok := m.GetResponse().(*GetValueResponse_OnuOpticalInfo); ok {
2700 return x.OnuOpticalInfo
2701 }
2702 return nil
2703}
2704
2705func (m *GetValueResponse) GetEthBridgePortInfo() *GetOnuEthernetBridgePortHistoryResponse {
2706 if x, ok := m.GetResponse().(*GetValueResponse_EthBridgePortInfo); ok {
2707 return x.EthBridgePortInfo
2708 }
2709 return nil
2710}
2711
2712func (m *GetValueResponse) GetFecHistory() *GetOnuFecHistoryResponse {
2713 if x, ok := m.GetResponse().(*GetValueResponse_FecHistory); ok {
2714 return x.FecHistory
2715 }
2716 return nil
2717}
2718
2719func (m *GetValueResponse) GetOnuPonCounters() *GetOnuCountersResponse {
2720 if x, ok := m.GetResponse().(*GetValueResponse_OnuPonCounters); ok {
2721 return x.OnuPonCounters
2722 }
2723 return nil
2724}
2725
2726func (m *GetValueResponse) GetOnuCounters() *GetOmciEthernetFrameExtendedPmResponse {
2727 if x, ok := m.GetResponse().(*GetValueResponse_OnuCounters); ok {
2728 return x.OnuCounters
2729 }
2730 return nil
2731}
2732
2733func (m *GetValueResponse) GetRxPower() *GetRxPowerResponse {
2734 if x, ok := m.GetResponse().(*GetValueResponse_RxPower); ok {
2735 return x.RxPower
2736 }
2737 return nil
2738}
2739
2740// XXX_OneofWrappers is for the internal use of the proto package.
2741func (*GetValueResponse) XXX_OneofWrappers() []interface{} {
2742 return []interface{}{
2743 (*GetValueResponse_Distance)(nil),
2744 (*GetValueResponse_UniInfo)(nil),
2745 (*GetValueResponse_PortCoutners)(nil),
2746 (*GetValueResponse_OnuOpticalInfo)(nil),
2747 (*GetValueResponse_EthBridgePortInfo)(nil),
2748 (*GetValueResponse_FecHistory)(nil),
2749 (*GetValueResponse_OnuPonCounters)(nil),
2750 (*GetValueResponse_OnuCounters)(nil),
2751 (*GetValueResponse_RxPower)(nil),
2752 }
2753}
2754
2755type SetValueRequest struct {
2756 // Types that are valid to be assigned to Request:
2757 // *SetValueRequest_AlarmConfig
2758 Request isSetValueRequest_Request `protobuf_oneof:"request"`
2759 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2760 XXX_unrecognized []byte `json:"-"`
2761 XXX_sizecache int32 `json:"-"`
2762}
2763
2764func (m *SetValueRequest) Reset() { *m = SetValueRequest{} }
2765func (m *SetValueRequest) String() string { return proto.CompactTextString(m) }
2766func (*SetValueRequest) ProtoMessage() {}
2767func (*SetValueRequest) Descriptor() ([]byte, []int) {
2768 return fileDescriptor_7ecf6e9799a9202d, []int{21}
2769}
2770
2771func (m *SetValueRequest) XXX_Unmarshal(b []byte) error {
2772 return xxx_messageInfo_SetValueRequest.Unmarshal(m, b)
2773}
2774func (m *SetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2775 return xxx_messageInfo_SetValueRequest.Marshal(b, m, deterministic)
2776}
2777func (m *SetValueRequest) XXX_Merge(src proto.Message) {
2778 xxx_messageInfo_SetValueRequest.Merge(m, src)
2779}
2780func (m *SetValueRequest) XXX_Size() int {
2781 return xxx_messageInfo_SetValueRequest.Size(m)
2782}
2783func (m *SetValueRequest) XXX_DiscardUnknown() {
2784 xxx_messageInfo_SetValueRequest.DiscardUnknown(m)
2785}
2786
2787var xxx_messageInfo_SetValueRequest proto.InternalMessageInfo
2788
2789type isSetValueRequest_Request interface {
2790 isSetValueRequest_Request()
2791}
2792
2793type SetValueRequest_AlarmConfig struct {
2794 AlarmConfig *config.AlarmConfig `protobuf:"bytes,1,opt,name=alarm_config,json=alarmConfig,proto3,oneof"`
2795}
2796
2797func (*SetValueRequest_AlarmConfig) isSetValueRequest_Request() {}
2798
2799func (m *SetValueRequest) GetRequest() isSetValueRequest_Request {
2800 if m != nil {
2801 return m.Request
2802 }
2803 return nil
2804}
2805
2806func (m *SetValueRequest) GetAlarmConfig() *config.AlarmConfig {
2807 if x, ok := m.GetRequest().(*SetValueRequest_AlarmConfig); ok {
2808 return x.AlarmConfig
2809 }
2810 return nil
2811}
2812
2813// XXX_OneofWrappers is for the internal use of the proto package.
2814func (*SetValueRequest) XXX_OneofWrappers() []interface{} {
2815 return []interface{}{
2816 (*SetValueRequest_AlarmConfig)(nil),
2817 }
2818}
2819
2820type SetValueResponse struct {
2821 Status SetValueResponse_Status `protobuf:"varint,1,opt,name=status,proto3,enum=extension.SetValueResponse_Status" json:"status,omitempty"`
2822 ErrReason SetValueResponse_ErrorReason `protobuf:"varint,2,opt,name=errReason,proto3,enum=extension.SetValueResponse_ErrorReason" json:"errReason,omitempty"`
2823 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2824 XXX_unrecognized []byte `json:"-"`
2825 XXX_sizecache int32 `json:"-"`
2826}
2827
2828func (m *SetValueResponse) Reset() { *m = SetValueResponse{} }
2829func (m *SetValueResponse) String() string { return proto.CompactTextString(m) }
2830func (*SetValueResponse) ProtoMessage() {}
2831func (*SetValueResponse) Descriptor() ([]byte, []int) {
2832 return fileDescriptor_7ecf6e9799a9202d, []int{22}
2833}
2834
2835func (m *SetValueResponse) XXX_Unmarshal(b []byte) error {
2836 return xxx_messageInfo_SetValueResponse.Unmarshal(m, b)
2837}
2838func (m *SetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2839 return xxx_messageInfo_SetValueResponse.Marshal(b, m, deterministic)
2840}
2841func (m *SetValueResponse) XXX_Merge(src proto.Message) {
2842 xxx_messageInfo_SetValueResponse.Merge(m, src)
2843}
2844func (m *SetValueResponse) XXX_Size() int {
2845 return xxx_messageInfo_SetValueResponse.Size(m)
2846}
2847func (m *SetValueResponse) XXX_DiscardUnknown() {
2848 xxx_messageInfo_SetValueResponse.DiscardUnknown(m)
2849}
2850
2851var xxx_messageInfo_SetValueResponse proto.InternalMessageInfo
2852
2853func (m *SetValueResponse) GetStatus() SetValueResponse_Status {
2854 if m != nil {
2855 return m.Status
2856 }
2857 return SetValueResponse_STATUS_UNDEFINED
2858}
2859
2860func (m *SetValueResponse) GetErrReason() SetValueResponse_ErrorReason {
2861 if m != nil {
2862 return m.ErrReason
2863 }
2864 return SetValueResponse_REASON_UNDEFINED
2865}
2866
2867type SingleGetValueRequest struct {
2868 TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
2869 Request *GetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
2870 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2871 XXX_unrecognized []byte `json:"-"`
2872 XXX_sizecache int32 `json:"-"`
2873}
2874
2875func (m *SingleGetValueRequest) Reset() { *m = SingleGetValueRequest{} }
2876func (m *SingleGetValueRequest) String() string { return proto.CompactTextString(m) }
2877func (*SingleGetValueRequest) ProtoMessage() {}
2878func (*SingleGetValueRequest) Descriptor() ([]byte, []int) {
2879 return fileDescriptor_7ecf6e9799a9202d, []int{23}
2880}
2881
2882func (m *SingleGetValueRequest) XXX_Unmarshal(b []byte) error {
2883 return xxx_messageInfo_SingleGetValueRequest.Unmarshal(m, b)
2884}
2885func (m *SingleGetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2886 return xxx_messageInfo_SingleGetValueRequest.Marshal(b, m, deterministic)
2887}
2888func (m *SingleGetValueRequest) XXX_Merge(src proto.Message) {
2889 xxx_messageInfo_SingleGetValueRequest.Merge(m, src)
2890}
2891func (m *SingleGetValueRequest) XXX_Size() int {
2892 return xxx_messageInfo_SingleGetValueRequest.Size(m)
2893}
2894func (m *SingleGetValueRequest) XXX_DiscardUnknown() {
2895 xxx_messageInfo_SingleGetValueRequest.DiscardUnknown(m)
2896}
2897
2898var xxx_messageInfo_SingleGetValueRequest proto.InternalMessageInfo
2899
2900func (m *SingleGetValueRequest) GetTargetId() string {
2901 if m != nil {
2902 return m.TargetId
2903 }
2904 return ""
2905}
2906
2907func (m *SingleGetValueRequest) GetRequest() *GetValueRequest {
2908 if m != nil {
2909 return m.Request
2910 }
2911 return nil
2912}
2913
2914type SingleGetValueResponse struct {
2915 Response *GetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
2916 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2917 XXX_unrecognized []byte `json:"-"`
2918 XXX_sizecache int32 `json:"-"`
2919}
2920
2921func (m *SingleGetValueResponse) Reset() { *m = SingleGetValueResponse{} }
2922func (m *SingleGetValueResponse) String() string { return proto.CompactTextString(m) }
2923func (*SingleGetValueResponse) ProtoMessage() {}
2924func (*SingleGetValueResponse) Descriptor() ([]byte, []int) {
2925 return fileDescriptor_7ecf6e9799a9202d, []int{24}
2926}
2927
2928func (m *SingleGetValueResponse) XXX_Unmarshal(b []byte) error {
2929 return xxx_messageInfo_SingleGetValueResponse.Unmarshal(m, b)
2930}
2931func (m *SingleGetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2932 return xxx_messageInfo_SingleGetValueResponse.Marshal(b, m, deterministic)
2933}
2934func (m *SingleGetValueResponse) XXX_Merge(src proto.Message) {
2935 xxx_messageInfo_SingleGetValueResponse.Merge(m, src)
2936}
2937func (m *SingleGetValueResponse) XXX_Size() int {
2938 return xxx_messageInfo_SingleGetValueResponse.Size(m)
2939}
2940func (m *SingleGetValueResponse) XXX_DiscardUnknown() {
2941 xxx_messageInfo_SingleGetValueResponse.DiscardUnknown(m)
2942}
2943
2944var xxx_messageInfo_SingleGetValueResponse proto.InternalMessageInfo
2945
2946func (m *SingleGetValueResponse) GetResponse() *GetValueResponse {
2947 if m != nil {
2948 return m.Response
2949 }
2950 return nil
2951}
2952
2953type SingleSetValueRequest struct {
2954 TargetId string `protobuf:"bytes,1,opt,name=targetId,proto3" json:"targetId,omitempty"`
2955 Request *SetValueRequest `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
2956 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2957 XXX_unrecognized []byte `json:"-"`
2958 XXX_sizecache int32 `json:"-"`
2959}
2960
2961func (m *SingleSetValueRequest) Reset() { *m = SingleSetValueRequest{} }
2962func (m *SingleSetValueRequest) String() string { return proto.CompactTextString(m) }
2963func (*SingleSetValueRequest) ProtoMessage() {}
2964func (*SingleSetValueRequest) Descriptor() ([]byte, []int) {
2965 return fileDescriptor_7ecf6e9799a9202d, []int{25}
2966}
2967
2968func (m *SingleSetValueRequest) XXX_Unmarshal(b []byte) error {
2969 return xxx_messageInfo_SingleSetValueRequest.Unmarshal(m, b)
2970}
2971func (m *SingleSetValueRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
2972 return xxx_messageInfo_SingleSetValueRequest.Marshal(b, m, deterministic)
2973}
2974func (m *SingleSetValueRequest) XXX_Merge(src proto.Message) {
2975 xxx_messageInfo_SingleSetValueRequest.Merge(m, src)
2976}
2977func (m *SingleSetValueRequest) XXX_Size() int {
2978 return xxx_messageInfo_SingleSetValueRequest.Size(m)
2979}
2980func (m *SingleSetValueRequest) XXX_DiscardUnknown() {
2981 xxx_messageInfo_SingleSetValueRequest.DiscardUnknown(m)
2982}
2983
2984var xxx_messageInfo_SingleSetValueRequest proto.InternalMessageInfo
2985
2986func (m *SingleSetValueRequest) GetTargetId() string {
2987 if m != nil {
2988 return m.TargetId
2989 }
2990 return ""
2991}
2992
2993func (m *SingleSetValueRequest) GetRequest() *SetValueRequest {
2994 if m != nil {
2995 return m.Request
2996 }
2997 return nil
2998}
2999
3000type SingleSetValueResponse struct {
3001 Response *SetValueResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
3002 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3003 XXX_unrecognized []byte `json:"-"`
3004 XXX_sizecache int32 `json:"-"`
3005}
3006
3007func (m *SingleSetValueResponse) Reset() { *m = SingleSetValueResponse{} }
3008func (m *SingleSetValueResponse) String() string { return proto.CompactTextString(m) }
3009func (*SingleSetValueResponse) ProtoMessage() {}
3010func (*SingleSetValueResponse) Descriptor() ([]byte, []int) {
3011 return fileDescriptor_7ecf6e9799a9202d, []int{26}
3012}
3013
3014func (m *SingleSetValueResponse) XXX_Unmarshal(b []byte) error {
3015 return xxx_messageInfo_SingleSetValueResponse.Unmarshal(m, b)
3016}
3017func (m *SingleSetValueResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3018 return xxx_messageInfo_SingleSetValueResponse.Marshal(b, m, deterministic)
3019}
3020func (m *SingleSetValueResponse) XXX_Merge(src proto.Message) {
3021 xxx_messageInfo_SingleSetValueResponse.Merge(m, src)
3022}
3023func (m *SingleSetValueResponse) XXX_Size() int {
3024 return xxx_messageInfo_SingleSetValueResponse.Size(m)
3025}
3026func (m *SingleSetValueResponse) XXX_DiscardUnknown() {
3027 xxx_messageInfo_SingleSetValueResponse.DiscardUnknown(m)
3028}
3029
3030var xxx_messageInfo_SingleSetValueResponse proto.InternalMessageInfo
3031
3032func (m *SingleSetValueResponse) GetResponse() *SetValueResponse {
3033 if m != nil {
3034 return m.Response
3035 }
3036 return nil
3037}
3038
3039func init() {
3040 proto.RegisterEnum("extension.GetOnuUniInfoResponse_ConfigurationInd", GetOnuUniInfoResponse_ConfigurationInd_name, GetOnuUniInfoResponse_ConfigurationInd_value)
3041 proto.RegisterEnum("extension.GetOnuUniInfoResponse_AdministrativeState", GetOnuUniInfoResponse_AdministrativeState_name, GetOnuUniInfoResponse_AdministrativeState_value)
3042 proto.RegisterEnum("extension.GetOnuUniInfoResponse_OperationalState", GetOnuUniInfoResponse_OperationalState_name, GetOnuUniInfoResponse_OperationalState_value)
3043 proto.RegisterEnum("extension.GetOltPortCounters_PortType", GetOltPortCounters_PortType_name, GetOltPortCounters_PortType_value)
3044 proto.RegisterEnum("extension.GetOnuEthernetBridgePortHistory_Direction", GetOnuEthernetBridgePortHistory_Direction_name, GetOnuEthernetBridgePortHistory_Direction_value)
Himani Chawlabac0f892021-08-25 17:14:06 +05303045 proto.RegisterEnum("extension.GetOmciEthernetFrameExtendedPmResponse_Format", GetOmciEthernetFrameExtendedPmResponse_Format_name, GetOmciEthernetFrameExtendedPmResponse_Format_value)
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00003046 proto.RegisterEnum("extension.GetValueResponse_Status", GetValueResponse_Status_name, GetValueResponse_Status_value)
3047 proto.RegisterEnum("extension.GetValueResponse_ErrorReason", GetValueResponse_ErrorReason_name, GetValueResponse_ErrorReason_value)
3048 proto.RegisterEnum("extension.SetValueResponse_Status", SetValueResponse_Status_name, SetValueResponse_Status_value)
3049 proto.RegisterEnum("extension.SetValueResponse_ErrorReason", SetValueResponse_ErrorReason_name, SetValueResponse_ErrorReason_value)
3050 proto.RegisterType((*GetDistanceRequest)(nil), "extension.GetDistanceRequest")
3051 proto.RegisterType((*GetDistanceResponse)(nil), "extension.GetDistanceResponse")
3052 proto.RegisterType((*GetOnuUniInfoRequest)(nil), "extension.GetOnuUniInfoRequest")
3053 proto.RegisterType((*GetOnuUniInfoResponse)(nil), "extension.GetOnuUniInfoResponse")
3054 proto.RegisterType((*GetOltPortCounters)(nil), "extension.GetOltPortCounters")
3055 proto.RegisterType((*GetOltPortCountersResponse)(nil), "extension.GetOltPortCountersResponse")
3056 proto.RegisterType((*GetOnuPonOpticalInfo)(nil), "extension.GetOnuPonOpticalInfo")
3057 proto.RegisterType((*GetOnuPonOpticalInfoResponse)(nil), "extension.GetOnuPonOpticalInfoResponse")
3058 proto.RegisterType((*GetOnuEthernetBridgePortHistory)(nil), "extension.GetOnuEthernetBridgePortHistory")
3059 proto.RegisterType((*GetOnuEthernetBridgePortHistoryResponse)(nil), "extension.GetOnuEthernetBridgePortHistoryResponse")
3060 proto.RegisterType((*GetOnuFecHistory)(nil), "extension.GetOnuFecHistory")
3061 proto.RegisterType((*GetOnuFecHistoryResponse)(nil), "extension.GetOnuFecHistoryResponse")
3062 proto.RegisterType((*GetOnuCountersRequest)(nil), "extension.GetOnuCountersRequest")
3063 proto.RegisterType((*GetOmciEthernetFrameExtendedPmRequest)(nil), "extension.GetOmciEthernetFrameExtendedPmRequest")
3064 proto.RegisterType((*GetRxPowerRequest)(nil), "extension.GetRxPowerRequest")
3065 proto.RegisterType((*GetOnuCountersResponse)(nil), "extension.GetOnuCountersResponse")
3066 proto.RegisterType((*OmciEthernetFrameExtendedPm)(nil), "extension.OmciEthernetFrameExtendedPm")
3067 proto.RegisterType((*GetOmciEthernetFrameExtendedPmResponse)(nil), "extension.GetOmciEthernetFrameExtendedPmResponse")
3068 proto.RegisterType((*GetRxPowerResponse)(nil), "extension.GetRxPowerResponse")
3069 proto.RegisterType((*GetValueRequest)(nil), "extension.GetValueRequest")
3070 proto.RegisterType((*GetValueResponse)(nil), "extension.GetValueResponse")
3071 proto.RegisterType((*SetValueRequest)(nil), "extension.SetValueRequest")
3072 proto.RegisterType((*SetValueResponse)(nil), "extension.SetValueResponse")
3073 proto.RegisterType((*SingleGetValueRequest)(nil), "extension.SingleGetValueRequest")
3074 proto.RegisterType((*SingleGetValueResponse)(nil), "extension.SingleGetValueResponse")
3075 proto.RegisterType((*SingleSetValueRequest)(nil), "extension.SingleSetValueRequest")
3076 proto.RegisterType((*SingleSetValueResponse)(nil), "extension.SingleSetValueResponse")
3077}
3078
3079func init() { proto.RegisterFile("voltha_protos/extensions.proto", fileDescriptor_7ecf6e9799a9202d) }
3080
3081var fileDescriptor_7ecf6e9799a9202d = []byte{
Himani Chawla806aa892021-08-30 15:51:46 +05303082 // 3081 bytes of a gzipped FileDescriptorProto
3083 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x5a, 0x4b, 0x73, 0x1b, 0xc7,
3084 0x11, 0x26, 0x20, 0x72, 0x09, 0x34, 0x08, 0x12, 0x1c, 0xbe, 0x20, 0x52, 0xcf, 0x75, 0x59, 0x52,
3085 0x5c, 0x36, 0x24, 0xc0, 0xa4, 0xcc, 0xc8, 0x4e, 0x95, 0xb9, 0xc4, 0x92, 0x40, 0x89, 0x02, 0xe0,
3086 0x01, 0x20, 0xd9, 0xb9, 0x6c, 0x2d, 0xb1, 0x43, 0x6a, 0xcb, 0xc0, 0x0e, 0xb2, 0xbb, 0x90, 0xa1,
3087 0x5c, 0x93, 0x5b, 0x92, 0x53, 0x2e, 0xf9, 0x0d, 0xa9, 0x4a, 0xe5, 0x90, 0x43, 0xee, 0x39, 0xe7,
3088 0x4f, 0xa4, 0x2a, 0xbf, 0x20, 0x95, 0x73, 0x2a, 0x35, 0x8f, 0x7d, 0x02, 0xa4, 0x24, 0x27, 0x37,
3089 0x4e, 0xf7, 0xf7, 0x7d, 0x3b, 0x3b, 0xd3, 0xdd, 0xd3, 0x3b, 0x20, 0xdc, 0x79, 0x43, 0x87, 0xfe,
3090 0x6b, 0xd3, 0x18, 0xbb, 0xd4, 0xa7, 0xde, 0x63, 0x32, 0xf5, 0x89, 0xe3, 0xd9, 0xd4, 0xf1, 0x2a,
3091 0xdc, 0x82, 0xf2, 0xa1, 0x65, 0x77, 0x16, 0x6a, 0x0c, 0xa8, 0x73, 0x61, 0x5f, 0x0a, 0xe8, 0xee,
3092 0xde, 0x25, 0xa5, 0x97, 0x43, 0xf2, 0x98, 0x8f, 0xce, 0x27, 0x17, 0x8f, 0xc9, 0x68, 0xec, 0xbf,
3093 0x15, 0x4e, 0xf5, 0x29, 0xa0, 0x53, 0xe2, 0xd7, 0x6d, 0xcf, 0x37, 0x9d, 0x01, 0xc1, 0xe4, 0x17,
3094 0x13, 0xe2, 0xf9, 0xe8, 0x1e, 0x14, 0xa8, 0x33, 0xa9, 0x93, 0x37, 0xf6, 0x80, 0x34, 0xad, 0x72,
3095 0xe6, 0x5e, 0xe6, 0x51, 0x1e, 0xc7, 0x4d, 0x6a, 0x15, 0x36, 0x12, 0x3c, 0x6f, 0x4c, 0x1d, 0x8f,
3096 0xa0, 0x5d, 0xc8, 0x59, 0xd2, 0xc6, 0x59, 0x45, 0x1c, 0x8e, 0xd5, 0x1a, 0x6c, 0x9e, 0x12, 0xbf,
3097 0xed, 0x4c, 0xfa, 0x8e, 0xdd, 0x74, 0x2e, 0x68, 0xf0, 0xb0, 0x5d, 0xc8, 0x4d, 0x98, 0xc5, 0x22,
3098 0xd3, 0x80, 0x13, 0x8c, 0xd5, 0x7f, 0x2c, 0xc2, 0x56, 0x8a, 0x24, 0x9f, 0xd4, 0x81, 0x9c, 0x69,
3099 0x8d, 0xba, 0xbe, 0xe9, 0x8b, 0x27, 0xad, 0xd6, 0xf6, 0x2b, 0xe1, 0x9a, 0x54, 0xe6, 0x72, 0x2a,
3100 0x47, 0xd6, 0xc8, 0x76, 0x6c, 0xcf, 0x77, 0x4d, 0xdf, 0x7e, 0x43, 0x38, 0x17, 0x87, 0x2a, 0xa8,
3101 0x0d, 0x79, 0x3a, 0x26, 0xae, 0x90, 0xcc, 0x72, 0xc9, 0xea, 0x3b, 0x25, 0xdb, 0x63, 0xc2, 0xd4,
3102 0xa8, 0x63, 0x0e, 0x85, 0x5e, 0xa4, 0xc1, 0x04, 0xc5, 0x46, 0x34, 0x1d, 0xab, 0x7c, 0xe3, 0x3d,
3103 0x05, 0x8f, 0x39, 0x63, 0x22, 0x44, 0x9b, 0x8e, 0x85, 0x23, 0x0d, 0xf5, 0x6f, 0x19, 0x28, 0xa5,
3104 0xfd, 0x08, 0x40, 0xe9, 0xb7, 0x9e, 0xb7, 0x5f, 0xb5, 0x4a, 0x0b, 0x08, 0xc1, 0x6a, 0x4f, 0x6f,
3105 0x19, 0xda, 0x51, 0x57, 0x37, 0x7a, 0xc6, 0x49, 0xfd, 0xdb, 0x52, 0x06, 0x6d, 0x03, 0x6a, 0xf4,
3106 0x5b, 0x75, 0xac, 0xd7, 0xe3, 0xf6, 0x2c, 0x2a, 0xc3, 0xe6, 0x69, 0xf3, 0xf4, 0x48, 0x6b, 0xf6,
3107 0x0c, 0xbd, 0xd7, 0xd0, 0x71, 0x4b, 0x17, 0x9e, 0x1b, 0x8c, 0xc1, 0x54, 0x4e, 0x93, 0xf6, 0xc5,
3108 0x94, 0x7a, 0xa3, 0xfe, 0x6d, 0x69, 0x69, 0x8e, 0x3a, 0xb3, 0x2b, 0x73, 0xd5, 0x99, 0x67, 0x59,
3109 0x3d, 0x85, 0x8d, 0x39, 0xfb, 0xc0, 0x84, 0x8e, 0xea, 0x2f, 0xba, 0xbd, 0xa3, 0x9e, 0x6e, 0xf4,
3110 0x5b, 0x75, 0xfd, 0xa4, 0xd9, 0xd2, 0xeb, 0xa5, 0x05, 0xf6, 0x7a, 0x67, 0xed, 0xe3, 0xe7, 0x7a,
3111 0xbd, 0x94, 0x41, 0x2b, 0x90, 0xeb, 0xb7, 0xe4, 0x28, 0xab, 0x9e, 0x40, 0x29, 0xbd, 0xfa, 0x68,
3112 0x07, 0x36, 0xda, 0x1d, 0x1d, 0xcf, 0xca, 0x14, 0x60, 0x59, 0x6f, 0x1d, 0x69, 0x67, 0x81, 0x4e,
3113 0xbd, 0xd9, 0x15, 0xa3, 0xac, 0xfa, 0xd7, 0x0c, 0xcf, 0x81, 0xf6, 0xd0, 0xef, 0x50, 0xd7, 0x3f,
3114 0xa6, 0x13, 0xc7, 0x27, 0xae, 0x87, 0xb6, 0x41, 0x19, 0x53, 0xd7, 0x6f, 0x51, 0x19, 0x94, 0x72,
3115 0x84, 0x34, 0xc8, 0xb1, 0xbf, 0x7a, 0x6f, 0xc7, 0x41, 0x94, 0x3c, 0x48, 0x6d, 0x6a, 0x52, 0xa8,
3116 0xd2, 0x91, 0x68, 0x1c, 0xf2, 0x54, 0x1d, 0x72, 0x81, 0x15, 0x95, 0x60, 0x85, 0xfd, 0x6d, 0xf4,
3117 0x5b, 0xcf, 0x5b, 0x62, 0x17, 0xb7, 0x60, 0x9d, 0x5b, 0xc2, 0x85, 0x6b, 0xb5, 0x9a, 0xa5, 0x4c,
3118 0x08, 0xec, 0xb4, 0x5b, 0x46, 0xfb, 0xac, 0x57, 0xca, 0xaa, 0x7f, 0xbf, 0x01, 0xbb, 0xb3, 0x0f,
3119 0x0c, 0x53, 0xa4, 0x0c, 0xcb, 0xfe, 0x54, 0x7b, 0xeb, 0x13, 0x8f, 0xbf, 0xc2, 0x22, 0x0e, 0x86,
3120 0xcc, 0xe3, 0x4a, 0x4f, 0x56, 0x78, 0xe4, 0x10, 0xdd, 0x82, 0xbc, 0x3f, 0xed, 0x98, 0x83, 0xef,
3121 0x89, 0xef, 0xf1, 0x98, 0x5d, 0xc4, 0x91, 0x81, 0x79, 0xdd, 0xd0, 0xbb, 0x28, 0xbc, 0xa1, 0x01,
3122 0x3d, 0x80, 0x55, 0x7f, 0xaa, 0xbb, 0x2e, 0x75, 0x03, 0xc8, 0x12, 0x87, 0xa4, 0xac, 0x0c, 0xe7,
3123 0x26, 0x71, 0x8a, 0xc0, 0xb9, 0x33, 0x38, 0x7f, 0xaa, 0x0d, 0x4c, 0xcf, 0x0f, 0x70, 0xcb, 0x81,
3124 0x5e, 0xdc, 0x2a, 0xf4, 0x12, 0xb8, 0x5c, 0xa0, 0x97, 0xc6, 0xf9, 0xd3, 0x7e, 0x1c, 0x97, 0x0f,
3125 0xf4, 0xfa, 0x33, 0x7a, 0x09, 0x1c, 0x04, 0x7a, 0xfd, 0x19, 0xbd, 0x17, 0x71, 0x5c, 0x21, 0xd0,
3126 0x7b, 0x31, 0xa3, 0x97, 0xc0, 0xad, 0x04, 0x7a, 0x71, 0xab, 0x5a, 0x0f, 0x0a, 0x64, 0x87, 0x3a,
3127 0xed, 0xb1, 0x6f, 0x0f, 0xcc, 0x21, 0x2b, 0x0d, 0xe8, 0x53, 0x58, 0xe2, 0x25, 0x9b, 0xef, 0x62,
3128 0xa1, 0xb6, 0x5d, 0x11, 0x05, 0xbd, 0x12, 0x14, 0xf4, 0x8a, 0xce, 0xbc, 0x58, 0x80, 0xd4, 0x5f,
3129 0x67, 0xe1, 0xd6, 0x3c, 0x99, 0x30, 0x2c, 0x3e, 0x81, 0xd2, 0x98, 0xfe, 0x40, 0xdc, 0x13, 0x42,
3130 0xac, 0x97, 0x74, 0xe8, 0x9b, 0x97, 0xa2, 0x82, 0x66, 0xf1, 0x8c, 0x1d, 0xd5, 0x60, 0xd3, 0x25,
3131 0x03, 0x62, 0xbf, 0x21, 0x96, 0x94, 0xea, 0x30, 0x08, 0x8f, 0x9a, 0x2c, 0x9e, 0xeb, 0x43, 0x4f,
3132 0x61, 0x7b, 0x44, 0xcc, 0xe0, 0xd1, 0x67, 0xe6, 0xc4, 0x19, 0xbc, 0x16, 0xac, 0x1b, 0x9c, 0x75,
3133 0x85, 0x97, 0xcd, 0x6b, 0x68, 0x7a, 0xc4, 0xd5, 0x6c, 0xd3, 0x3b, 0x9e, 0xb8, 0x2e, 0x71, 0x7c,
3134 0x1e, 0x63, 0x59, 0x3c, 0x63, 0x67, 0x07, 0x94, 0x4f, 0x46, 0x3c, 0xfb, 0x27, 0x2e, 0xe1, 0x71,
3135 0x96, 0xc5, 0x71, 0x93, 0xfa, 0xe7, 0x0c, 0xdc, 0x15, 0xcb, 0xa0, 0xfb, 0xaf, 0x89, 0xeb, 0x10,
3136 0x5f, 0x73, 0x6d, 0xeb, 0x92, 0xb0, 0x4c, 0x69, 0xd8, 0x9e, 0x4f, 0xdd, 0xb7, 0x08, 0x43, 0xde,
3137 0xb2, 0x5d, 0x32, 0x60, 0x15, 0xe4, 0xca, 0x43, 0xe4, 0x4a, 0x7a, 0xa5, 0x1e, 0x70, 0x71, 0x24,
3138 0xa3, 0x1e, 0x42, 0x3e, 0xb4, 0xa3, 0x22, 0xe4, 0xe3, 0x45, 0x88, 0xd5, 0xaf, 0x4e, 0xb7, 0x87,
3139 0xf5, 0xa3, 0x17, 0xa5, 0x0c, 0x5a, 0x05, 0xa8, 0xb7, 0x5f, 0xb5, 0xe4, 0x38, 0xab, 0xfe, 0x7e,
3140 0x09, 0x1e, 0xbe, 0xe3, 0x91, 0xe1, 0x1e, 0xde, 0x01, 0xb0, 0x5c, 0x3a, 0xd6, 0xdf, 0x10, 0xc7,
3141 0xf7, 0x64, 0x81, 0x8a, 0x59, 0x58, 0xf1, 0xa2, 0x03, 0x9f, 0x85, 0x5a, 0x56, 0x14, 0x2f, 0x31,
3142 0x62, 0x89, 0x3f, 0x8e, 0x25, 0x77, 0x11, 0x07, 0x43, 0xb6, 0xfa, 0xe7, 0x2e, 0x35, 0xad, 0x78,
3143 0x98, 0x2e, 0x72, 0xc8, 0x8c, 0x9d, 0x61, 0x47, 0x93, 0x21, 0xdb, 0xc0, 0x08, 0xbb, 0x24, 0xb0,
3144 0x69, 0x3b, 0xfa, 0x14, 0xd6, 0x07, 0xee, 0x80, 0xe7, 0x35, 0xb1, 0xe2, 0xf9, 0x5e, 0xc4, 0xb3,
3145 0x0e, 0xa6, 0x3c, 0x71, 0x2c, 0xe2, 0x7a, 0xf6, 0x2f, 0x49, 0x3c, 0xe9, 0x8b, 0x78, 0xc6, 0x8e,
3146 0x1e, 0xc1, 0x1a, 0x7d, 0x93, 0x84, 0xe6, 0x38, 0x34, 0x6d, 0x66, 0x48, 0xf9, 0x9a, 0x4f, 0xf7,
3147 0xe5, 0xb2, 0xe4, 0x05, 0x32, 0x65, 0x66, 0xf1, 0x1e, 0x98, 0x0e, 0x7a, 0xb4, 0x5a, 0xfb, 0x42,
3148 0xc2, 0x81, 0xc3, 0xe7, 0xfa, 0xd0, 0x3e, 0x6c, 0x49, 0x7b, 0xb5, 0x76, 0xd8, 0xa3, 0xb5, 0x83,
3149 0x83, 0xb6, 0x20, 0x15, 0x38, 0x69, 0xbe, 0x33, 0xc6, 0xaa, 0x1d, 0x3c, 0xed, 0xd1, 0x83, 0x6a,
3150 0x55, 0x3e, 0x6a, 0x25, 0xc1, 0x4a, 0x3a, 0x59, 0x6e, 0x49, 0xc7, 0x41, 0xb5, 0xd6, 0xa3, 0xd5,
3151 0x27, 0xb5, 0xcf, 0x25, 0xad, 0xc8, 0x69, 0x57, 0x78, 0xd1, 0x21, 0xec, 0x04, 0xd3, 0x78, 0x52,
3152 0xdb, 0xef, 0xd1, 0xea, 0x41, 0xf5, 0x50, 0x12, 0x57, 0x39, 0xf1, 0x2a, 0xb7, 0xfa, 0x35, 0x94,
3153 0x44, 0x50, 0x9e, 0x90, 0x41, 0x90, 0x37, 0x1f, 0x56, 0x90, 0xfe, 0x95, 0x81, 0x72, 0x5a, 0x22,
3154 0x0c, 0xe4, 0x07, 0xb0, 0x3a, 0xa0, 0x2e, 0xcb, 0x17, 0x62, 0x45, 0x47, 0x55, 0x11, 0xa7, 0xac,
3155 0xa8, 0x02, 0x28, 0xb4, 0x1c, 0x53, 0x8b, 0xbc, 0xa2, 0xae, 0x15, 0x04, 0xf7, 0x1c, 0x0f, 0x4b,
3156 0x90, 0x0b, 0x32, 0xe8, 0x92, 0x01, 0x75, 0xac, 0x20, 0xd6, 0x63, 0x16, 0x5e, 0xbb, 0xa9, 0x6f,
3157 0x0e, 0x23, 0x2d, 0x11, 0xec, 0x29, 0x2b, 0x5b, 0xf0, 0x89, 0x23, 0xf5, 0xcd, 0xf3, 0x21, 0x89,
3158 0xf0, 0x22, 0xe0, 0xaf, 0xf0, 0xaa, 0xa7, 0x41, 0xdf, 0x1a, 0x9d, 0xca, 0xa2, 0xdb, 0xdd, 0x81,
3159 0x65, 0xdb, 0xf1, 0x2f, 0x0c, 0x5b, 0xb4, 0xd5, 0xcb, 0x58, 0x61, 0xc3, 0xa6, 0x85, 0xb6, 0x40,
3160 0xa1, 0xce, 0x84, 0xd9, 0xb3, 0xdc, 0xbe, 0x44, 0x9d, 0x49, 0xd3, 0x52, 0x7f, 0x97, 0x81, 0x8f,
3161 0x99, 0xd2, 0x68, 0x60, 0x07, 0x65, 0xe1, 0xc4, 0x35, 0x47, 0x44, 0x67, 0x65, 0xca, 0x22, 0x56,
3162 0x67, 0xf4, 0xde, 0x4d, 0x3b, 0xba, 0x15, 0xeb, 0xb4, 0xf9, 0xd2, 0x35, 0x16, 0xa2, 0x5e, 0x1b,
3163 0x6d, 0xc2, 0x92, 0x4b, 0x3c, 0xe2, 0xf3, 0xd5, 0xca, 0x61, 0x31, 0xd0, 0x56, 0x61, 0xc5, 0xf6,
3164 0x8c, 0x89, 0x63, 0x1b, 0x36, 0xef, 0xc8, 0x8f, 0x61, 0xfd, 0x94, 0xf8, 0x78, 0xca, 0x6b, 0xf6,
3165 0x8f, 0x7d, 0xa9, 0x7f, 0xae, 0xc0, 0x76, 0x7a, 0x79, 0x64, 0x40, 0xdc, 0x4c, 0x49, 0x35, 0x16,
3166 0x42, 0xb1, 0x9d, 0xa4, 0x58, 0x23, 0x23, 0xe5, 0xd0, 0x43, 0x58, 0x1d, 0x53, 0xcf, 0x66, 0xcd,
3167 0xa4, 0x61, 0xb9, 0xf6, 0x85, 0x78, 0x05, 0xa5, 0x91, 0xc5, 0xc5, 0xc0, 0x5e, 0x67, 0x66, 0x06,
3168 0x74, 0xc8, 0xa5, 0x19, 0x03, 0x2e, 0x72, 0xe0, 0x0d, 0x5c, 0x0c, 0xec, 0x02, 0xf8, 0x0c, 0xca,
3169 0x16, 0x19, 0xda, 0x23, 0xdb, 0x27, 0xae, 0x31, 0xb2, 0x3d, 0xcf, 0xb0, 0x88, 0x2f, 0x0f, 0x8a,
3170 0x25, 0x4e, 0x59, 0xc4, 0xdb, 0x21, 0xe2, 0x85, 0xed, 0x79, 0xf5, 0xc0, 0x8f, 0xee, 0x02, 0x9c,
3171 0xdb, 0x63, 0x83, 0xb0, 0xca, 0x26, 0x4a, 0x9d, 0xd2, 0x58, 0xc2, 0xf9, 0x73, 0x7b, 0xcc, 0x8b,
3172 0x9d, 0x87, 0x6e, 0x03, 0x1b, 0xb0, 0x35, 0x95, 0xd5, 0x4d, 0x69, 0x28, 0x38, 0x77, 0x6e, 0x8f,
3173 0xfb, 0xcc, 0xc2, 0x2a, 0xc3, 0x05, 0x19, 0x18, 0x61, 0x50, 0x1b, 0xde, 0xdb, 0xd1, 0x39, 0x1d,
3174 0x8a, 0xea, 0xa6, 0x34, 0x96, 0xf1, 0xc6, 0x05, 0x19, 0x1c, 0x07, 0xde, 0xae, 0x70, 0xb2, 0x0c,
3175 0x17, 0x2c, 0x8b, 0xfc, 0xc0, 0x22, 0x30, 0xe2, 0xf3, 0x5a, 0xa7, 0x34, 0x72, 0x78, 0x8b, 0xf3,
3176 0xa4, 0x3f, 0x14, 0x40, 0x5f, 0xc3, 0x5e, 0x92, 0x99, 0x08, 0x69, 0x5e, 0xfa, 0x94, 0x46, 0x1e,
3177 0xdf, 0x8c, 0xb3, 0xfb, 0x71, 0x08, 0xfa, 0x18, 0x8a, 0x09, 0x05, 0x5e, 0xf9, 0x94, 0x06, 0xe0,
3178 0x95, 0x38, 0x07, 0x3d, 0x81, 0x8d, 0xe4, 0x8b, 0x89, 0x15, 0x58, 0xe1, 0xe0, 0x02, 0x5e, 0x8f,
3179 0xbf, 0x96, 0x58, 0x8a, 0x47, 0xb0, 0x36, 0xbd, 0x24, 0x23, 0xe3, 0x7b, 0xf2, 0x36, 0x58, 0xcf,
3180 0x22, 0x47, 0xaf, 0xe0, 0x22, 0x73, 0x3c, 0x27, 0x6f, 0xa3, 0x35, 0xe5, 0xc8, 0x21, 0xf5, 0x44,
3181 0x49, 0x53, 0x1a, 0x45, 0x9c, 0x63, 0xa6, 0x33, 0xea, 0x71, 0x21, 0x77, 0x6a, 0x8c, 0x87, 0xd4,
3182 0x1c, 0x79, 0x42, 0xa9, 0xbc, 0xc6, 0x41, 0xab, 0xb8, 0xe8, 0x4e, 0x3b, 0xdc, 0xce, 0x95, 0xd0,
3183 0x67, 0x80, 0x22, 0xa4, 0x43, 0x1d, 0xc3, 0xb6, 0x86, 0xa4, 0x5c, 0xe2, 0xe0, 0x35, 0xbc, 0x16,
3184 0x80, 0x5b, 0xd4, 0x69, 0x5a, 0x43, 0x1e, 0xae, 0xee, 0xd4, 0xa0, 0xa3, 0x81, 0x5d, 0x5e, 0xe7,
3185 0x98, 0x12, 0x56, 0xdc, 0x29, 0xcb, 0x56, 0xe6, 0xf2, 0xa5, 0x0b, 0x71, 0xd7, 0x3a, 0x56, 0x7c,
3186 0xe1, 0x7a, 0x06, 0x37, 0x25, 0xcb, 0x90, 0x75, 0xd7, 0x18, 0xb8, 0x03, 0x39, 0xb1, 0x0d, 0x0e,
3187 0x46, 0x78, 0x4b, 0xe8, 0xc8, 0x43, 0xec, 0x58, 0x9e, 0x95, 0x68, 0x0f, 0x72, 0xee, 0xd4, 0x38,
3188 0xe7, 0xb5, 0x72, 0x93, 0x43, 0x37, 0xa2, 0xf6, 0xfd, 0x2e, 0x00, 0x9b, 0xbd, 0x3c, 0x0e, 0xb7,
3189 0xb8, 0x7b, 0x33, 0xde, 0xa3, 0xef, 0x41, 0xce, 0x0f, 0xd8, 0xdb, 0xdc, 0xbd, 0x15, 0x7d, 0x16,
3190 0xdc, 0x05, 0xf0, 0x23, 0xf6, 0x0e, 0x77, 0x6f, 0xc7, 0xfb, 0xff, 0x8f, 0x60, 0xe5, 0x9c, 0xb8,
3191 0x86, 0x4b, 0xd8, 0x97, 0x0c, 0xb1, 0xca, 0x65, 0x0e, 0xd9, 0xc1, 0x85, 0x73, 0x56, 0x0b, 0x84,
3192 0x11, 0xdd, 0x87, 0xc2, 0x70, 0x60, 0x5d, 0x06, 0x1b, 0x76, 0x93, 0x63, 0xca, 0x18, 0x98, 0x51,
3193 0xee, 0x16, 0x9b, 0xa6, 0x65, 0x07, 0x88, 0x5d, 0x8e, 0xb8, 0x89, 0xf3, 0xae, 0x65, 0x4b, 0xc0,
3194 0x1d, 0xc8, 0xfb, 0xf6, 0x88, 0x78, 0xbe, 0x39, 0x1a, 0x97, 0xf7, 0x78, 0xb6, 0xef, 0xe2, 0xc8,
3195 0xa4, 0xad, 0x00, 0xd8, 0x9e, 0x21, 0x0b, 0x85, 0x56, 0x80, 0xbc, 0xed, 0x19, 0xa2, 0x36, 0x68,
3196 0x1b, 0xb0, 0x6e, 0x7b, 0x46, 0xb2, 0x1e, 0x48, 0x63, 0x32, 0xf7, 0xb5, 0xdb, 0xb0, 0x67, 0xb3,
3197 0xc4, 0x9e, 0x9f, 0xe7, 0xda, 0x1a, 0x14, 0x6d, 0xcf, 0x88, 0x52, 0x59, 0x96, 0xc2, 0x30, 0x75,
3198 0xb5, 0x5d, 0x28, 0xdb, 0x9e, 0x31, 0x37, 0x57, 0xb5, 0x5b, 0xb0, 0x1b, 0xfa, 0x66, 0x32, 0x52,
3199 0xbb, 0x07, 0x77, 0x66, 0xbc, 0x89, 0xac, 0xd3, 0x10, 0x94, 0xd2, 0x08, 0xad, 0x0c, 0xdb, 0x33,
3200 0xcf, 0x13, 0x33, 0xd9, 0x04, 0x64, 0x7b, 0x46, 0x2a, 0x55, 0xe4, 0x7c, 0xc3, 0xb4, 0x90, 0xa8,
3201 0x54, 0x1e, 0x68, 0x3b, 0xb0, 0x95, 0xb0, 0x06, 0x31, 0x2f, 0xd7, 0x58, 0xc6, 0xa9, 0x1c, 0xc9,
3202 0x80, 0xd6, 0xee, 0xc0, 0xad, 0xc8, 0x37, 0x1b, 0xc3, 0x5a, 0x11, 0x0a, 0xc2, 0xcf, 0x23, 0x4d,
3203 0x2e, 0x65, 0x14, 0x99, 0xd2, 0xef, 0x27, 0xfd, 0x51, 0xec, 0x69, 0xeb, 0xb0, 0xc6, 0x96, 0x3a,
3204 0x16, 0x6b, 0x5a, 0x09, 0x56, 0x6d, 0xcf, 0x88, 0x45, 0x56, 0xa0, 0x1a, 0x06, 0x92, 0x7c, 0xe1,
3205 0x30, 0x4a, 0xd4, 0xdf, 0x2e, 0xc1, 0xde, 0x35, 0x07, 0x27, 0xba, 0x0b, 0x05, 0xd6, 0x33, 0x1b,
3206 0x24, 0x6a, 0xa3, 0x95, 0x6b, 0xda, 0x68, 0x25, 0x6c, 0xa3, 0xb7, 0x41, 0xb9, 0x60, 0x5a, 0xa2,
3207 0xb3, 0x50, 0xb0, 0x1c, 0xa1, 0x9f, 0xc4, 0x9a, 0x68, 0x43, 0x22, 0xf8, 0x09, 0x83, 0xd7, 0x42,
3208 0xfb, 0x49, 0x08, 0x0d, 0x7b, 0xe5, 0x00, 0xba, 0x24, 0xa0, 0xa1, 0x5d, 0x42, 0x3f, 0x05, 0x14,
3209 0xae, 0x2c, 0xb1, 0x02, 0x30, 0x3f, 0x58, 0x70, 0x29, 0xea, 0xa1, 0x23, 0xe1, 0xb0, 0x55, 0x0e,
3210 0xb0, 0xcb, 0x42, 0x38, 0xb4, 0x4b, 0xe8, 0xc3, 0xa8, 0x83, 0x0e, 0x90, 0xfc, 0x8c, 0xc1, 0xab,
3211 0x81, 0x59, 0x02, 0x1f, 0x41, 0x49, 0xf8, 0x8d, 0xa7, 0xfb, 0x46, 0xac, 0x83, 0x56, 0xf0, 0xaa,
3212 0xb0, 0x3f, 0xdd, 0x0f, 0xdb, 0xda, 0x9d, 0x00, 0x79, 0x60, 0xf8, 0xd4, 0xa8, 0xd6, 0xbe, 0x30,
3213 0x62, 0x3d, 0xb4, 0x82, 0x37, 0x24, 0x41, 0xb4, 0xd0, 0xed, 0xa0, 0xad, 0x2d, 0x4b, 0x56, 0xb5,
3214 0x76, 0xc8, 0x68, 0xb5, 0x83, 0x83, 0x80, 0xc6, 0xcf, 0x12, 0xbc, 0x29, 0xfc, 0xa9, 0x26, 0x3a,
3215 0xe2, 0xd5, 0x0e, 0x9e, 0x32, 0xde, 0x41, 0xb5, 0x6a, 0xc4, 0xfa, 0xe8, 0x90, 0x17, 0xb4, 0xd1,
3216 0xed, 0xa0, 0x1d, 0xbe, 0x29, 0x79, 0x07, 0xd5, 0x1a, 0x9f, 0xe6, 0x93, 0xda, 0xe7, 0x46, 0xac,
3217 0x93, 0x56, 0xf0, 0x96, 0x00, 0x84, 0x8d, 0xb4, 0x64, 0x3e, 0x83, 0xdd, 0x60, 0xa6, 0x4f, 0x6a,
3218 0xfb, 0x9c, 0x7a, 0x50, 0x3d, 0x34, 0x62, 0xbd, 0xb4, 0x82, 0xb7, 0xe5, 0x5c, 0xc3, 0x56, 0x5a,
3219 0x70, 0xd5, 0x7f, 0x67, 0xe1, 0xc1, 0xbb, 0x5a, 0x39, 0xd9, 0x05, 0x69, 0x90, 0x9b, 0x8c, 0x3d,
3220 0xdf, 0x25, 0xe6, 0x48, 0x36, 0xd9, 0xf1, 0x4b, 0xa6, 0xeb, 0x14, 0x42, 0x1e, 0x3a, 0x01, 0xb0,
3221 0xe8, 0x0f, 0x8e, 0x54, 0xc9, 0x7e, 0x90, 0x4a, 0x8c, 0x89, 0x7e, 0x93, 0x81, 0x07, 0x3c, 0xcd,
3222 0x89, 0x04, 0x8b, 0x58, 0x31, 0x88, 0x84, 0x1b, 0xe3, 0x91, 0x71, 0x41, 0xdd, 0x91, 0xe9, 0xcb,
3223 0x4b, 0xce, 0xc3, 0xd4, 0x37, 0xf4, 0xbb, 0xdf, 0xb7, 0x72, 0xc2, 0xf9, 0xf8, 0x3e, 0xbd, 0x1a,
3224 0x2b, 0x20, 0xea, 0x13, 0x50, 0xc4, 0x5f, 0xfc, 0x3a, 0xb2, 0xd1, 0xc4, 0xbd, 0xef, 0x8c, 0xde,
3225 0xab, 0xb6, 0xa1, 0x35, 0x7b, 0xe2, 0x02, 0xb4, 0xdb, 0xfc, 0xb6, 0xf7, 0x9d, 0x71, 0xd2, 0xee,
3226 0x63, 0x6e, 0xcb, 0xa8, 0x7f, 0x10, 0xf7, 0x7b, 0x61, 0xcb, 0x2a, 0x97, 0xf8, 0x03, 0x7b, 0x56,
3227 0x96, 0xf3, 0x9e, 0x6f, 0xfa, 0x13, 0x91, 0xf3, 0x79, 0x2c, 0x47, 0xac, 0x88, 0x5c, 0x98, 0xf6,
3228 0xd0, 0x70, 0x89, 0xe9, 0x51, 0x87, 0xa7, 0x7b, 0x1e, 0x03, 0x33, 0x61, 0x6e, 0x41, 0x37, 0xf9,
3229 0x81, 0xcd, 0xaf, 0x56, 0x78, 0x86, 0x67, 0xd8, 0x71, 0xcd, 0xe7, 0xa2, 0xfe, 0x6a, 0x09, 0xd6,
3230 0x4e, 0x89, 0xff, 0xd2, 0x1c, 0x4e, 0xc2, 0xbb, 0xf7, 0x2f, 0x53, 0x57, 0xe8, 0x85, 0xda, 0xed,
3231 0xe4, 0x7a, 0xa6, 0x2e, 0xeb, 0x59, 0x0f, 0x1f, 0x10, 0xd0, 0x97, 0xb0, 0x3c, 0x11, 0x17, 0xca,
3232 0x72, 0xc3, 0xef, 0x5e, 0x7d, 0xe1, 0x1c, 0xb0, 0x03, 0x06, 0x3a, 0x82, 0x02, 0x15, 0x57, 0x89,
3233 0x5c, 0xe0, 0xc6, 0xbc, 0x87, 0xa7, 0xee, 0x1a, 0x1b, 0x0b, 0x38, 0xce, 0x41, 0x4d, 0x58, 0xa5,
3234 0xce, 0x24, 0x76, 0xeb, 0xc4, 0xd7, 0x63, 0xde, 0x34, 0x92, 0x97, 0x53, 0x8d, 0x05, 0x9c, 0x22,
3235 0x22, 0x0c, 0x45, 0xe2, 0xbf, 0x8e, 0xae, 0x40, 0xf8, 0xda, 0x15, 0x6a, 0x9f, 0xbc, 0xff, 0x05,
3236 0x4d, 0x63, 0x01, 0x27, 0x25, 0xd0, 0xcf, 0xf8, 0x57, 0xa1, 0x74, 0xf3, 0x0a, 0x5a, 0xa8, 0xed,
3237 0xcd, 0x08, 0x46, 0x9f, 0xa9, 0x8d, 0x05, 0x1c, 0x23, 0x20, 0x0d, 0x80, 0xf2, 0x99, 0xf3, 0x37,
3238 0x5b, 0xe6, 0xf4, 0x7b, 0x33, 0xf4, 0xd4, 0x17, 0x1f, 0xd3, 0x88, 0x58, 0xe8, 0x0c, 0x96, 0x59,
3239 0x3c, 0x31, 0x81, 0x1c, 0x17, 0x78, 0xf2, 0x01, 0xd9, 0x12, 0x6e, 0x99, 0x94, 0x40, 0x87, 0x10,
3240 0xc4, 0x12, 0xaf, 0xc7, 0x85, 0xda, 0xad, 0xa4, 0x5a, 0xf2, 0x3b, 0x8d, 0x31, 0x25, 0x5c, 0xcb,
3241 0xc3, 0xb2, 0x2b, 0xac, 0xea, 0x1f, 0x73, 0xfc, 0x1b, 0x5f, 0x46, 0xa1, 0x4c, 0x8f, 0x67, 0x61,
3242 0xb8, 0x8b, 0x8b, 0x31, 0x35, 0x29, 0x9c, 0x00, 0x57, 0xba, 0x1c, 0x19, 0xa6, 0x84, 0x0e, 0x79,
3243 0xe2, 0xba, 0x22, 0xfc, 0xe5, 0x1d, 0xf9, 0xc3, 0xeb, 0xe8, 0xfc, 0x00, 0x13, 0x70, 0x1c, 0x31,
3244 0xd1, 0x57, 0xb1, 0x4c, 0x10, 0xc1, 0x78, 0xe7, 0xaa, 0x4c, 0x10, 0x42, 0x89, 0x54, 0xf8, 0x2a,
3245 0x4a, 0x85, 0xc5, 0x2b, 0x76, 0x2a, 0xf5, 0xdb, 0x4b, 0x3c, 0x17, 0x9e, 0xc3, 0xca, 0x58, 0xc4,
3246 0xb9, 0xef, 0x10, 0xd7, 0x93, 0xc1, 0xf7, 0xf1, 0xb5, 0xc9, 0x10, 0xd3, 0x49, 0x90, 0xd1, 0x37,
3247 0x33, 0x59, 0x21, 0x42, 0xef, 0xe1, 0x3b, 0xb2, 0x22, 0x26, 0x98, 0xce, 0x8e, 0x73, 0x58, 0x4f,
3248 0x84, 0x76, 0x2c, 0x22, 0x6b, 0xef, 0x9f, 0x21, 0xb1, 0x07, 0xcc, 0xca, 0x21, 0x3d, 0x91, 0x2d,
3249 0x22, 0x5a, 0x3f, 0xba, 0x26, 0x5b, 0x62, 0x6a, 0xf1, 0xac, 0x79, 0xce, 0xdf, 0xbe, 0x43, 0x9d,
3250 0x60, 0x9d, 0x64, 0xa8, 0xde, 0xbf, 0x26, 0x73, 0x12, 0xef, 0x1d, 0xa3, 0xa2, 0x3e, 0xbf, 0xe4,
3251 0x08, 0x95, 0x80, 0x2b, 0x55, 0x3f, 0xf8, 0xc0, 0xe1, 0x75, 0x2b, 0xd2, 0x41, 0x3f, 0x8d, 0xf2,
3252 0xa8, 0x30, 0xaf, 0xec, 0xa5, 0x0e, 0x8f, 0x58, 0x22, 0xa9, 0x55, 0x50, 0x44, 0xf8, 0xa3, 0x4d,
3253 0x28, 0x75, 0x7b, 0x47, 0xbd, 0x7e, 0x37, 0xf1, 0xcb, 0x93, 0x02, 0xd9, 0xf6, 0xf3, 0x52, 0x06,
3254 0xe5, 0x61, 0x49, 0xc7, 0xb8, 0x8d, 0x4b, 0x59, 0xf5, 0x4f, 0x19, 0x28, 0xc4, 0x62, 0x9e, 0x11,
3255 0xb1, 0x7e, 0xd4, 0x6d, 0xb7, 0x12, 0xc4, 0x35, 0x28, 0xf4, 0x5b, 0xdd, 0x7e, 0xa7, 0xd3, 0xc6,
3256 0x3d, 0xfe, 0xb3, 0xd5, 0x16, 0xac, 0x37, 0x5b, 0x2f, 0x8f, 0xce, 0x9a, 0x75, 0xa3, 0xae, 0xbf,
3257 0x6c, 0x1e, 0xeb, 0x46, 0xb3, 0x5e, 0xca, 0xc6, 0xcd, 0x0c, 0x6a, 0xf4, 0xbe, 0xeb, 0xe8, 0xa5,
3258 0x1b, 0xa8, 0x00, 0xcb, 0xbd, 0xe6, 0x0b, 0xbd, 0xdd, 0xef, 0x95, 0x16, 0xd9, 0x13, 0x02, 0x0c,
3259 0xd6, 0xbf, 0x11, 0x90, 0x25, 0x76, 0x5a, 0x36, 0x5b, 0x3d, 0x1d, 0xb7, 0x8e, 0xce, 0x0c, 0x31,
3260 0x37, 0x45, 0xd8, 0xe2, 0x0f, 0x29, 0x2d, 0x6b, 0x00, 0x39, 0x57, 0xbe, 0xb9, 0xfa, 0x12, 0xd6,
3261 0xba, 0xa9, 0x13, 0xeb, 0x10, 0x56, 0xcc, 0xa1, 0xe9, 0x8e, 0xe4, 0xcf, 0xce, 0xf2, 0xd4, 0xda,
3262 0xa8, 0xc8, 0x5f, 0xa1, 0x8f, 0x98, 0x4f, 0xfc, 0x6c, 0xc9, 0x96, 0xdd, 0x8c, 0x86, 0xf1, 0x22,
3263 0xf4, 0x9f, 0x0c, 0x94, 0xba, 0x1f, 0x52, 0x84, 0xba, 0xff, 0x5b, 0x11, 0xea, 0xbe, 0x5f, 0x11,
3264 0xfa, 0x31, 0xdb, 0xbb, 0xff, 0x63, 0x76, 0x57, 0xb5, 0x61, 0xab, 0x6b, 0x3b, 0x97, 0x43, 0x92,
3265 0x6e, 0x08, 0x76, 0x21, 0xe7, 0x9b, 0xee, 0x25, 0xf1, 0xc3, 0x4b, 0xbd, 0x70, 0x8c, 0xf6, 0xc3,
3266 0x05, 0x94, 0xe7, 0xfd, 0xee, 0xdc, 0x3a, 0xcb, 0x11, 0x38, 0x5c, 0xeb, 0x6f, 0x60, 0x3b, 0xfd,
3267 0x28, 0xb9, 0xe0, 0x5f, 0x44, 0x3b, 0x2d, 0xb7, 0x71, 0xef, 0x9a, 0xc2, 0x8d, 0xa3, 0xb0, 0x08,
3268 0x67, 0xdf, 0xfd, 0x7f, 0xcd, 0xbe, 0xfb, 0xce, 0xd9, 0x77, 0x3f, 0x6c, 0xf6, 0xdd, 0x2b, 0x67,
3269 0x5f, 0xfb, 0x4b, 0x06, 0xf2, 0x7a, 0x00, 0x44, 0x18, 0x0a, 0xa7, 0xc4, 0xd7, 0xa7, 0x02, 0x8e,
3270 0xe2, 0xe7, 0xc6, 0xdc, 0x1d, 0xda, 0xbd, 0x7f, 0x0d, 0x42, 0x4e, 0x0d, 0x43, 0xa1, 0x7b, 0xad,
3271 0x66, 0xf7, 0x9d, 0x9a, 0xe9, 0xf9, 0x6b, 0x18, 0x6e, 0x53, 0xf7, 0xb2, 0x42, 0xc7, 0xc4, 0x19,
3272 0x50, 0xd7, 0xaa, 0x88, 0xff, 0x03, 0x89, 0x78, 0x3f, 0xaf, 0x5e, 0xda, 0xfe, 0xeb, 0xc9, 0x79,
3273 0x65, 0x40, 0x47, 0x8f, 0x03, 0xd4, 0x63, 0x81, 0xfa, 0x4c, 0xfe, 0xb7, 0xc8, 0x9b, 0x83, 0xc7,
3274 0x97, 0x34, 0xfa, 0xf7, 0x92, 0xce, 0xc2, 0xb9, 0xc2, 0x3d, 0x9f, 0xff, 0x37, 0x00, 0x00, 0xff,
3275 0xff, 0x3b, 0x54, 0x5a, 0x6b, 0x82, 0x22, 0x00, 0x00,
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00003276}
3277
3278// Reference imports to suppress errors if they are not otherwise used.
3279var _ context.Context
3280var _ grpc.ClientConn
3281
3282// This is a compile-time assertion to ensure that this generated file
3283// is compatible with the grpc package it is being compiled against.
3284const _ = grpc.SupportPackageIsVersion4
3285
3286// ExtensionClient is the client API for Extension service.
3287//
3288// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
3289type ExtensionClient interface {
3290 // Get a single attribute
3291 GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error)
3292 // Set a single attribute
3293 SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error)
3294}
3295
3296type extensionClient struct {
3297 cc *grpc.ClientConn
3298}
3299
3300func NewExtensionClient(cc *grpc.ClientConn) ExtensionClient {
3301 return &extensionClient{cc}
3302}
3303
3304func (c *extensionClient) GetExtValue(ctx context.Context, in *SingleGetValueRequest, opts ...grpc.CallOption) (*SingleGetValueResponse, error) {
3305 out := new(SingleGetValueResponse)
3306 err := c.cc.Invoke(ctx, "/extension.Extension/GetExtValue", in, out, opts...)
3307 if err != nil {
3308 return nil, err
3309 }
3310 return out, nil
3311}
3312
3313func (c *extensionClient) SetExtValue(ctx context.Context, in *SingleSetValueRequest, opts ...grpc.CallOption) (*SingleSetValueResponse, error) {
3314 out := new(SingleSetValueResponse)
3315 err := c.cc.Invoke(ctx, "/extension.Extension/SetExtValue", in, out, opts...)
3316 if err != nil {
3317 return nil, err
3318 }
3319 return out, nil
3320}
3321
3322// ExtensionServer is the server API for Extension service.
3323type ExtensionServer interface {
3324 // Get a single attribute
3325 GetExtValue(context.Context, *SingleGetValueRequest) (*SingleGetValueResponse, error)
3326 // Set a single attribute
3327 SetExtValue(context.Context, *SingleSetValueRequest) (*SingleSetValueResponse, error)
3328}
3329
3330// UnimplementedExtensionServer can be embedded to have forward compatible implementations.
3331type UnimplementedExtensionServer struct {
3332}
3333
3334func (*UnimplementedExtensionServer) GetExtValue(ctx context.Context, req *SingleGetValueRequest) (*SingleGetValueResponse, error) {
3335 return nil, status.Errorf(codes.Unimplemented, "method GetExtValue not implemented")
3336}
3337func (*UnimplementedExtensionServer) SetExtValue(ctx context.Context, req *SingleSetValueRequest) (*SingleSetValueResponse, error) {
3338 return nil, status.Errorf(codes.Unimplemented, "method SetExtValue not implemented")
3339}
3340
3341func RegisterExtensionServer(s *grpc.Server, srv ExtensionServer) {
3342 s.RegisterService(&_Extension_serviceDesc, srv)
3343}
3344
3345func _Extension_GetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
3346 in := new(SingleGetValueRequest)
3347 if err := dec(in); err != nil {
3348 return nil, err
3349 }
3350 if interceptor == nil {
3351 return srv.(ExtensionServer).GetExtValue(ctx, in)
3352 }
3353 info := &grpc.UnaryServerInfo{
3354 Server: srv,
3355 FullMethod: "/extension.Extension/GetExtValue",
3356 }
3357 handler := func(ctx context.Context, req interface{}) (interface{}, error) {
3358 return srv.(ExtensionServer).GetExtValue(ctx, req.(*SingleGetValueRequest))
3359 }
3360 return interceptor(ctx, in, info, handler)
3361}
3362
3363func _Extension_SetExtValue_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
3364 in := new(SingleSetValueRequest)
3365 if err := dec(in); err != nil {
3366 return nil, err
3367 }
3368 if interceptor == nil {
3369 return srv.(ExtensionServer).SetExtValue(ctx, in)
3370 }
3371 info := &grpc.UnaryServerInfo{
3372 Server: srv,
3373 FullMethod: "/extension.Extension/SetExtValue",
3374 }
3375 handler := func(ctx context.Context, req interface{}) (interface{}, error) {
3376 return srv.(ExtensionServer).SetExtValue(ctx, req.(*SingleSetValueRequest))
3377 }
3378 return interceptor(ctx, in, info, handler)
3379}
3380
3381var _Extension_serviceDesc = grpc.ServiceDesc{
3382 ServiceName: "extension.Extension",
3383 HandlerType: (*ExtensionServer)(nil),
3384 Methods: []grpc.MethodDesc{
3385 {
3386 MethodName: "GetExtValue",
3387 Handler: _Extension_GetExtValue_Handler,
3388 },
3389 {
3390 MethodName: "SetExtValue",
3391 Handler: _Extension_SetExtValue_Handler,
3392 },
3393 },
3394 Streams: []grpc.StreamDesc{},
3395 Metadata: "voltha_protos/extensions.proto",
3396}