Adding new comments for Oran in all files with licenses
[ric-plt/nodeb-rnib.git] / entities / nb_identity.pb.go
1 //
2 // Copyright 2019 AT&T Intellectual Property
3 // Copyright 2019 Nokia
4 //
5 // Licensed under the Apache License, Version 2.0 (the "License");
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //      http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16
17 //  This source code is part of the near-RT RIC (RAN Intelligent Controller)
18 //  platform project (RICP).
19
20 // Code generated by protoc-gen-go. DO NOT EDIT.
21 // source: nb_identity.proto
22
23 package entities
24
25 import (
26         fmt "fmt"
27         proto "github.com/golang/protobuf/proto"
28         math "math"
29 )
30
31 // Reference imports to suppress errors if they are not otherwise used.
32 var _ = proto.Marshal
33 var _ = fmt.Errorf
34 var _ = math.Inf
35
36 // This is a compile-time assertion to ensure that this generated file
37 // is compatible with the proto package it is being compiled against.
38 // A compilation error at this line likely means your copy of the
39 // proto package needs to be updated.
40 const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
41
42 type NbIdentity struct {
43         InventoryName        string      `protobuf:"bytes,1,opt,name=inventory_name,json=inventoryName,proto3" json:"inventory_name,omitempty"`
44         GlobalNbId           *GlobalNbId `protobuf:"bytes,2,opt,name=global_nb_id,json=globalNbId,proto3" json:"global_nb_id,omitempty"`
45         XXX_NoUnkeyedLiteral struct{}    `json:"-"`
46         XXX_unrecognized     []byte      `json:"-"`
47         XXX_sizecache        int32       `json:"-"`
48 }
49
50 func (m *NbIdentity) Reset()         { *m = NbIdentity{} }
51 func (m *NbIdentity) String() string { return proto.CompactTextString(m) }
52 func (*NbIdentity) ProtoMessage()    {}
53 func (*NbIdentity) Descriptor() ([]byte, []int) {
54         return fileDescriptor_a07701eb9efb4b89, []int{0}
55 }
56
57 func (m *NbIdentity) XXX_Unmarshal(b []byte) error {
58         return xxx_messageInfo_NbIdentity.Unmarshal(m, b)
59 }
60 func (m *NbIdentity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
61         return xxx_messageInfo_NbIdentity.Marshal(b, m, deterministic)
62 }
63 func (m *NbIdentity) XXX_Merge(src proto.Message) {
64         xxx_messageInfo_NbIdentity.Merge(m, src)
65 }
66 func (m *NbIdentity) XXX_Size() int {
67         return xxx_messageInfo_NbIdentity.Size(m)
68 }
69 func (m *NbIdentity) XXX_DiscardUnknown() {
70         xxx_messageInfo_NbIdentity.DiscardUnknown(m)
71 }
72
73 var xxx_messageInfo_NbIdentity proto.InternalMessageInfo
74
75 func (m *NbIdentity) GetInventoryName() string {
76         if m != nil {
77                 return m.InventoryName
78         }
79         return ""
80 }
81
82 func (m *NbIdentity) GetGlobalNbId() *GlobalNbId {
83         if m != nil {
84                 return m.GlobalNbId
85         }
86         return nil
87 }
88
89 type GlobalNbId struct {
90         PlmnId               string   `protobuf:"bytes,1,opt,name=plmn_id,json=plmnId,proto3" json:"plmn_id,omitempty"`
91         NbId                 string   `protobuf:"bytes,2,opt,name=nb_id,json=nbId,proto3" json:"nb_id,omitempty"`
92         XXX_NoUnkeyedLiteral struct{} `json:"-"`
93         XXX_unrecognized     []byte   `json:"-"`
94         XXX_sizecache        int32    `json:"-"`
95 }
96
97 func (m *GlobalNbId) Reset()         { *m = GlobalNbId{} }
98 func (m *GlobalNbId) String() string { return proto.CompactTextString(m) }
99 func (*GlobalNbId) ProtoMessage()    {}
100 func (*GlobalNbId) Descriptor() ([]byte, []int) {
101         return fileDescriptor_a07701eb9efb4b89, []int{1}
102 }
103
104 func (m *GlobalNbId) XXX_Unmarshal(b []byte) error {
105         return xxx_messageInfo_GlobalNbId.Unmarshal(m, b)
106 }
107 func (m *GlobalNbId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
108         return xxx_messageInfo_GlobalNbId.Marshal(b, m, deterministic)
109 }
110 func (m *GlobalNbId) XXX_Merge(src proto.Message) {
111         xxx_messageInfo_GlobalNbId.Merge(m, src)
112 }
113 func (m *GlobalNbId) XXX_Size() int {
114         return xxx_messageInfo_GlobalNbId.Size(m)
115 }
116 func (m *GlobalNbId) XXX_DiscardUnknown() {
117         xxx_messageInfo_GlobalNbId.DiscardUnknown(m)
118 }
119
120 var xxx_messageInfo_GlobalNbId proto.InternalMessageInfo
121
122 func (m *GlobalNbId) GetPlmnId() string {
123         if m != nil {
124                 return m.PlmnId
125         }
126         return ""
127 }
128
129 func (m *GlobalNbId) GetNbId() string {
130         if m != nil {
131                 return m.NbId
132         }
133         return ""
134 }
135
136 func init() {
137         proto.RegisterType((*NbIdentity)(nil), "entities.NbIdentity")
138         proto.RegisterType((*GlobalNbId)(nil), "entities.GlobalNbId")
139 }
140
141 func init() { proto.RegisterFile("nb_identity.proto", fileDescriptor_a07701eb9efb4b89) }
142
143 var fileDescriptor_a07701eb9efb4b89 = []byte{
144         // 167 bytes of a gzipped FileDescriptorProto
145         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcc, 0x4b, 0x8a, 0xcf,
146         0x4c, 0x49, 0xcd, 0x2b, 0xc9, 0x2c, 0xa9, 0xd4, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0x00,
147         0xf3, 0x32, 0x53, 0x8b, 0x95, 0xb2, 0xb9, 0xb8, 0xfc, 0x92, 0x3c, 0xa1, 0xb2, 0x42, 0xaa, 0x5c,
148         0x7c, 0x99, 0x79, 0x65, 0xa9, 0x79, 0x25, 0xf9, 0x45, 0x95, 0xf1, 0x79, 0x89, 0xb9, 0xa9, 0x12,
149         0x8c, 0x0a, 0x8c, 0x1a, 0x9c, 0x41, 0xbc, 0x70, 0x51, 0xbf, 0xc4, 0xdc, 0x54, 0x21, 0x33, 0x2e,
150         0x9e, 0xf4, 0x9c, 0xfc, 0xa4, 0xc4, 0x9c, 0x78, 0xb0, 0xd1, 0x12, 0x4c, 0x0a, 0x8c, 0x1a, 0xdc,
151         0x46, 0x22, 0x7a, 0x30, 0x53, 0xf5, 0xdc, 0xc1, 0xb2, 0x20, 0x83, 0x83, 0xb8, 0xd2, 0xe1, 0x6c,
152         0x25, 0x2b, 0x2e, 0x2e, 0x84, 0x8c, 0x90, 0x38, 0x17, 0x7b, 0x41, 0x4e, 0x6e, 0x1e, 0xc8, 0x00,
153         0x88, 0x2d, 0x6c, 0x20, 0xae, 0x67, 0x8a, 0x90, 0x30, 0x17, 0x2b, 0xc2, 0x5c, 0xce, 0x20, 0x96,
154         0xbc, 0x24, 0xcf, 0x94, 0x24, 0x36, 0xb0, 0xcb, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3f,
155         0x65, 0xd0, 0x4b, 0xce, 0x00, 0x00, 0x00,
156 }