| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: machine_id.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 MachineID struct { |
| // A unique ID for machine: |
| // * AssetTag for ChromeOS machine (device) |
| // * Serial number for Chrome machine (server) |
| 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 *MachineID) Reset() { *m = MachineID{} } |
| func (m *MachineID) String() string { return proto.CompactTextString(m) } |
| func (*MachineID) ProtoMessage() {} |
| func (*MachineID) Descriptor() ([]byte, []int) { |
| return fileDescriptor_8729c13a3db8ea75, []int{0} |
| } |
| |
| func (m *MachineID) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_MachineID.Unmarshal(m, b) |
| } |
| func (m *MachineID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_MachineID.Marshal(b, m, deterministic) |
| } |
| func (m *MachineID) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_MachineID.Merge(m, src) |
| } |
| func (m *MachineID) XXX_Size() int { |
| return xxx_messageInfo_MachineID.Size(m) |
| } |
| func (m *MachineID) XXX_DiscardUnknown() { |
| xxx_messageInfo_MachineID.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_MachineID proto.InternalMessageInfo |
| |
| func (m *MachineID) GetValue() string { |
| if m != nil { |
| return m.Value |
| } |
| return "" |
| } |
| |
| func init() { |
| proto.RegisterType((*MachineID)(nil), "fleet.MachineID") |
| } |
| |
| func init() { proto.RegisterFile("machine_id.proto", fileDescriptor_8729c13a3db8ea75) } |
| |
| var fileDescriptor_8729c13a3db8ea75 = []byte{ |
| // 105 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xc8, 0x4d, 0x4c, 0xce, |
| 0xc8, 0xcc, 0x4b, 0x8d, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4d, 0xcb, |
| 0x49, 0x4d, 0x2d, 0x51, 0x52, 0xe4, 0xe2, 0xf4, 0x85, 0x48, 0x79, 0xba, 0x08, 0x89, 0x70, 0xb1, |
| 0x96, 0x25, 0xe6, 0x94, 0xa6, 0x4a, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x06, 0x41, 0x38, 0x4e, 0x32, |
| 0x51, 0x52, 0x99, 0x79, 0x69, 0x45, 0x89, 0xfa, 0x39, 0x99, 0x49, 0xc5, 0xfa, 0x60, 0x6d, 0xfa, |
| 0x60, 0x33, 0x8a, 0xf5, 0xd3, 0xf3, 0x93, 0xd8, 0xc0, 0x4c, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, |
| 0xff, 0xd8, 0x49, 0x2d, 0x84, 0x62, 0x00, 0x00, 0x00, |
| } |