| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: chrome_config.proto |
| |
| package _go |
| |
| 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 |
| |
| type ChromePlatform struct { |
| Id *ChromePlatformID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` |
| VmSlots int32 `protobuf:"varint,2,opt,name=vm_slots,json=vmSlots,proto3" json:"vm_slots,omitempty"` |
| Manufacturer string `protobuf:"bytes,3,opt,name=manufacturer,proto3" json:"manufacturer,omitempty"` |
| Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *ChromePlatform) Reset() { *m = ChromePlatform{} } |
| func (m *ChromePlatform) String() string { return proto.CompactTextString(m) } |
| func (*ChromePlatform) ProtoMessage() {} |
| func (*ChromePlatform) Descriptor() ([]byte, []int) { |
| return fileDescriptor_658ad51919dc771e, []int{0} |
| } |
| |
| func (m *ChromePlatform) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_ChromePlatform.Unmarshal(m, b) |
| } |
| func (m *ChromePlatform) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_ChromePlatform.Marshal(b, m, deterministic) |
| } |
| func (m *ChromePlatform) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_ChromePlatform.Merge(m, src) |
| } |
| func (m *ChromePlatform) XXX_Size() int { |
| return xxx_messageInfo_ChromePlatform.Size(m) |
| } |
| func (m *ChromePlatform) XXX_DiscardUnknown() { |
| xxx_messageInfo_ChromePlatform.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_ChromePlatform proto.InternalMessageInfo |
| |
| func (m *ChromePlatform) GetId() *ChromePlatformID { |
| if m != nil { |
| return m.Id |
| } |
| return nil |
| } |
| |
| func (m *ChromePlatform) GetVmSlots() int32 { |
| if m != nil { |
| return m.VmSlots |
| } |
| return 0 |
| } |
| |
| func (m *ChromePlatform) GetManufacturer() string { |
| if m != nil { |
| return m.Manufacturer |
| } |
| return "" |
| } |
| |
| func (m *ChromePlatform) GetDescription() string { |
| if m != nil { |
| return m.Description |
| } |
| return "" |
| } |
| |
| type OSVersion struct { |
| Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` |
| Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` |
| XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| XXX_unrecognized []byte `json:"-"` |
| XXX_sizecache int32 `json:"-"` |
| } |
| |
| func (m *OSVersion) Reset() { *m = OSVersion{} } |
| func (m *OSVersion) String() string { return proto.CompactTextString(m) } |
| func (*OSVersion) ProtoMessage() {} |
| func (*OSVersion) Descriptor() ([]byte, []int) { |
| return fileDescriptor_658ad51919dc771e, []int{1} |
| } |
| |
| func (m *OSVersion) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_OSVersion.Unmarshal(m, b) |
| } |
| func (m *OSVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_OSVersion.Marshal(b, m, deterministic) |
| } |
| func (m *OSVersion) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_OSVersion.Merge(m, src) |
| } |
| func (m *OSVersion) XXX_Size() int { |
| return xxx_messageInfo_OSVersion.Size(m) |
| } |
| func (m *OSVersion) XXX_DiscardUnknown() { |
| xxx_messageInfo_OSVersion.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_OSVersion proto.InternalMessageInfo |
| |
| func (m *OSVersion) GetValue() string { |
| if m != nil { |
| return m.Value |
| } |
| return "" |
| } |
| |
| func (m *OSVersion) GetDescription() string { |
| if m != nil { |
| return m.Description |
| } |
| return "" |
| } |
| |
| type ChromePlatformID 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 *ChromePlatformID) Reset() { *m = ChromePlatformID{} } |
| func (m *ChromePlatformID) String() string { return proto.CompactTextString(m) } |
| func (*ChromePlatformID) ProtoMessage() {} |
| func (*ChromePlatformID) Descriptor() ([]byte, []int) { |
| return fileDescriptor_658ad51919dc771e, []int{2} |
| } |
| |
| func (m *ChromePlatformID) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_ChromePlatformID.Unmarshal(m, b) |
| } |
| func (m *ChromePlatformID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_ChromePlatformID.Marshal(b, m, deterministic) |
| } |
| func (m *ChromePlatformID) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_ChromePlatformID.Merge(m, src) |
| } |
| func (m *ChromePlatformID) XXX_Size() int { |
| return xxx_messageInfo_ChromePlatformID.Size(m) |
| } |
| func (m *ChromePlatformID) XXX_DiscardUnknown() { |
| xxx_messageInfo_ChromePlatformID.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_ChromePlatformID proto.InternalMessageInfo |
| |
| func (m *ChromePlatformID) GetValue() string { |
| if m != nil { |
| return m.Value |
| } |
| return "" |
| } |
| |
| func init() { |
| proto.RegisterType((*ChromePlatform)(nil), "fleet.ChromePlatform") |
| proto.RegisterType((*OSVersion)(nil), "fleet.OSVersion") |
| proto.RegisterType((*ChromePlatformID)(nil), "fleet.ChromePlatformID") |
| } |
| |
| func init() { proto.RegisterFile("chrome_config.proto", fileDescriptor_658ad51919dc771e) } |
| |
| var fileDescriptor_658ad51919dc771e = []byte{ |
| // 234 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x90, 0x41, 0x4b, 0xc4, 0x30, |
| 0x10, 0x85, 0x49, 0xb5, 0x6a, 0x67, 0x45, 0x24, 0x0a, 0x56, 0xf1, 0x50, 0x7a, 0xb1, 0xa7, 0x16, |
| 0xf4, 0x1f, 0xb8, 0x5e, 0x3c, 0x29, 0x5d, 0xf0, 0xe0, 0x65, 0xc9, 0xa6, 0xc9, 0x1a, 0x48, 0x32, |
| 0xcb, 0x24, 0xed, 0x8f, 0xf1, 0xd7, 0x8a, 0xf1, 0xe2, 0x56, 0x6f, 0xf3, 0xde, 0x3c, 0x3e, 0xde, |
| 0x0c, 0x5c, 0xc8, 0x0f, 0x42, 0xa7, 0xd6, 0x12, 0xbd, 0x36, 0xdb, 0x76, 0x47, 0x18, 0x91, 0xe7, |
| 0xda, 0x2a, 0x15, 0xeb, 0x4f, 0x06, 0x67, 0xcb, 0xb4, 0x7e, 0xb5, 0x22, 0x6a, 0x24, 0xc7, 0xef, |
| 0x20, 0x33, 0x43, 0xc9, 0x2a, 0xd6, 0x2c, 0xee, 0xaf, 0xda, 0x14, 0x6b, 0xf7, 0x23, 0xcf, 0x4f, |
| 0x7d, 0x66, 0x06, 0x7e, 0x0d, 0x27, 0x93, 0x5b, 0x07, 0x8b, 0x31, 0x94, 0x59, 0xc5, 0x9a, 0xbc, |
| 0x3f, 0x9e, 0xdc, 0xea, 0x5b, 0xf2, 0x1a, 0x4e, 0x9d, 0xf0, 0xa3, 0x16, 0x32, 0x8e, 0xa4, 0xa8, |
| 0x3c, 0xa8, 0x58, 0x53, 0xf4, 0x7b, 0x1e, 0xaf, 0x60, 0x31, 0xa8, 0x20, 0xc9, 0xec, 0xa2, 0x41, |
| 0x5f, 0x1e, 0xa6, 0xc8, 0x6f, 0xab, 0x5e, 0x42, 0xf1, 0xb2, 0x7a, 0x53, 0x14, 0x0c, 0x7a, 0x7e, |
| 0x09, 0xf9, 0x24, 0xec, 0xa8, 0x52, 0xb3, 0xa2, 0xff, 0x11, 0x73, 0x48, 0xf6, 0x17, 0xd2, 0xc0, |
| 0xf9, 0xbc, 0xfd, 0xff, 0xac, 0xc7, 0xdb, 0xf7, 0x1b, 0xe3, 0x35, 0x89, 0xce, 0x9a, 0x4d, 0xe8, |
| 0xd2, 0xe1, 0x5d, 0x7a, 0x56, 0xe8, 0xb6, 0xb8, 0x39, 0x4a, 0xe3, 0xc3, 0x57, 0x00, 0x00, 0x00, |
| 0xff, 0xff, 0xad, 0xd9, 0xde, 0x95, 0x4e, 0x01, 0x00, 0x00, |
| } |