Documentation ¶
Index ¶
- Variables
- type Product
- func (*Product) Descriptor() ([]byte, []int)deprecated
- func (x *Product) GetGuid() string
- func (x *Product) GetInstallDate() *timestamppb.Timestamp
- func (x *Product) GetName() string
- func (x *Product) GetPublisher() string
- func (x *Product) GetVersion() string
- func (*Product) ProtoMessage()
- func (x *Product) ProtoReflect() protoreflect.Message
- func (x *Product) Reset()
- func (x *Product) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_models_msi_product_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Product ¶
type Product struct { Guid string `protobuf:"bytes,1,opt,name=guid,proto3" json:"guid,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"` Publisher string `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"` InstallDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=install_date,json=installDate,proto3" json:"install_date,omitempty"` // contains filtered or unexported fields }
func (*Product) Descriptor
deprecated
func (*Product) GetInstallDate ¶
func (x *Product) GetInstallDate() *timestamppb.Timestamp
func (*Product) GetPublisher ¶
func (*Product) GetVersion ¶
func (*Product) ProtoMessage ¶
func (*Product) ProtoMessage()
func (*Product) ProtoReflect ¶
func (x *Product) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.