github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/engine/enginepb/projects.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.28.0 4 // protoc v3.20.1 5 // source: engine/proto/projects.proto 6 7 package enginepb 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 ProjectInfo struct { 24 state protoimpl.MessageState 25 sizeCache protoimpl.SizeCache 26 unknownFields protoimpl.UnknownFields 27 28 TenantId string `protobuf:"bytes,1,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"` 29 ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` 30 } 31 32 func (x *ProjectInfo) Reset() { 33 *x = ProjectInfo{} 34 if protoimpl.UnsafeEnabled { 35 mi := &file_engine_proto_projects_proto_msgTypes[0] 36 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 37 ms.StoreMessageInfo(mi) 38 } 39 } 40 41 func (x *ProjectInfo) String() string { 42 return protoimpl.X.MessageStringOf(x) 43 } 44 45 func (*ProjectInfo) ProtoMessage() {} 46 47 func (x *ProjectInfo) ProtoReflect() protoreflect.Message { 48 mi := &file_engine_proto_projects_proto_msgTypes[0] 49 if protoimpl.UnsafeEnabled && x != nil { 50 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 51 if ms.LoadMessageInfo() == nil { 52 ms.StoreMessageInfo(mi) 53 } 54 return ms 55 } 56 return mi.MessageOf(x) 57 } 58 59 // Deprecated: Use ProjectInfo.ProtoReflect.Descriptor instead. 60 func (*ProjectInfo) Descriptor() ([]byte, []int) { 61 return file_engine_proto_projects_proto_rawDescGZIP(), []int{0} 62 } 63 64 func (x *ProjectInfo) GetTenantId() string { 65 if x != nil { 66 return x.TenantId 67 } 68 return "" 69 } 70 71 func (x *ProjectInfo) GetProjectId() string { 72 if x != nil { 73 return x.ProjectId 74 } 75 return "" 76 } 77 78 var File_engine_proto_projects_proto protoreflect.FileDescriptor 79 80 var file_engine_proto_projects_proto_rawDesc = []byte{ 81 0x0a, 0x1b, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x70, 82 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x65, 83 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x22, 0x49, 0x0a, 0x0b, 0x50, 0x72, 0x6f, 0x6a, 0x65, 84 0x63, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1b, 0x0a, 0x09, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 85 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x74, 0x65, 0x6e, 0x61, 0x6e, 86 0x74, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 87 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 88 0x49, 0x64, 0x42, 0x2b, 0x5a, 0x29, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 89 0x2f, 0x70, 0x69, 0x6e, 0x67, 0x63, 0x61, 0x70, 0x2f, 0x74, 0x69, 0x66, 0x6c, 0x6f, 0x77, 0x2f, 90 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x2f, 0x65, 0x6e, 0x67, 0x69, 0x6e, 0x65, 0x70, 0x62, 0x62, 91 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 92 } 93 94 var ( 95 file_engine_proto_projects_proto_rawDescOnce sync.Once 96 file_engine_proto_projects_proto_rawDescData = file_engine_proto_projects_proto_rawDesc 97 ) 98 99 func file_engine_proto_projects_proto_rawDescGZIP() []byte { 100 file_engine_proto_projects_proto_rawDescOnce.Do(func() { 101 file_engine_proto_projects_proto_rawDescData = protoimpl.X.CompressGZIP(file_engine_proto_projects_proto_rawDescData) 102 }) 103 return file_engine_proto_projects_proto_rawDescData 104 } 105 106 var file_engine_proto_projects_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 107 var file_engine_proto_projects_proto_goTypes = []interface{}{ 108 (*ProjectInfo)(nil), // 0: enginepb.ProjectInfo 109 } 110 var file_engine_proto_projects_proto_depIdxs = []int32{ 111 0, // [0:0] is the sub-list for method output_type 112 0, // [0:0] is the sub-list for method input_type 113 0, // [0:0] is the sub-list for extension type_name 114 0, // [0:0] is the sub-list for extension extendee 115 0, // [0:0] is the sub-list for field type_name 116 } 117 118 func init() { file_engine_proto_projects_proto_init() } 119 func file_engine_proto_projects_proto_init() { 120 if File_engine_proto_projects_proto != nil { 121 return 122 } 123 if !protoimpl.UnsafeEnabled { 124 file_engine_proto_projects_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 125 switch v := v.(*ProjectInfo); i { 126 case 0: 127 return &v.state 128 case 1: 129 return &v.sizeCache 130 case 2: 131 return &v.unknownFields 132 default: 133 return nil 134 } 135 } 136 } 137 type x struct{} 138 out := protoimpl.TypeBuilder{ 139 File: protoimpl.DescBuilder{ 140 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 141 RawDescriptor: file_engine_proto_projects_proto_rawDesc, 142 NumEnums: 0, 143 NumMessages: 1, 144 NumExtensions: 0, 145 NumServices: 0, 146 }, 147 GoTypes: file_engine_proto_projects_proto_goTypes, 148 DependencyIndexes: file_engine_proto_projects_proto_depIdxs, 149 MessageInfos: file_engine_proto_projects_proto_msgTypes, 150 }.Build() 151 File_engine_proto_projects_proto = out.File 152 file_engine_proto_projects_proto_rawDesc = nil 153 file_engine_proto_projects_proto_goTypes = nil 154 file_engine_proto_projects_proto_depIdxs = nil 155 }