blob: 43ae6c142649f9ec81bdf48b7a0301759e38b376 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: chromiumos/config/api/test/results/v1/software_overrides_config.proto
package results
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Software overridden from the normal system software.
// Next Tag: 2
type SoftwareOverridesConfig struct {
// Packages that were explicitly overridden from the normal system software.
Packages []*Package `protobuf:"bytes,1,rep,name=packages,proto3" json:"packages,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SoftwareOverridesConfig) Reset() { *m = SoftwareOverridesConfig{} }
func (m *SoftwareOverridesConfig) String() string { return proto.CompactTextString(m) }
func (*SoftwareOverridesConfig) ProtoMessage() {}
func (*SoftwareOverridesConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_c70f1a192a9429bb, []int{0}
}
func (m *SoftwareOverridesConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SoftwareOverridesConfig.Unmarshal(m, b)
}
func (m *SoftwareOverridesConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SoftwareOverridesConfig.Marshal(b, m, deterministic)
}
func (m *SoftwareOverridesConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_SoftwareOverridesConfig.Merge(m, src)
}
func (m *SoftwareOverridesConfig) XXX_Size() int {
return xxx_messageInfo_SoftwareOverridesConfig.Size(m)
}
func (m *SoftwareOverridesConfig) XXX_DiscardUnknown() {
xxx_messageInfo_SoftwareOverridesConfig.DiscardUnknown(m)
}
var xxx_messageInfo_SoftwareOverridesConfig proto.InternalMessageInfo
func (m *SoftwareOverridesConfig) GetPackages() []*Package {
if m != nil {
return m.Packages
}
return nil
}
func init() {
proto.RegisterType((*SoftwareOverridesConfig)(nil), "chromiumos.config.api.test.results.v1.SoftwareOverridesConfig")
}
func init() {
proto.RegisterFile("chromiumos/config/api/test/results/v1/software_overrides_config.proto", fileDescriptor_c70f1a192a9429bb)
}
var fileDescriptor_c70f1a192a9429bb = []byte{
// 191 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x72, 0x4d, 0xce, 0x28, 0xca,
0xcf, 0xcd, 0x2c, 0xcd, 0xcd, 0x2f, 0xd6, 0x4f, 0xce, 0xcf, 0x4b, 0xcb, 0x4c, 0xd7, 0x4f, 0x2c,
0xc8, 0xd4, 0x2f, 0x49, 0x2d, 0x2e, 0xd1, 0x2f, 0x4a, 0x2d, 0x2e, 0xcd, 0x29, 0x29, 0xd6, 0x2f,
0x33, 0xd4, 0x2f, 0xce, 0x4f, 0x2b, 0x29, 0x4f, 0x2c, 0x4a, 0x8d, 0xcf, 0x2f, 0x4b, 0x2d, 0x2a,
0xca, 0x4c, 0x49, 0x2d, 0x8e, 0x87, 0xa8, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, 0x45,
0x18, 0xa3, 0x07, 0x95, 0x48, 0x2c, 0xc8, 0xd4, 0x03, 0x19, 0xa3, 0x07, 0x35, 0x46, 0xaf, 0xcc,
0x50, 0xca, 0x98, 0x38, 0xdb, 0x0a, 0x12, 0x93, 0xb3, 0x13, 0xd3, 0x53, 0x21, 0x66, 0x2b, 0xa5,
0x72, 0x89, 0x07, 0x43, 0xad, 0xf7, 0x87, 0xd9, 0xee, 0x0c, 0xd6, 0x2c, 0xe4, 0xc5, 0xc5, 0x01,
0x55, 0x5b, 0x2c, 0xc1, 0xa8, 0xc0, 0xac, 0xc1, 0x6d, 0xa4, 0xa7, 0x47, 0x94, 0x4b, 0xf4, 0x02,
0x20, 0xda, 0x82, 0xe0, 0xfa, 0x9d, 0x9c, 0xa2, 0x1c, 0xd2, 0xf3, 0xe1, 0xba, 0xf5, 0xf2, 0x8b,
0xd2, 0xf5, 0x31, 0x5d, 0x9b, 0x9e, 0x8f, 0xcd, 0xc1, 0xd6, 0x50, 0x66, 0x12, 0x1b, 0xd8, 0xc5,
0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2e, 0x16, 0xb8, 0xbb, 0x56, 0x01, 0x00, 0x00,
}