blob: fb99b28c239908c45abc1f2ef24394f82894b0f1 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: config/api/partner_id.proto
package api
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
// Uniquely identifies any contributing partner to any of the chromiumos
// projects.
// E.g. ODMs, OEMs, SoC & Component Manufacturers, ...
type PartnerId struct {
Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *PartnerId) Reset() { *m = PartnerId{} }
func (m *PartnerId) String() string { return proto.CompactTextString(m) }
func (*PartnerId) ProtoMessage() {}
func (*PartnerId) Descriptor() ([]byte, []int) {
return fileDescriptor_af3fa75030159ae9, []int{0}
}
func (m *PartnerId) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_PartnerId.Unmarshal(m, b)
}
func (m *PartnerId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_PartnerId.Marshal(b, m, deterministic)
}
func (m *PartnerId) XXX_Merge(src proto.Message) {
xxx_messageInfo_PartnerId.Merge(m, src)
}
func (m *PartnerId) XXX_Size() int {
return xxx_messageInfo_PartnerId.Size(m)
}
func (m *PartnerId) XXX_DiscardUnknown() {
xxx_messageInfo_PartnerId.DiscardUnknown(m)
}
var xxx_messageInfo_PartnerId proto.InternalMessageInfo
func (m *PartnerId) GetValue() string {
if m != nil {
return m.Value
}
return ""
}
func init() {
proto.RegisterType((*PartnerId)(nil), "chromiumos.config.api.PartnerId")
}
func init() { proto.RegisterFile("config/api/partner_id.proto", fileDescriptor_af3fa75030159ae9) }
var fileDescriptor_af3fa75030159ae9 = []byte{
// 127 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4e, 0xce, 0xcf, 0x4b,
0xcb, 0x4c, 0xd7, 0x4f, 0x2c, 0xc8, 0xd4, 0x2f, 0x48, 0x2c, 0x2a, 0xc9, 0x4b, 0x2d, 0x8a, 0xcf,
0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x4d, 0xce, 0x28, 0xca, 0xcf, 0xcd, 0x2c,
0xcd, 0xcd, 0x2f, 0xd6, 0x83, 0xa8, 0xd3, 0x4b, 0x2c, 0xc8, 0x54, 0x52, 0xe4, 0xe2, 0x0c, 0x80,
0x28, 0xf5, 0x4c, 0x11, 0x12, 0xe1, 0x62, 0x2d, 0x4b, 0xcc, 0x29, 0x4d, 0x95, 0x60, 0x54, 0x60,
0xd4, 0xe0, 0x0c, 0x82, 0x70, 0x9c, 0xb4, 0xa2, 0x34, 0xd2, 0xf3, 0xf5, 0x60, 0xda, 0xf5, 0xf2,
0x8b, 0xd2, 0xf5, 0x11, 0x66, 0xe9, 0x43, 0xed, 0x4c, 0xcf, 0x07, 0x59, 0x9b, 0xc4, 0x06, 0xb6,
0xcc, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x93, 0x74, 0xb9, 0x6b, 0x8b, 0x00, 0x00, 0x00,
}