kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/proto/bazel_artifact_selector_go_proto/bazel_artifact_selector.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.31.0 4 // protoc v4.25.2 5 // source: kythe/proto/bazel_artifact_selector.proto 6 7 package bazel_artifact_selector_go_proto 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 build_event_stream_go_proto "kythe.io/third_party/bazel/build_event_stream_go_proto" 13 reflect "reflect" 14 sync "sync" 15 ) 16 17 const ( 18 // Verify that this generated code is sufficiently up-to-date. 19 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 20 // Verify that runtime/protoimpl is sufficiently up-to-date. 21 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 22 ) 23 24 type BazelAspectArtifactSelectorState struct { 25 state protoimpl.MessageState 26 sizeCache protoimpl.SizeCache 27 unknownFields protoimpl.UnknownFields 28 29 Disposed []string `protobuf:"bytes,1,rep,name=disposed,proto3" json:"disposed,omitempty"` 30 Filesets map[string]*build_event_stream_go_proto.NamedSetOfFiles `protobuf:"bytes,2,rep,name=filesets,proto3" json:"filesets,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 31 Pending map[string]string `protobuf:"bytes,3,rep,name=pending,proto3" json:"pending,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 32 } 33 34 func (x *BazelAspectArtifactSelectorState) Reset() { 35 *x = BazelAspectArtifactSelectorState{} 36 if protoimpl.UnsafeEnabled { 37 mi := &file_kythe_proto_bazel_artifact_selector_proto_msgTypes[0] 38 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 39 ms.StoreMessageInfo(mi) 40 } 41 } 42 43 func (x *BazelAspectArtifactSelectorState) String() string { 44 return protoimpl.X.MessageStringOf(x) 45 } 46 47 func (*BazelAspectArtifactSelectorState) ProtoMessage() {} 48 49 func (x *BazelAspectArtifactSelectorState) ProtoReflect() protoreflect.Message { 50 mi := &file_kythe_proto_bazel_artifact_selector_proto_msgTypes[0] 51 if protoimpl.UnsafeEnabled && x != nil { 52 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 53 if ms.LoadMessageInfo() == nil { 54 ms.StoreMessageInfo(mi) 55 } 56 return ms 57 } 58 return mi.MessageOf(x) 59 } 60 61 // Deprecated: Use BazelAspectArtifactSelectorState.ProtoReflect.Descriptor instead. 62 func (*BazelAspectArtifactSelectorState) Descriptor() ([]byte, []int) { 63 return file_kythe_proto_bazel_artifact_selector_proto_rawDescGZIP(), []int{0} 64 } 65 66 func (x *BazelAspectArtifactSelectorState) GetDisposed() []string { 67 if x != nil { 68 return x.Disposed 69 } 70 return nil 71 } 72 73 func (x *BazelAspectArtifactSelectorState) GetFilesets() map[string]*build_event_stream_go_proto.NamedSetOfFiles { 74 if x != nil { 75 return x.Filesets 76 } 77 return nil 78 } 79 80 func (x *BazelAspectArtifactSelectorState) GetPending() map[string]string { 81 if x != nil { 82 return x.Pending 83 } 84 return nil 85 } 86 87 var File_kythe_proto_bazel_artifact_selector_proto protoreflect.FileDescriptor 88 89 var file_kythe_proto_bazel_artifact_selector_proto_rawDesc = []byte{ 90 0x0a, 0x29, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x62, 0x61, 91 0x7a, 0x65, 0x6c, 0x5f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x5f, 0x73, 0x65, 0x6c, 92 0x65, 0x63, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x6b, 0x79, 0x74, 93 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x6d, 0x74, 0x68, 0x69, 0x72, 0x64, 0x5f, 94 0x70, 0x61, 0x72, 0x74, 0x79, 0x2f, 0x62, 0x61, 0x7a, 0x65, 0x6c, 0x2f, 0x73, 0x72, 0x63, 0x2f, 95 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 96 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2f, 0x62, 0x75, 97 0x69, 0x6c, 0x64, 0x2f, 0x6c, 0x69, 0x62, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x76, 0x65, 98 0x6e, 0x74, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x62, 99 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x61, 100 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8b, 0x03, 0x0a, 0x20, 0x42, 0x61, 0x7a, 0x65, 101 0x6c, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x53, 102 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x08, 103 0x64, 0x69, 0x73, 0x70, 0x6f, 0x73, 0x65, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 104 0x64, 0x69, 0x73, 0x70, 0x6f, 0x73, 0x65, 0x64, 0x12, 0x57, 0x0a, 0x08, 0x66, 0x69, 0x6c, 0x65, 105 0x73, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x79, 0x74, 106 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x42, 0x61, 0x7a, 0x65, 0x6c, 0x41, 0x73, 107 0x70, 0x65, 0x63, 0x74, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x53, 0x65, 0x6c, 0x65, 108 0x63, 0x74, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x65, 109 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x65, 0x74, 110 0x73, 0x12, 0x54, 0x0a, 0x07, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x03, 111 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 112 0x2e, 0x42, 0x61, 0x7a, 0x65, 0x6c, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x41, 0x72, 0x74, 0x69, 113 0x66, 0x61, 0x63, 0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x53, 0x74, 0x61, 0x74, 114 0x65, 0x2e, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 115 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x1a, 0x60, 0x0a, 0x0d, 0x46, 0x69, 0x6c, 0x65, 0x73, 116 0x65, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 117 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x39, 0x0a, 0x05, 0x76, 0x61, 118 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x75, 0x69, 0x6c, 119 0x64, 0x5f, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x5f, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x2e, 0x4e, 120 0x61, 0x6d, 0x65, 0x64, 0x53, 0x65, 0x74, 0x4f, 0x66, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x05, 121 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3a, 0x0a, 0x0c, 0x50, 0x65, 0x6e, 122 0x64, 0x69, 0x6e, 0x67, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 123 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 124 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 125 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x37, 0x5a, 0x35, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2e, 0x69, 126 0x6f, 0x2f, 0x6b, 0x79, 0x74, 0x68, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x62, 0x61, 127 0x7a, 0x65, 0x6c, 0x5f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x5f, 0x73, 0x65, 0x6c, 128 0x65, 0x63, 0x74, 0x6f, 0x72, 0x5f, 0x67, 0x6f, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 129 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 130 } 131 132 var ( 133 file_kythe_proto_bazel_artifact_selector_proto_rawDescOnce sync.Once 134 file_kythe_proto_bazel_artifact_selector_proto_rawDescData = file_kythe_proto_bazel_artifact_selector_proto_rawDesc 135 ) 136 137 func file_kythe_proto_bazel_artifact_selector_proto_rawDescGZIP() []byte { 138 file_kythe_proto_bazel_artifact_selector_proto_rawDescOnce.Do(func() { 139 file_kythe_proto_bazel_artifact_selector_proto_rawDescData = protoimpl.X.CompressGZIP(file_kythe_proto_bazel_artifact_selector_proto_rawDescData) 140 }) 141 return file_kythe_proto_bazel_artifact_selector_proto_rawDescData 142 } 143 144 var file_kythe_proto_bazel_artifact_selector_proto_msgTypes = make([]protoimpl.MessageInfo, 3) 145 var file_kythe_proto_bazel_artifact_selector_proto_goTypes = []interface{}{ 146 (*BazelAspectArtifactSelectorState)(nil), // 0: kythe.proto.BazelAspectArtifactSelectorState 147 nil, // 1: kythe.proto.BazelAspectArtifactSelectorState.FilesetsEntry 148 nil, // 2: kythe.proto.BazelAspectArtifactSelectorState.PendingEntry 149 (*build_event_stream_go_proto.NamedSetOfFiles)(nil), // 3: build_event_stream.NamedSetOfFiles 150 } 151 var file_kythe_proto_bazel_artifact_selector_proto_depIdxs = []int32{ 152 1, // 0: kythe.proto.BazelAspectArtifactSelectorState.filesets:type_name -> kythe.proto.BazelAspectArtifactSelectorState.FilesetsEntry 153 2, // 1: kythe.proto.BazelAspectArtifactSelectorState.pending:type_name -> kythe.proto.BazelAspectArtifactSelectorState.PendingEntry 154 3, // 2: kythe.proto.BazelAspectArtifactSelectorState.FilesetsEntry.value:type_name -> build_event_stream.NamedSetOfFiles 155 3, // [3:3] is the sub-list for method output_type 156 3, // [3:3] is the sub-list for method input_type 157 3, // [3:3] is the sub-list for extension type_name 158 3, // [3:3] is the sub-list for extension extendee 159 0, // [0:3] is the sub-list for field type_name 160 } 161 162 func init() { file_kythe_proto_bazel_artifact_selector_proto_init() } 163 func file_kythe_proto_bazel_artifact_selector_proto_init() { 164 if File_kythe_proto_bazel_artifact_selector_proto != nil { 165 return 166 } 167 if !protoimpl.UnsafeEnabled { 168 file_kythe_proto_bazel_artifact_selector_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 169 switch v := v.(*BazelAspectArtifactSelectorState); i { 170 case 0: 171 return &v.state 172 case 1: 173 return &v.sizeCache 174 case 2: 175 return &v.unknownFields 176 default: 177 return nil 178 } 179 } 180 } 181 type x struct{} 182 out := protoimpl.TypeBuilder{ 183 File: protoimpl.DescBuilder{ 184 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 185 RawDescriptor: file_kythe_proto_bazel_artifact_selector_proto_rawDesc, 186 NumEnums: 0, 187 NumMessages: 3, 188 NumExtensions: 0, 189 NumServices: 0, 190 }, 191 GoTypes: file_kythe_proto_bazel_artifact_selector_proto_goTypes, 192 DependencyIndexes: file_kythe_proto_bazel_artifact_selector_proto_depIdxs, 193 MessageInfos: file_kythe_proto_bazel_artifact_selector_proto_msgTypes, 194 }.Build() 195 File_kythe_proto_bazel_artifact_selector_proto = out.File 196 file_kythe_proto_bazel_artifact_selector_proto_rawDesc = nil 197 file_kythe_proto_bazel_artifact_selector_proto_goTypes = nil 198 file_kythe_proto_bazel_artifact_selector_proto_depIdxs = nil 199 }