go.ligato.io/vpp-agent/v3@v3.5.0/examples/kvscheduler/plugin_skeleton/without_metadata/model/model.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.27.1 4 // protoc v3.17.3 5 // source: model/model.proto 6 7 package model 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 reflect "reflect" 13 sync "sync" 14 ) 15 16 const ( 17 // Verify that this generated code is sufficiently up-to-date. 18 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 19 // Verify that runtime/protoimpl is sufficiently up-to-date. 20 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 21 ) 22 23 type ValueSkeleton struct { 24 state protoimpl.MessageState 25 sizeCache protoimpl.SizeCache 26 unknownFields protoimpl.UnknownFields 27 28 // 29 //logical name is often defined to build unique keys for value instances 30 //- alternativelly, in the value model (keys.go), you may apply the 31 //WithNameTemplate() option to generate value instance name using a golang 32 //template, combining multiple value attributes that collectively 33 //guarantee unique value identification (i.e. primary key) 34 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 35 } 36 37 func (x *ValueSkeleton) Reset() { 38 *x = ValueSkeleton{} 39 if protoimpl.UnsafeEnabled { 40 mi := &file_model_model_proto_msgTypes[0] 41 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 42 ms.StoreMessageInfo(mi) 43 } 44 } 45 46 func (x *ValueSkeleton) String() string { 47 return protoimpl.X.MessageStringOf(x) 48 } 49 50 func (*ValueSkeleton) ProtoMessage() {} 51 52 func (x *ValueSkeleton) ProtoReflect() protoreflect.Message { 53 mi := &file_model_model_proto_msgTypes[0] 54 if protoimpl.UnsafeEnabled && x != nil { 55 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 56 if ms.LoadMessageInfo() == nil { 57 ms.StoreMessageInfo(mi) 58 } 59 return ms 60 } 61 return mi.MessageOf(x) 62 } 63 64 // Deprecated: Use ValueSkeleton.ProtoReflect.Descriptor instead. 65 func (*ValueSkeleton) Descriptor() ([]byte, []int) { 66 return file_model_model_proto_rawDescGZIP(), []int{0} 67 } 68 69 func (x *ValueSkeleton) GetName() string { 70 if x != nil { 71 return x.Name 72 } 73 return "" 74 } 75 76 var File_model_model_proto protoreflect.FileDescriptor 77 78 var file_model_model_proto_rawDesc = []byte{ 79 0x0a, 0x11, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x2e, 0x70, 0x72, 80 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x22, 0x23, 0x0a, 0x0d, 0x56, 0x61, 81 0x6c, 0x75, 0x65, 0x53, 0x6b, 0x65, 0x6c, 0x65, 0x74, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 82 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x42, 83 0x5d, 0x5a, 0x5b, 0x67, 0x6f, 0x2e, 0x6c, 0x69, 0x67, 0x61, 0x74, 0x6f, 0x2e, 0x69, 0x6f, 0x2f, 84 0x76, 0x70, 0x70, 0x2d, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x33, 0x2f, 0x65, 0x78, 0x61, 85 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2f, 0x6b, 0x76, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 86 0x72, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x5f, 0x73, 0x6b, 0x65, 0x6c, 0x65, 0x74, 0x6f, 87 0x6e, 0x2f, 0x77, 0x69, 0x74, 0x68, 0x6f, 0x75, 0x74, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 88 0x74, 0x61, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x3b, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x62, 0x06, 89 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 90 } 91 92 var ( 93 file_model_model_proto_rawDescOnce sync.Once 94 file_model_model_proto_rawDescData = file_model_model_proto_rawDesc 95 ) 96 97 func file_model_model_proto_rawDescGZIP() []byte { 98 file_model_model_proto_rawDescOnce.Do(func() { 99 file_model_model_proto_rawDescData = protoimpl.X.CompressGZIP(file_model_model_proto_rawDescData) 100 }) 101 return file_model_model_proto_rawDescData 102 } 103 104 var file_model_model_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 105 var file_model_model_proto_goTypes = []interface{}{ 106 (*ValueSkeleton)(nil), // 0: model.ValueSkeleton 107 } 108 var file_model_model_proto_depIdxs = []int32{ 109 0, // [0:0] is the sub-list for method output_type 110 0, // [0:0] is the sub-list for method input_type 111 0, // [0:0] is the sub-list for extension type_name 112 0, // [0:0] is the sub-list for extension extendee 113 0, // [0:0] is the sub-list for field type_name 114 } 115 116 func init() { file_model_model_proto_init() } 117 func file_model_model_proto_init() { 118 if File_model_model_proto != nil { 119 return 120 } 121 if !protoimpl.UnsafeEnabled { 122 file_model_model_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 123 switch v := v.(*ValueSkeleton); i { 124 case 0: 125 return &v.state 126 case 1: 127 return &v.sizeCache 128 case 2: 129 return &v.unknownFields 130 default: 131 return nil 132 } 133 } 134 } 135 type x struct{} 136 out := protoimpl.TypeBuilder{ 137 File: protoimpl.DescBuilder{ 138 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 139 RawDescriptor: file_model_model_proto_rawDesc, 140 NumEnums: 0, 141 NumMessages: 1, 142 NumExtensions: 0, 143 NumServices: 0, 144 }, 145 GoTypes: file_model_model_proto_goTypes, 146 DependencyIndexes: file_model_model_proto_depIdxs, 147 MessageInfos: file_model_model_proto_msgTypes, 148 }.Build() 149 File_model_model_proto = out.File 150 file_model_model_proto_rawDesc = nil 151 file_model_model_proto_goTypes = nil 152 file_model_model_proto_depIdxs = nil 153 }