blob: 1733c0ea153c4a8d64da37e1bb92f0fcd9ef15d7 [file] [log] [blame]
// Copyright 2020 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.27.1
// protoc v3.17.1
// source: chromiumos/config/prototype/prototype_config_bundle.proto
package prototype
import (
v1 "go.chromium.org/chromiumos/config/go/api/test/plan/v1"
api "go.chromium.org/chromiumos/config/go/build/api"
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)
)
// Configuration payload that is generated for prototyping purposes.
type PrototypeConfigBundle struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Chrome OS test planning & coverage rule config
TestPlanSpecs []*v1.Specification `protobuf:"bytes,1,rep,name=test_plan_specs,json=testPlanSpecs,proto3" json:"test_plan_specs,omitempty"`
ReleaseTargets []*ReleaseTarget `protobuf:"bytes,2,rep,name=release_targets,json=releaseTargets,proto3" json:"release_targets,omitempty"`
SystemBuilds []*api.SystemImage_BuildMetadata `protobuf:"bytes,3,rep,name=system_builds,json=systemBuilds,proto3" json:"system_builds,omitempty"`
}
func (x *PrototypeConfigBundle) Reset() {
*x = PrototypeConfigBundle{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_prototype_prototype_config_bundle_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *PrototypeConfigBundle) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*PrototypeConfigBundle) ProtoMessage() {}
func (x *PrototypeConfigBundle) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_prototype_prototype_config_bundle_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 PrototypeConfigBundle.ProtoReflect.Descriptor instead.
func (*PrototypeConfigBundle) Descriptor() ([]byte, []int) {
return file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDescGZIP(), []int{0}
}
func (x *PrototypeConfigBundle) GetTestPlanSpecs() []*v1.Specification {
if x != nil {
return x.TestPlanSpecs
}
return nil
}
func (x *PrototypeConfigBundle) GetReleaseTargets() []*ReleaseTarget {
if x != nil {
return x.ReleaseTargets
}
return nil
}
func (x *PrototypeConfigBundle) GetSystemBuilds() []*api.SystemImage_BuildMetadata {
if x != nil {
return x.SystemBuilds
}
return nil
}
var File_chromiumos_config_prototype_prototype_config_bundle_proto protoreflect.FileDescriptor
var file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDesc = []byte{
0x0a, 0x39, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x62,
0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1b, 0x63, 0x68, 0x72,
0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x1a, 0x2d, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69,
0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x2f,
0x74, 0x65, 0x73, 0x74, 0x2f, 0x70, 0x6c, 0x61, 0x6e, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6c, 0x61,
0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x27, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75,
0x6d, 0x6f, 0x73, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x79,
0x73, 0x74, 0x65, 0x6d, 0x5f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x1a, 0x30, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x2f, 0x72, 0x65,
0x6c, 0x65, 0x61, 0x73, 0x65, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x22, 0x9d, 0x02, 0x0a, 0x15, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65,
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x59, 0x0a, 0x0f,
0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x73, 0x70, 0x65, 0x63, 0x73, 0x18,
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d,
0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x74, 0x65,
0x73, 0x74, 0x2e, 0x70, 0x6c, 0x61, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x70, 0x65, 0x63, 0x69,
0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0d, 0x74, 0x65, 0x73, 0x74, 0x50, 0x6c,
0x61, 0x6e, 0x53, 0x70, 0x65, 0x63, 0x73, 0x12, 0x53, 0x0a, 0x0f, 0x72, 0x65, 0x6c, 0x65, 0x61,
0x73, 0x65, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b,
0x32, 0x2a, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f,
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x52,
0x65, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x0e, 0x72, 0x65,
0x6c, 0x65, 0x61, 0x73, 0x65, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x54, 0x0a, 0x0d,
0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x73, 0x18, 0x03, 0x20,
0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73,
0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x53, 0x79, 0x73, 0x74, 0x65,
0x6d, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x4d, 0x65, 0x74, 0x61,
0x64, 0x61, 0x74, 0x61, 0x52, 0x0c, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x42, 0x75, 0x69, 0x6c,
0x64, 0x73, 0x42, 0x30, 0x5a, 0x2e, 0x67, 0x6f, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75,
0x6d, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73,
0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x67, 0x6f, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x74, 0x79, 0x70, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDescOnce sync.Once
file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDescData = file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDesc
)
func file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDescGZIP() []byte {
file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDescOnce.Do(func() {
file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDescData = protoimpl.X.CompressGZIP(file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDescData)
})
return file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDescData
}
var file_chromiumos_config_prototype_prototype_config_bundle_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_chromiumos_config_prototype_prototype_config_bundle_proto_goTypes = []interface{}{
(*PrototypeConfigBundle)(nil), // 0: chromiumos.config.prototype.PrototypeConfigBundle
(*v1.Specification)(nil), // 1: chromiumos.config.api.test.plan.v1.Specification
(*ReleaseTarget)(nil), // 2: chromiumos.config.prototype.ReleaseTarget
(*api.SystemImage_BuildMetadata)(nil), // 3: chromiumos.build.api.SystemImage.BuildMetadata
}
var file_chromiumos_config_prototype_prototype_config_bundle_proto_depIdxs = []int32{
1, // 0: chromiumos.config.prototype.PrototypeConfigBundle.test_plan_specs:type_name -> chromiumos.config.api.test.plan.v1.Specification
2, // 1: chromiumos.config.prototype.PrototypeConfigBundle.release_targets:type_name -> chromiumos.config.prototype.ReleaseTarget
3, // 2: chromiumos.config.prototype.PrototypeConfigBundle.system_builds:type_name -> chromiumos.build.api.SystemImage.BuildMetadata
3, // [3:3] is the sub-list for method output_type
3, // [3:3] is the sub-list for method input_type
3, // [3:3] is the sub-list for extension type_name
3, // [3:3] is the sub-list for extension extendee
0, // [0:3] is the sub-list for field type_name
}
func init() { file_chromiumos_config_prototype_prototype_config_bundle_proto_init() }
func file_chromiumos_config_prototype_prototype_config_bundle_proto_init() {
if File_chromiumos_config_prototype_prototype_config_bundle_proto != nil {
return
}
file_chromiumos_config_prototype_release_target_proto_init()
if !protoimpl.UnsafeEnabled {
file_chromiumos_config_prototype_prototype_config_bundle_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*PrototypeConfigBundle); 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_chromiumos_config_prototype_prototype_config_bundle_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_chromiumos_config_prototype_prototype_config_bundle_proto_goTypes,
DependencyIndexes: file_chromiumos_config_prototype_prototype_config_bundle_proto_depIdxs,
MessageInfos: file_chromiumos_config_prototype_prototype_config_bundle_proto_msgTypes,
}.Build()
File_chromiumos_config_prototype_prototype_config_bundle_proto = out.File
file_chromiumos_config_prototype_prototype_config_bundle_proto_rawDesc = nil
file_chromiumos_config_prototype_prototype_config_bundle_proto_goTypes = nil
file_chromiumos_config_prototype_prototype_config_bundle_proto_depIdxs = nil
}