| // |
| // Copyright 2018 - present the original author or authors. |
| // |
| // Licensed under the Apache License, Version 2.0 (the "License"); |
| // you may not use this file except in compliance with the License. |
| // You may obtain a copy of the License at |
| // |
| // http://www.apache.org/licenses/LICENSE-2.0 |
| // |
| // Unless required by applicable law or agreed to in writing, software |
| // distributed under the License is distributed on an "AS IS" BASIS, |
| // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| // See the License for the specific language governing permissions and |
| // limitations under the License. |
| // |
| |
| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // versions: |
| // protoc-gen-go v1.36.11 |
| // protoc v4.25.8 |
| // source: voltha_protos/omci_mib_db.proto |
| |
| package omci |
| |
| import ( |
| protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
| protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
| reflect "reflect" |
| sync "sync" |
| unsafe "unsafe" |
| ) |
| |
| const ( |
| // Verify that this generated code is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) |
| // Verify that runtime/protoimpl is sufficiently up-to-date. |
| _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) |
| ) |
| |
| type OpenOmciEventType_Types int32 |
| |
| const ( |
| OpenOmciEventType_state_change OpenOmciEventType_Types = 0 // A state machine has transitioned to a new state |
| ) |
| |
| // Enum value maps for OpenOmciEventType_Types. |
| var ( |
| OpenOmciEventType_Types_name = map[int32]string{ |
| 0: "state_change", |
| } |
| OpenOmciEventType_Types_value = map[string]int32{ |
| "state_change": 0, |
| } |
| ) |
| |
| func (x OpenOmciEventType_Types) Enum() *OpenOmciEventType_Types { |
| p := new(OpenOmciEventType_Types) |
| *p = x |
| return p |
| } |
| |
| func (x OpenOmciEventType_Types) String() string { |
| return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) |
| } |
| |
| func (OpenOmciEventType_Types) Descriptor() protoreflect.EnumDescriptor { |
| return file_voltha_protos_omci_mib_db_proto_enumTypes[0].Descriptor() |
| } |
| |
| func (OpenOmciEventType_Types) Type() protoreflect.EnumType { |
| return &file_voltha_protos_omci_mib_db_proto_enumTypes[0] |
| } |
| |
| func (x OpenOmciEventType_Types) Number() protoreflect.EnumNumber { |
| return protoreflect.EnumNumber(x) |
| } |
| |
| // Deprecated: Use OpenOmciEventType_Types.Descriptor instead. |
| func (OpenOmciEventType_Types) EnumDescriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{6, 0} |
| } |
| |
| type MibAttributeData struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` |
| Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *MibAttributeData) Reset() { |
| *x = MibAttributeData{} |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[0] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *MibAttributeData) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*MibAttributeData) ProtoMessage() {} |
| |
| func (x *MibAttributeData) ProtoReflect() protoreflect.Message { |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[0] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use MibAttributeData.ProtoReflect.Descriptor instead. |
| func (*MibAttributeData) Descriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{0} |
| } |
| |
| func (x *MibAttributeData) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| func (x *MibAttributeData) GetValue() string { |
| if x != nil { |
| return x.Value |
| } |
| return "" |
| } |
| |
| type MibInstanceData struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| InstanceId uint32 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` |
| Created string `protobuf:"bytes,2,opt,name=created,proto3" json:"created,omitempty"` |
| Modified string `protobuf:"bytes,3,opt,name=modified,proto3" json:"modified,omitempty"` |
| Attributes []*MibAttributeData `protobuf:"bytes,4,rep,name=attributes,proto3" json:"attributes,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *MibInstanceData) Reset() { |
| *x = MibInstanceData{} |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[1] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *MibInstanceData) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*MibInstanceData) ProtoMessage() {} |
| |
| func (x *MibInstanceData) ProtoReflect() protoreflect.Message { |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[1] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use MibInstanceData.ProtoReflect.Descriptor instead. |
| func (*MibInstanceData) Descriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{1} |
| } |
| |
| func (x *MibInstanceData) GetInstanceId() uint32 { |
| if x != nil { |
| return x.InstanceId |
| } |
| return 0 |
| } |
| |
| func (x *MibInstanceData) GetCreated() string { |
| if x != nil { |
| return x.Created |
| } |
| return "" |
| } |
| |
| func (x *MibInstanceData) GetModified() string { |
| if x != nil { |
| return x.Modified |
| } |
| return "" |
| } |
| |
| func (x *MibInstanceData) GetAttributes() []*MibAttributeData { |
| if x != nil { |
| return x.Attributes |
| } |
| return nil |
| } |
| |
| type MibClassData struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| ClassId uint32 `protobuf:"varint,1,opt,name=class_id,json=classId,proto3" json:"class_id,omitempty"` |
| Instances []*MibInstanceData `protobuf:"bytes,2,rep,name=instances,proto3" json:"instances,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *MibClassData) Reset() { |
| *x = MibClassData{} |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[2] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *MibClassData) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*MibClassData) ProtoMessage() {} |
| |
| func (x *MibClassData) ProtoReflect() protoreflect.Message { |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[2] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use MibClassData.ProtoReflect.Descriptor instead. |
| func (*MibClassData) Descriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{2} |
| } |
| |
| func (x *MibClassData) GetClassId() uint32 { |
| if x != nil { |
| return x.ClassId |
| } |
| return 0 |
| } |
| |
| func (x *MibClassData) GetInstances() []*MibInstanceData { |
| if x != nil { |
| return x.Instances |
| } |
| return nil |
| } |
| |
| type ManagedEntity struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| ClassId uint32 `protobuf:"varint,1,opt,name=class_id,json=classId,proto3" json:"class_id,omitempty"` |
| Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *ManagedEntity) Reset() { |
| *x = ManagedEntity{} |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[3] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *ManagedEntity) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*ManagedEntity) ProtoMessage() {} |
| |
| func (x *ManagedEntity) ProtoReflect() protoreflect.Message { |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[3] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use ManagedEntity.ProtoReflect.Descriptor instead. |
| func (*ManagedEntity) Descriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{3} |
| } |
| |
| func (x *ManagedEntity) GetClassId() uint32 { |
| if x != nil { |
| return x.ClassId |
| } |
| return 0 |
| } |
| |
| func (x *ManagedEntity) GetName() string { |
| if x != nil { |
| return x.Name |
| } |
| return "" |
| } |
| |
| type MessageType struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| MessageType uint32 `protobuf:"varint,1,opt,name=message_type,json=messageType,proto3" json:"message_type,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *MessageType) Reset() { |
| *x = MessageType{} |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[4] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *MessageType) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*MessageType) ProtoMessage() {} |
| |
| func (x *MessageType) ProtoReflect() protoreflect.Message { |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[4] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use MessageType.ProtoReflect.Descriptor instead. |
| func (*MessageType) Descriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{4} |
| } |
| |
| func (x *MessageType) GetMessageType() uint32 { |
| if x != nil { |
| return x.MessageType |
| } |
| return 0 |
| } |
| |
| type MibDeviceData struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| DeviceId string `protobuf:"bytes,1,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` |
| Created string `protobuf:"bytes,2,opt,name=created,proto3" json:"created,omitempty"` |
| LastSyncTime string `protobuf:"bytes,3,opt,name=last_sync_time,json=lastSyncTime,proto3" json:"last_sync_time,omitempty"` |
| MibDataSync uint32 `protobuf:"varint,4,opt,name=mib_data_sync,json=mibDataSync,proto3" json:"mib_data_sync,omitempty"` |
| Version uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"` |
| Classes []*MibClassData `protobuf:"bytes,6,rep,name=classes,proto3" json:"classes,omitempty"` |
| ManagedEntities []*ManagedEntity `protobuf:"bytes,7,rep,name=managed_entities,json=managedEntities,proto3" json:"managed_entities,omitempty"` |
| MessageTypes []*MessageType `protobuf:"bytes,8,rep,name=message_types,json=messageTypes,proto3" json:"message_types,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *MibDeviceData) Reset() { |
| *x = MibDeviceData{} |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[5] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *MibDeviceData) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*MibDeviceData) ProtoMessage() {} |
| |
| func (x *MibDeviceData) ProtoReflect() protoreflect.Message { |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[5] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use MibDeviceData.ProtoReflect.Descriptor instead. |
| func (*MibDeviceData) Descriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{5} |
| } |
| |
| func (x *MibDeviceData) GetDeviceId() string { |
| if x != nil { |
| return x.DeviceId |
| } |
| return "" |
| } |
| |
| func (x *MibDeviceData) GetCreated() string { |
| if x != nil { |
| return x.Created |
| } |
| return "" |
| } |
| |
| func (x *MibDeviceData) GetLastSyncTime() string { |
| if x != nil { |
| return x.LastSyncTime |
| } |
| return "" |
| } |
| |
| func (x *MibDeviceData) GetMibDataSync() uint32 { |
| if x != nil { |
| return x.MibDataSync |
| } |
| return 0 |
| } |
| |
| func (x *MibDeviceData) GetVersion() uint32 { |
| if x != nil { |
| return x.Version |
| } |
| return 0 |
| } |
| |
| func (x *MibDeviceData) GetClasses() []*MibClassData { |
| if x != nil { |
| return x.Classes |
| } |
| return nil |
| } |
| |
| func (x *MibDeviceData) GetManagedEntities() []*ManagedEntity { |
| if x != nil { |
| return x.ManagedEntities |
| } |
| return nil |
| } |
| |
| func (x *MibDeviceData) GetMessageTypes() []*MessageType { |
| if x != nil { |
| return x.MessageTypes |
| } |
| return nil |
| } |
| |
| type OpenOmciEventType struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *OpenOmciEventType) Reset() { |
| *x = OpenOmciEventType{} |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[6] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *OpenOmciEventType) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*OpenOmciEventType) ProtoMessage() {} |
| |
| func (x *OpenOmciEventType) ProtoReflect() protoreflect.Message { |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[6] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use OpenOmciEventType.ProtoReflect.Descriptor instead. |
| func (*OpenOmciEventType) Descriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{6} |
| } |
| |
| type OpenOmciEvent struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| Type OpenOmciEventType_Types `protobuf:"varint,1,opt,name=type,proto3,enum=omci.OpenOmciEventType_Types" json:"type,omitempty"` |
| Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // associated data, in json format |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *OpenOmciEvent) Reset() { |
| *x = OpenOmciEvent{} |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[7] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *OpenOmciEvent) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*OpenOmciEvent) ProtoMessage() {} |
| |
| func (x *OpenOmciEvent) ProtoReflect() protoreflect.Message { |
| mi := &file_voltha_protos_omci_mib_db_proto_msgTypes[7] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use OpenOmciEvent.ProtoReflect.Descriptor instead. |
| func (*OpenOmciEvent) Descriptor() ([]byte, []int) { |
| return file_voltha_protos_omci_mib_db_proto_rawDescGZIP(), []int{7} |
| } |
| |
| func (x *OpenOmciEvent) GetType() OpenOmciEventType_Types { |
| if x != nil { |
| return x.Type |
| } |
| return OpenOmciEventType_state_change |
| } |
| |
| func (x *OpenOmciEvent) GetData() string { |
| if x != nil { |
| return x.Data |
| } |
| return "" |
| } |
| |
| var File_voltha_protos_omci_mib_db_proto protoreflect.FileDescriptor |
| |
| const file_voltha_protos_omci_mib_db_proto_rawDesc = "" + |
| "\n" + |
| "\x1fvoltha_protos/omci_mib_db.proto\x12\x04omci\"<\n" + |
| "\x10MibAttributeData\x12\x12\n" + |
| "\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n" + |
| "\x05value\x18\x02 \x01(\tR\x05value\"\xa0\x01\n" + |
| "\x0fMibInstanceData\x12\x1f\n" + |
| "\vinstance_id\x18\x01 \x01(\rR\n" + |
| "instanceId\x12\x18\n" + |
| "\acreated\x18\x02 \x01(\tR\acreated\x12\x1a\n" + |
| "\bmodified\x18\x03 \x01(\tR\bmodified\x126\n" + |
| "\n" + |
| "attributes\x18\x04 \x03(\v2\x16.omci.MibAttributeDataR\n" + |
| "attributes\"^\n" + |
| "\fMibClassData\x12\x19\n" + |
| "\bclass_id\x18\x01 \x01(\rR\aclassId\x123\n" + |
| "\tinstances\x18\x02 \x03(\v2\x15.omci.MibInstanceDataR\tinstances\">\n" + |
| "\rManagedEntity\x12\x19\n" + |
| "\bclass_id\x18\x01 \x01(\rR\aclassId\x12\x12\n" + |
| "\x04name\x18\x02 \x01(\tR\x04name\"0\n" + |
| "\vMessageType\x12!\n" + |
| "\fmessage_type\x18\x01 \x01(\rR\vmessageType\"\xd0\x02\n" + |
| "\rMibDeviceData\x12\x1b\n" + |
| "\tdevice_id\x18\x01 \x01(\tR\bdeviceId\x12\x18\n" + |
| "\acreated\x18\x02 \x01(\tR\acreated\x12$\n" + |
| "\x0elast_sync_time\x18\x03 \x01(\tR\flastSyncTime\x12\"\n" + |
| "\rmib_data_sync\x18\x04 \x01(\rR\vmibDataSync\x12\x18\n" + |
| "\aversion\x18\x05 \x01(\rR\aversion\x12,\n" + |
| "\aclasses\x18\x06 \x03(\v2\x12.omci.MibClassDataR\aclasses\x12>\n" + |
| "\x10managed_entities\x18\a \x03(\v2\x13.omci.ManagedEntityR\x0fmanagedEntities\x126\n" + |
| "\rmessage_types\x18\b \x03(\v2\x11.omci.MessageTypeR\fmessageTypes\".\n" + |
| "\x11OpenOmciEventType\"\x19\n" + |
| "\x05Types\x12\x10\n" + |
| "\fstate_change\x10\x00\"V\n" + |
| "\rOpenOmciEvent\x121\n" + |
| "\x04type\x18\x01 \x01(\x0e2\x1d.omci.OpenOmciEventType.TypesR\x04type\x12\x12\n" + |
| "\x04data\x18\x02 \x01(\tR\x04dataBH\n" + |
| "\x18org.opencord.voltha.omciZ,github.com/opencord/voltha-protos/v5/go/omcib\x06proto3" |
| |
| var ( |
| file_voltha_protos_omci_mib_db_proto_rawDescOnce sync.Once |
| file_voltha_protos_omci_mib_db_proto_rawDescData []byte |
| ) |
| |
| func file_voltha_protos_omci_mib_db_proto_rawDescGZIP() []byte { |
| file_voltha_protos_omci_mib_db_proto_rawDescOnce.Do(func() { |
| file_voltha_protos_omci_mib_db_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_voltha_protos_omci_mib_db_proto_rawDesc), len(file_voltha_protos_omci_mib_db_proto_rawDesc))) |
| }) |
| return file_voltha_protos_omci_mib_db_proto_rawDescData |
| } |
| |
| var file_voltha_protos_omci_mib_db_proto_enumTypes = make([]protoimpl.EnumInfo, 1) |
| var file_voltha_protos_omci_mib_db_proto_msgTypes = make([]protoimpl.MessageInfo, 8) |
| var file_voltha_protos_omci_mib_db_proto_goTypes = []any{ |
| (OpenOmciEventType_Types)(0), // 0: omci.OpenOmciEventType.Types |
| (*MibAttributeData)(nil), // 1: omci.MibAttributeData |
| (*MibInstanceData)(nil), // 2: omci.MibInstanceData |
| (*MibClassData)(nil), // 3: omci.MibClassData |
| (*ManagedEntity)(nil), // 4: omci.ManagedEntity |
| (*MessageType)(nil), // 5: omci.MessageType |
| (*MibDeviceData)(nil), // 6: omci.MibDeviceData |
| (*OpenOmciEventType)(nil), // 7: omci.OpenOmciEventType |
| (*OpenOmciEvent)(nil), // 8: omci.OpenOmciEvent |
| } |
| var file_voltha_protos_omci_mib_db_proto_depIdxs = []int32{ |
| 1, // 0: omci.MibInstanceData.attributes:type_name -> omci.MibAttributeData |
| 2, // 1: omci.MibClassData.instances:type_name -> omci.MibInstanceData |
| 3, // 2: omci.MibDeviceData.classes:type_name -> omci.MibClassData |
| 4, // 3: omci.MibDeviceData.managed_entities:type_name -> omci.ManagedEntity |
| 5, // 4: omci.MibDeviceData.message_types:type_name -> omci.MessageType |
| 0, // 5: omci.OpenOmciEvent.type:type_name -> omci.OpenOmciEventType.Types |
| 6, // [6:6] is the sub-list for method output_type |
| 6, // [6:6] is the sub-list for method input_type |
| 6, // [6:6] is the sub-list for extension type_name |
| 6, // [6:6] is the sub-list for extension extendee |
| 0, // [0:6] is the sub-list for field type_name |
| } |
| |
| func init() { file_voltha_protos_omci_mib_db_proto_init() } |
| func file_voltha_protos_omci_mib_db_proto_init() { |
| if File_voltha_protos_omci_mib_db_proto != nil { |
| return |
| } |
| type x struct{} |
| out := protoimpl.TypeBuilder{ |
| File: protoimpl.DescBuilder{ |
| GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
| RawDescriptor: unsafe.Slice(unsafe.StringData(file_voltha_protos_omci_mib_db_proto_rawDesc), len(file_voltha_protos_omci_mib_db_proto_rawDesc)), |
| NumEnums: 1, |
| NumMessages: 8, |
| NumExtensions: 0, |
| NumServices: 0, |
| }, |
| GoTypes: file_voltha_protos_omci_mib_db_proto_goTypes, |
| DependencyIndexes: file_voltha_protos_omci_mib_db_proto_depIdxs, |
| EnumInfos: file_voltha_protos_omci_mib_db_proto_enumTypes, |
| MessageInfos: file_voltha_protos_omci_mib_db_proto_msgTypes, |
| }.Build() |
| File_voltha_protos_omci_mib_db_proto = out.File |
| file_voltha_protos_omci_mib_db_proto_goTypes = nil |
| file_voltha_protos_omci_mib_db_proto_depIdxs = nil |
| } |