Lines Matching defs:LicenseMetadata
37 type LicenseMetadata struct { struct
38 state protoimpl.MessageState
39 sizeCache protoimpl.SizeCache
40 unknownFields protoimpl.UnknownFields
43 … *string `protobuf:"bytes,1,opt,name=package_name,json=packageName" json:"package_name,omitempty"`
44 … []string `protobuf:"bytes,2,rep,name=module_types,json=moduleTypes" json:"module_types,omitempty"`
45 …ing `protobuf:"bytes,3,rep,name=module_classes,json=moduleClasses" json:"module_classes,omitempty"`
47 Projects []string `protobuf:"bytes,4,rep,name=projects" json:"projects,omitempty"`
49 …string `protobuf:"bytes,5,rep,name=license_kinds,json=licenseKinds" json:"license_kinds,omitempty"`
51 …f:"bytes,6,rep,name=license_conditions,json=licenseConditions" json:"license_conditions,omitempty"`
53 …string `protobuf:"bytes,7,rep,name=license_texts,json=licenseTexts" json:"license_texts,omitempty"`
55 …er *bool `protobuf:"varint,8,opt,name=is_container,json=isContainer" json:"is_container,omitempty"`
57 Built []string `protobuf:"bytes,9,rep,name=built" json:"built,omitempty"`
59 Installed []string `protobuf:"bytes,10,rep,name=installed" json:"installed,omitempty"`
61 …*InstallMap `protobuf:"bytes,11,rep,name=install_map,json=installMap" json:"install_map,omitempty"`
63 Sources []string `protobuf:"bytes,12,rep,name=sources" json:"sources,omitempty"`
65 Deps []*AnnotatedDependency `protobuf:"bytes,13,rep,name=deps" json:"deps,omitempty"`
68 func (x *LicenseMetadata) Reset() {
77 func (x *LicenseMetadata) String() string {
81 func (*LicenseMetadata) ProtoMessage() {}
83 func (x *LicenseMetadata) ProtoReflect() protoreflect.Message {
96 func (*LicenseMetadata) Descriptor() ([]byte, []int) {
100 func (x *LicenseMetadata) GetPackageName() string {
107 func (x *LicenseMetadata) GetModuleTypes() []string {
114 func (x *LicenseMetadata) GetModuleClasses() []string {
121 func (x *LicenseMetadata) GetProjects() []string {
128 func (x *LicenseMetadata) GetLicenseKinds() []string {
135 func (x *LicenseMetadata) GetLicenseConditions() []string {
142 func (x *LicenseMetadata) GetLicenseTexts() []string {
149 func (x *LicenseMetadata) GetIsContainer() bool {
156 func (x *LicenseMetadata) GetBuilt() []string {
163 func (x *LicenseMetadata) GetInstalled() []string {
170 func (x *LicenseMetadata) GetInstallMap() []*InstallMap {
177 func (x *LicenseMetadata) GetSources() []string {
184 func (x *LicenseMetadata) GetDeps() []*AnnotatedDependency {