| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: network_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 VlanID 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 *VlanID) Reset() { *m = VlanID{} } |
| func (m *VlanID) String() string { return proto.CompactTextString(m) } |
| func (*VlanID) ProtoMessage() {} |
| func (*VlanID) Descriptor() ([]byte, []int) { |
| return fileDescriptor_b6badc17a8489ad7, []int{0} |
| } |
| |
| func (m *VlanID) XXX_Unmarshal(b []byte) error { |
| return xxx_messageInfo_VlanID.Unmarshal(m, b) |
| } |
| func (m *VlanID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| return xxx_messageInfo_VlanID.Marshal(b, m, deterministic) |
| } |
| func (m *VlanID) XXX_Merge(src proto.Message) { |
| xxx_messageInfo_VlanID.Merge(m, src) |
| } |
| func (m *VlanID) XXX_Size() int { |
| return xxx_messageInfo_VlanID.Size(m) |
| } |
| func (m *VlanID) XXX_DiscardUnknown() { |
| xxx_messageInfo_VlanID.DiscardUnknown(m) |
| } |
| |
| var xxx_messageInfo_VlanID proto.InternalMessageInfo |
| |
| func (m *VlanID) GetValue() string { |
| if m != nil { |
| return m.Value |
| } |
| return "" |
| } |
| |
| func init() { |
| proto.RegisterType((*VlanID)(nil), "fleet.VlanID") |
| } |
| |
| func init() { proto.RegisterFile("network_id.proto", fileDescriptor_b6badc17a8489ad7) } |
| |
| var fileDescriptor_b6badc17a8489ad7 = []byte{ |
| // 106 bytes of a gzipped FileDescriptorProto |
| 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xc8, 0x4b, 0x2d, 0x29, |
| 0xcf, 0x2f, 0xca, 0x8e, 0xcf, 0x4c, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x4d, 0xcb, |
| 0x49, 0x4d, 0x2d, 0x51, 0x92, 0xe3, 0x62, 0x0b, 0xcb, 0x49, 0xcc, 0xf3, 0x74, 0x11, 0x12, 0xe1, |
| 0x62, 0x2d, 0x4b, 0xcc, 0x29, 0x4d, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x70, 0x9c, |
| 0x64, 0xa2, 0xa4, 0x32, 0xf3, 0xd2, 0x8a, 0x12, 0xf5, 0x73, 0x32, 0x93, 0x8a, 0xf5, 0xc1, 0x7a, |
| 0xf4, 0xc1, 0x06, 0x14, 0xeb, 0xa7, 0xe7, 0x27, 0xb1, 0x81, 0x99, 0xc6, 0x80, 0x00, 0x00, 0x00, |
| 0xff, 0xff, 0x68, 0xd0, 0x63, 0x02, 0x5f, 0x00, 0x00, 0x00, |
| } |