blob: 210b532ad1c67a51236677717dfdc9a7e9b632f1 [file] [log] [blame]
// Copyright 2021 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/api/design_config_package.proto
package api
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)
)
// Bundle of all configs related to a given Design.Config
type DesignConfigPackage struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
DesignConfig *Design_Config `protobuf:"bytes,1,opt,name=design_config,json=designConfig,proto3" json:"design_config,omitempty"`
Design *Design `protobuf:"bytes,2,opt,name=design,proto3" json:"design,omitempty"`
Odm *Partner `protobuf:"bytes,3,opt,name=odm,proto3" json:"odm,omitempty"`
Program *Program `protobuf:"bytes,4,opt,name=program,proto3" json:"program,omitempty"`
}
func (x *DesignConfigPackage) Reset() {
*x = DesignConfigPackage{}
if protoimpl.UnsafeEnabled {
mi := &file_chromiumos_config_api_design_config_package_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DesignConfigPackage) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DesignConfigPackage) ProtoMessage() {}
func (x *DesignConfigPackage) ProtoReflect() protoreflect.Message {
mi := &file_chromiumos_config_api_design_config_package_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 DesignConfigPackage.ProtoReflect.Descriptor instead.
func (*DesignConfigPackage) Descriptor() ([]byte, []int) {
return file_chromiumos_config_api_design_config_package_proto_rawDescGZIP(), []int{0}
}
func (x *DesignConfigPackage) GetDesignConfig() *Design_Config {
if x != nil {
return x.DesignConfig
}
return nil
}
func (x *DesignConfigPackage) GetDesign() *Design {
if x != nil {
return x.Design
}
return nil
}
func (x *DesignConfigPackage) GetOdm() *Partner {
if x != nil {
return x.Odm
}
return nil
}
func (x *DesignConfigPackage) GetProgram() *Program {
if x != nil {
return x.Program
}
return nil
}
var File_chromiumos_config_api_design_config_package_proto protoreflect.FileDescriptor
var file_chromiumos_config_api_design_config_package_proto_rawDesc = []byte{
0x0a, 0x31, 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, 0x5f, 0x63,
0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x12, 0x15, 0x63, 0x68, 0x72, 0x6f, 0x6d, 0x69, 0x75, 0x6d, 0x6f, 0x73, 0x2e,
0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x61, 0x70, 0x69, 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, 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, 0x22, 0x83, 0x02, 0x0a, 0x13, 0x44, 0x65, 0x73,
0x69, 0x67, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65,
0x12, 0x49, 0x0a, 0x0d, 0x64, 0x65, 0x73, 0x69, 0x67, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69,
0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 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, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0c, 0x64,
0x65, 0x73, 0x69, 0x67, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x35, 0x0a, 0x06, 0x64,
0x65, 0x73, 0x69, 0x67, 0x6e, 0x18, 0x02, 0x20, 0x01, 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, 0x06, 0x64, 0x65, 0x73, 0x69,
0x67, 0x6e, 0x12, 0x30, 0x0a, 0x03, 0x6f, 0x64, 0x6d, 0x18, 0x03, 0x20, 0x01, 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,
0x03, 0x6f, 0x64, 0x6d, 0x12, 0x38, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x18,
0x04, 0x20, 0x01, 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, 0x07, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x61, 0x6d, 0x42, 0x2a,
0x5a, 0x28, 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, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_chromiumos_config_api_design_config_package_proto_rawDescOnce sync.Once
file_chromiumos_config_api_design_config_package_proto_rawDescData = file_chromiumos_config_api_design_config_package_proto_rawDesc
)
func file_chromiumos_config_api_design_config_package_proto_rawDescGZIP() []byte {
file_chromiumos_config_api_design_config_package_proto_rawDescOnce.Do(func() {
file_chromiumos_config_api_design_config_package_proto_rawDescData = protoimpl.X.CompressGZIP(file_chromiumos_config_api_design_config_package_proto_rawDescData)
})
return file_chromiumos_config_api_design_config_package_proto_rawDescData
}
var file_chromiumos_config_api_design_config_package_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_chromiumos_config_api_design_config_package_proto_goTypes = []interface{}{
(*DesignConfigPackage)(nil), // 0: chromiumos.config.api.DesignConfigPackage
(*Design_Config)(nil), // 1: chromiumos.config.api.Design.Config
(*Design)(nil), // 2: chromiumos.config.api.Design
(*Partner)(nil), // 3: chromiumos.config.api.Partner
(*Program)(nil), // 4: chromiumos.config.api.Program
}
var file_chromiumos_config_api_design_config_package_proto_depIdxs = []int32{
1, // 0: chromiumos.config.api.DesignConfigPackage.design_config:type_name -> chromiumos.config.api.Design.Config
2, // 1: chromiumos.config.api.DesignConfigPackage.design:type_name -> chromiumos.config.api.Design
3, // 2: chromiumos.config.api.DesignConfigPackage.odm:type_name -> chromiumos.config.api.Partner
4, // 3: chromiumos.config.api.DesignConfigPackage.program:type_name -> chromiumos.config.api.Program
4, // [4:4] is the sub-list for method output_type
4, // [4:4] is the sub-list for method input_type
4, // [4:4] is the sub-list for extension type_name
4, // [4:4] is the sub-list for extension extendee
0, // [0:4] is the sub-list for field type_name
}
func init() { file_chromiumos_config_api_design_config_package_proto_init() }
func file_chromiumos_config_api_design_config_package_proto_init() {
if File_chromiumos_config_api_design_config_package_proto != nil {
return
}
file_chromiumos_config_api_design_proto_init()
file_chromiumos_config_api_partner_proto_init()
file_chromiumos_config_api_program_proto_init()
if !protoimpl.UnsafeEnabled {
file_chromiumos_config_api_design_config_package_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DesignConfigPackage); 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_api_design_config_package_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_chromiumos_config_api_design_config_package_proto_goTypes,
DependencyIndexes: file_chromiumos_config_api_design_config_package_proto_depIdxs,
MessageInfos: file_chromiumos_config_api_design_config_package_proto_msgTypes,
}.Build()
File_chromiumos_config_api_design_config_package_proto = out.File
file_chromiumos_config_api_design_config_package_proto_rawDesc = nil
file_chromiumos_config_api_design_config_package_proto_goTypes = nil
file_chromiumos_config_api_design_config_package_proto_depIdxs = nil
}