blob: 7bd620f3b6edcd0c4b0c92b0ff8130392fea8d3f [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/payload/config_bundle.proto
package payload
import (
api "go.chromium.org/chromiumos/config/go/api"
software "go.chromium.org/chromiumos/config/go/api/software"
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)
)
// Defines a config payload that can be generated from a given config git
// repo. Based on the distributed nature of the config, these bundles are then
// eventually stitched together to drive build config payloads or any
// infra/analysis related access/processing.
type ConfigBundle struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// Chrome OS program and hw design project config
PartnerList []*api.Partner `protobuf:"bytes,11,rep,name=partner_list,json=partnerList,proto3" json:"partner_list,omitempty"`
Components []*api.Component `protobuf:"bytes,12,rep,name=components,proto3" json:"components,omitempty"`
ProgramList []*api.Program `protobuf:"bytes,13,rep,name=program_list,json=programList,proto3" json:"program_list,omitempty"`
DesignList []*api.Design `protobuf:"bytes,14,rep,name=design_list,json=designList,proto3" json:"design_list,omitempty"`
DeviceBrandList []*api.DeviceBrand `protobuf:"bytes,15,rep,name=device_brand_list,json=deviceBrandList,proto3" json:"device_brand_list,omitempty"`
// Chrome OS build and software config
SoftwareConfigs []*software.SoftwareConfig `protobuf:"bytes,9,rep,name=software_configs,json=softwareConfigs,proto3" json:"software_configs,omitempty"`
BrandConfigs []*software.BrandConfig `protobuf:"bytes,10,rep,name=brand_configs,json=brandConfigs,proto3" json:"brand_configs,omitempty"`
}
func (x *ConfigBundle) Reset() {
*x = ConfigBundle{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_payload_config_bundle_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ConfigBundle) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ConfigBundle) ProtoMessage() {}
func (x *ConfigBundle) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_payload_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 ConfigBundle.ProtoReflect.Descriptor instead.
func (*ConfigBundle) Descriptor() ([]byte, []int) {
return file_chromiumos_config_payload_config_bundle_proto_rawDescGZIP(), []int{0}
}
func (x *ConfigBundle) GetPartnerList() []*api.Partner {
if x != nil {
return x.PartnerList
}
return nil
}
func (x *ConfigBundle) GetComponents() []*api.Component {
if x != nil {
return x.Components
}
return nil
}
func (x *ConfigBundle) GetProgramList() []*api.Program {
if x != nil {
return x.ProgramList
}
return nil
}
func (x *ConfigBundle) GetDesignList() []*api.Design {
if x != nil {
return x.DesignList
}
return nil
}
func (x *ConfigBundle) GetDeviceBrandList() []*api.DeviceBrand {
if x != nil {
return x.DeviceBrandList
}
return nil
}
func (x *ConfigBundle) GetSoftwareConfigs() []*software.SoftwareConfig {
if x != nil {
return x.SoftwareConfigs
}
return nil
}
func (x *ConfigBundle) GetBrandConfigs() []*software.BrandConfig {
if x != nil {
return x.BrandConfigs
}
return nil
}
// List to hold multiple ConfigBundles
type ConfigBundleList struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Values []*ConfigBundle `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
}
func (x *ConfigBundleList) Reset() {
*x = ConfigBundleList{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_payload_config_bundle_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ConfigBundleList) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ConfigBundleList) ProtoMessage() {}
func (x *ConfigBundleList) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_payload_config_bundle_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 ConfigBundleList.ProtoReflect.Descriptor instead.
func (*ConfigBundleList) Descriptor() ([]byte, []int) {
return file_chromiumos_config_payload_config_bundle_proto_rawDescGZIP(), []int{1}
}
func (x *ConfigBundleList) GetValues() []*ConfigBundle {
if x != nil {
return x.Values
}
return nil
}
var File_chromiumos_config_payload_config_bundle_proto protoreflect.FileDescriptor
var file_chromiumos_config_payload_config_bundle_proto_rawDesc = []byte{
0x0a, 0x2d, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x2f, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2f, 0x63, 0x6f, 0x6e, 0x66,
0x69, 0x67, 0x5f, 0x62, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
0x19, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66,
0x69, 0x67, 0x2e, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x1a, 0x25, 0x63, 0x68, 0x72, 0x6f,
0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x61, 0x70,
0x69, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x1a, 0x22, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f,
0x6e, 0x66, 0x69, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x2e,
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x28, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f,
0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x64, 0x65, 0x76,
0x69, 0x63, 0x65, 0x5f, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
0x23, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66,
0x69, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x23, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73,
0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x72, 0x6f, 0x67,
0x72, 0x61, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31, 0x63, 0x68, 0x72, 0x6f, 0x6d,
0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f, 0x61, 0x70, 0x69,
0x2f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x2f, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x5f,
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x34, 0x63, 0x68,
0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2f,
0x61, 0x70, 0x69, 0x2f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x2f, 0x73, 0x6f, 0x66,
0x74, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f,
0x74, 0x6f, 0x22, 0xb7, 0x04, 0x0a, 0x0c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x75, 0x6e,
0x64, 0x6c, 0x65, 0x12, 0x41, 0x0a, 0x0c, 0x70, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x5f, 0x6c,
0x69, 0x73, 0x74, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x63, 0x68, 0x72, 0x6f,
0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70,
0x69, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x6e, 0x65, 0x72, 0x52, 0x0b, 0x70, 0x61, 0x72, 0x74, 0x6e,
0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e,
0x65, 0x6e, 0x74, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x63, 0x68, 0x72,
0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61,
0x70, 0x69, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x52, 0x0a, 0x63, 0x6f,
0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x41, 0x0a, 0x0c, 0x70, 0x72, 0x6f, 0x67,
0x72, 0x61, 0x6d, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e,
0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66,
0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x52, 0x0b,
0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x0b, 0x64,
0x65, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x0e, 0x20, 0x03, 0x28, 0x0b,
0x32, 0x1d, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f,
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x52,
0x0a, 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x4e, 0x0a, 0x11, 0x64,
0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x5f, 0x6c, 0x69, 0x73, 0x74,
0x18, 0x0f, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75,
0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x44,
0x65, 0x76, 0x69, 0x63, 0x65, 0x42, 0x72, 0x61, 0x6e, 0x64, 0x52, 0x0f, 0x64, 0x65, 0x76, 0x69,
0x63, 0x65, 0x42, 0x72, 0x61, 0x6e, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x59, 0x0a, 0x10, 0x73,
0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x18,
0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d,
0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x6f,
0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x2e, 0x53, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x43,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0f, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x43,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x12, 0x50, 0x0a, 0x0d, 0x62, 0x72, 0x61, 0x6e, 0x64, 0x5f,
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e,
0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x73, 0x6f, 0x66, 0x74, 0x77, 0x61, 0x72, 0x65, 0x2e, 0x42,
0x72, 0x61, 0x6e, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0c, 0x62, 0x72, 0x61, 0x6e,
0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x73, 0x4a, 0x04, 0x08, 0x02, 0x10, 0x03, 0x4a, 0x04,
0x08, 0x06, 0x10, 0x07, 0x4a, 0x04, 0x08, 0x07, 0x10, 0x08, 0x4a, 0x04, 0x08, 0x08, 0x10, 0x09,
0x4a, 0x04, 0x08, 0x10, 0x10, 0x11, 0x4a, 0x04, 0x08, 0x11, 0x10, 0x12, 0x22, 0x53, 0x0a, 0x10,
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74,
0x12, 0x3f, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b,
0x32, 0x27, 0x2e, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e, 0x63, 0x6f,
0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2e, 0x43, 0x6f, 0x6e,
0x66, 0x69, 0x67, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65,
0x73, 0x42, 0x2e, 0x5a, 0x2c, 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, 0x61, 0x79, 0x6c, 0x6f, 0x61,
0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_chromiumos_config_payload_config_bundle_proto_rawDescOnce sync.Once
file_chromiumos_config_payload_config_bundle_proto_rawDescData = file_chromiumos_config_payload_config_bundle_proto_rawDesc
)
func file_chromiumos_config_payload_config_bundle_proto_rawDescGZIP() []byte {
file_chromiumos_config_payload_config_bundle_proto_rawDescOnce.Do(func() {
file_chromiumos_config_payload_config_bundle_proto_rawDescData = protoimpl.X.CompressGZIP(file_chromiumos_config_payload_config_bundle_proto_rawDescData)
})
return file_chromiumos_config_payload_config_bundle_proto_rawDescData
}
var file_chromiumos_config_payload_config_bundle_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
var file_chromiumos_config_payload_config_bundle_proto_goTypes = []interface{}{
(*ConfigBundle)(nil), // 0: chromiumos.config.payload.ConfigBundle
(*ConfigBundleList)(nil), // 1: chromiumos.config.payload.ConfigBundleList
(*api.Partner)(nil), // 2: chromiumos.config.api.Partner
(*api.Component)(nil), // 3: chromiumos.config.api.Component
(*api.Program)(nil), // 4: chromiumos.config.api.Program
(*api.Design)(nil), // 5: chromiumos.config.api.Design
(*api.DeviceBrand)(nil), // 6: chromiumos.config.api.DeviceBrand
(*software.SoftwareConfig)(nil), // 7: chromiumos.config.api.software.SoftwareConfig
(*software.BrandConfig)(nil), // 8: chromiumos.config.api.software.BrandConfig
}
var file_chromiumos_config_payload_config_bundle_proto_depIdxs = []int32{
2, // 0: chromiumos.config.payload.ConfigBundle.partner_list:type_name -> chromiumos.config.api.Partner
3, // 1: chromiumos.config.payload.ConfigBundle.components:type_name -> chromiumos.config.api.Component
4, // 2: chromiumos.config.payload.ConfigBundle.program_list:type_name -> chromiumos.config.api.Program
5, // 3: chromiumos.config.payload.ConfigBundle.design_list:type_name -> chromiumos.config.api.Design
6, // 4: chromiumos.config.payload.ConfigBundle.device_brand_list:type_name -> chromiumos.config.api.DeviceBrand
7, // 5: chromiumos.config.payload.ConfigBundle.software_configs:type_name -> chromiumos.config.api.software.SoftwareConfig
8, // 6: chromiumos.config.payload.ConfigBundle.brand_configs:type_name -> chromiumos.config.api.software.BrandConfig
0, // 7: chromiumos.config.payload.ConfigBundleList.values:type_name -> chromiumos.config.payload.ConfigBundle
8, // [8:8] is the sub-list for method output_type
8, // [8:8] is the sub-list for method input_type
8, // [8:8] is the sub-list for extension type_name
8, // [8:8] is the sub-list for extension extendee
0, // [0:8] is the sub-list for field type_name
}
func init() { file_chromiumos_config_payload_config_bundle_proto_init() }
func file_chromiumos_config_payload_config_bundle_proto_init() {
if File_chromiumos_config_payload_config_bundle_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_chromiumos_config_payload_config_bundle_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ConfigBundle); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_chromiumos_config_payload_config_bundle_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ConfigBundleList); 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_payload_config_bundle_proto_rawDesc,
NumEnums: 0,
NumMessages: 2,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_chromiumos_config_payload_config_bundle_proto_goTypes,
DependencyIndexes: file_chromiumos_config_payload_config_bundle_proto_depIdxs,
MessageInfos: file_chromiumos_config_payload_config_bundle_proto_msgTypes,
}.Build()
File_chromiumos_config_payload_config_bundle_proto = out.File
file_chromiumos_config_payload_config_bundle_proto_rawDesc = nil
file_chromiumos_config_payload_config_bundle_proto_goTypes = nil
file_chromiumos_config_payload_config_bundle_proto_depIdxs = nil
}