This Cl adds a new rule to Soong to generate code ownership metadata. Also, this CL adds a provider in the Java SDK library to provide generated source files to the Code_metadata rule. Will add providers to other libraries in the future changes. Bug: 296873595 Change-Id: Ic2e43aa9b161231fea4416d1f0d36b778361d7c5
278 lines
11 KiB
Go
278 lines
11 KiB
Go
// 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.30.0
|
|
// protoc v3.21.12
|
|
// source: code_metadata_internal.proto
|
|
|
|
package code_metadata_internal_proto
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
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 CodeMetadataInternal struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// List of all code targets and their metadata.
|
|
TargetOwnershipList []*CodeMetadataInternal_TargetOwnership `protobuf:"bytes,1,rep,name=target_ownership_list,json=targetOwnershipList" json:"target_ownership_list,omitempty"`
|
|
}
|
|
|
|
func (x *CodeMetadataInternal) Reset() {
|
|
*x = CodeMetadataInternal{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_code_metadata_internal_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CodeMetadataInternal) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CodeMetadataInternal) ProtoMessage() {}
|
|
|
|
func (x *CodeMetadataInternal) ProtoReflect() protoreflect.Message {
|
|
mi := &file_code_metadata_internal_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CodeMetadataInternal.ProtoReflect.Descriptor instead.
|
|
func (*CodeMetadataInternal) Descriptor() ([]byte, []int) {
|
|
return file_code_metadata_internal_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *CodeMetadataInternal) GetTargetOwnershipList() []*CodeMetadataInternal_TargetOwnership {
|
|
if x != nil {
|
|
return x.TargetOwnershipList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CodeMetadataInternal_TargetOwnership struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
// REQUIRED: Name of the build target
|
|
TargetName *string `protobuf:"bytes,1,opt,name=target_name,json=targetName" json:"target_name,omitempty"`
|
|
// REQUIRED: Code location of the target.
|
|
// To be used to support legacy/backup systems that use OWNERS file and is
|
|
// also required for our dashboard to support per code location basis UI
|
|
Path *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"`
|
|
// REQUIRED: Team ID of the team that owns this target.
|
|
TrendyTeamId *string `protobuf:"bytes,3,opt,name=trendy_team_id,json=trendyTeamId" json:"trendy_team_id,omitempty"`
|
|
// OPTIONAL: The src files of the target.
|
|
// To be used to determine ownership of a file for ownership
|
|
SourceFiles []string `protobuf:"bytes,4,rep,name=source_files,json=sourceFiles" json:"source_files,omitempty"`
|
|
// OPTIONAL: Specify if multiple ownerships of the source files are allowed.
|
|
MultiOwnership *bool `protobuf:"varint,5,opt,name=multi_ownership,json=multiOwnership" json:"multi_ownership,omitempty"`
|
|
}
|
|
|
|
func (x *CodeMetadataInternal_TargetOwnership) Reset() {
|
|
*x = CodeMetadataInternal_TargetOwnership{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_code_metadata_internal_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CodeMetadataInternal_TargetOwnership) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CodeMetadataInternal_TargetOwnership) ProtoMessage() {}
|
|
|
|
func (x *CodeMetadataInternal_TargetOwnership) ProtoReflect() protoreflect.Message {
|
|
mi := &file_code_metadata_internal_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CodeMetadataInternal_TargetOwnership.ProtoReflect.Descriptor instead.
|
|
func (*CodeMetadataInternal_TargetOwnership) Descriptor() ([]byte, []int) {
|
|
return file_code_metadata_internal_proto_rawDescGZIP(), []int{0, 0}
|
|
}
|
|
|
|
func (x *CodeMetadataInternal_TargetOwnership) GetTargetName() string {
|
|
if x != nil && x.TargetName != nil {
|
|
return *x.TargetName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CodeMetadataInternal_TargetOwnership) GetPath() string {
|
|
if x != nil && x.Path != nil {
|
|
return *x.Path
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CodeMetadataInternal_TargetOwnership) GetTrendyTeamId() string {
|
|
if x != nil && x.TrendyTeamId != nil {
|
|
return *x.TrendyTeamId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CodeMetadataInternal_TargetOwnership) GetSourceFiles() []string {
|
|
if x != nil {
|
|
return x.SourceFiles
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CodeMetadataInternal_TargetOwnership) GetMultiOwnership() bool {
|
|
if x != nil && x.MultiOwnership != nil {
|
|
return *x.MultiOwnership
|
|
}
|
|
return false
|
|
}
|
|
|
|
var File_code_metadata_internal_proto protoreflect.FileDescriptor
|
|
|
|
var file_code_metadata_internal_proto_rawDesc = []byte{
|
|
0x0a, 0x1c, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x5f,
|
|
0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1c,
|
|
0x63, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x69, 0x6e,
|
|
0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc9, 0x02, 0x0a,
|
|
0x14, 0x43, 0x6f, 0x64, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x49, 0x6e, 0x74,
|
|
0x65, 0x72, 0x6e, 0x61, 0x6c, 0x12, 0x76, 0x0a, 0x15, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f,
|
|
0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01,
|
|
0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61,
|
|
0x64, 0x61, 0x74, 0x61, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x70, 0x72,
|
|
0x6f, 0x74, 0x6f, 0x2e, 0x43, 0x6f, 0x64, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61,
|
|
0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x4f,
|
|
0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x52, 0x13, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
|
|
0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0xb8, 0x01,
|
|
0x0a, 0x0f, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69,
|
|
0x70, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x4e, 0x61,
|
|
0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0e, 0x74, 0x72, 0x65, 0x6e, 0x64, 0x79,
|
|
0x5f, 0x74, 0x65, 0x61, 0x6d, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
|
|
0x74, 0x72, 0x65, 0x6e, 0x64, 0x79, 0x54, 0x65, 0x61, 0x6d, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c,
|
|
0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03,
|
|
0x28, 0x09, 0x52, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x12,
|
|
0x27, 0x0a, 0x0f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x73, 0x68,
|
|
0x69, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x4f,
|
|
0x77, 0x6e, 0x65, 0x72, 0x73, 0x68, 0x69, 0x70, 0x42, 0x34, 0x5a, 0x32, 0x61, 0x6e, 0x64, 0x72,
|
|
0x6f, 0x69, 0x64, 0x2f, 0x73, 0x6f, 0x6f, 0x6e, 0x67, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x69, 0x6e,
|
|
0x67, 0x2f, 0x63, 0x6f, 0x64, 0x65, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x5f,
|
|
0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
}
|
|
|
|
var (
|
|
file_code_metadata_internal_proto_rawDescOnce sync.Once
|
|
file_code_metadata_internal_proto_rawDescData = file_code_metadata_internal_proto_rawDesc
|
|
)
|
|
|
|
func file_code_metadata_internal_proto_rawDescGZIP() []byte {
|
|
file_code_metadata_internal_proto_rawDescOnce.Do(func() {
|
|
file_code_metadata_internal_proto_rawDescData = protoimpl.X.CompressGZIP(file_code_metadata_internal_proto_rawDescData)
|
|
})
|
|
return file_code_metadata_internal_proto_rawDescData
|
|
}
|
|
|
|
var file_code_metadata_internal_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
var file_code_metadata_internal_proto_goTypes = []interface{}{
|
|
(*CodeMetadataInternal)(nil), // 0: code_metadata_internal_proto.CodeMetadataInternal
|
|
(*CodeMetadataInternal_TargetOwnership)(nil), // 1: code_metadata_internal_proto.CodeMetadataInternal.TargetOwnership
|
|
}
|
|
var file_code_metadata_internal_proto_depIdxs = []int32{
|
|
1, // 0: code_metadata_internal_proto.CodeMetadataInternal.target_ownership_list:type_name -> code_metadata_internal_proto.CodeMetadataInternal.TargetOwnership
|
|
1, // [1:1] is the sub-list for method output_type
|
|
1, // [1:1] is the sub-list for method input_type
|
|
1, // [1:1] is the sub-list for extension type_name
|
|
1, // [1:1] is the sub-list for extension extendee
|
|
0, // [0:1] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_code_metadata_internal_proto_init() }
|
|
func file_code_metadata_internal_proto_init() {
|
|
if File_code_metadata_internal_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_code_metadata_internal_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CodeMetadataInternal); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_code_metadata_internal_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CodeMetadataInternal_TargetOwnership); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_code_metadata_internal_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 2,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_code_metadata_internal_proto_goTypes,
|
|
DependencyIndexes: file_code_metadata_internal_proto_depIdxs,
|
|
MessageInfos: file_code_metadata_internal_proto_msgTypes,
|
|
}.Build()
|
|
File_code_metadata_internal_proto = out.File
|
|
file_code_metadata_internal_proto_rawDesc = nil
|
|
file_code_metadata_internal_proto_goTypes = nil
|
|
file_code_metadata_internal_proto_depIdxs = nil
|
|
}
|