constellation/internal/versions/components/components.pb.go
renovate[bot] 88ca92509c
deps: update Go dependencies (#3735)
* deps: update Go dependencies

* deps: rollback go-tpm-tools

* deps: tidy all modules

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
Co-authored-by: edgelessci <edgelessci@users.noreply.github.com>
2025-04-02 16:20:47 +02:00

150 lines
5.1 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.6
// protoc v5.29.1
// source: internal/versions/components/components.proto
package components
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type Component struct {
state protoimpl.MessageState `protogen:"open.v1"`
Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
InstallPath string `protobuf:"bytes,3,opt,name=install_path,json=installPath,proto3" json:"install_path,omitempty"`
Extract bool `protobuf:"varint,4,opt,name=extract,proto3" json:"extract,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *Component) Reset() {
*x = Component{}
mi := &file_internal_versions_components_components_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *Component) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Component) ProtoMessage() {}
func (x *Component) ProtoReflect() protoreflect.Message {
mi := &file_internal_versions_components_components_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Component.ProtoReflect.Descriptor instead.
func (*Component) Descriptor() ([]byte, []int) {
return file_internal_versions_components_components_proto_rawDescGZIP(), []int{0}
}
func (x *Component) GetUrl() string {
if x != nil {
return x.Url
}
return ""
}
func (x *Component) GetHash() string {
if x != nil {
return x.Hash
}
return ""
}
func (x *Component) GetInstallPath() string {
if x != nil {
return x.InstallPath
}
return ""
}
func (x *Component) GetExtract() bool {
if x != nil {
return x.Extract
}
return false
}
var File_internal_versions_components_components_proto protoreflect.FileDescriptor
const file_internal_versions_components_components_proto_rawDesc = "" +
"\n" +
"-internal/versions/components/components.proto\x12\n" +
"components\"n\n" +
"\tComponent\x12\x10\n" +
"\x03url\x18\x01 \x01(\tR\x03url\x12\x12\n" +
"\x04hash\x18\x02 \x01(\tR\x04hash\x12!\n" +
"\finstall_path\x18\x03 \x01(\tR\vinstallPath\x12\x18\n" +
"\aextract\x18\x04 \x01(\bR\aextractBFZDgithub.com/edgelesssys/constellation/v2/internal/versions/componentsb\x06proto3"
var (
file_internal_versions_components_components_proto_rawDescOnce sync.Once
file_internal_versions_components_components_proto_rawDescData []byte
)
func file_internal_versions_components_components_proto_rawDescGZIP() []byte {
file_internal_versions_components_components_proto_rawDescOnce.Do(func() {
file_internal_versions_components_components_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_internal_versions_components_components_proto_rawDesc), len(file_internal_versions_components_components_proto_rawDesc)))
})
return file_internal_versions_components_components_proto_rawDescData
}
var file_internal_versions_components_components_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_internal_versions_components_components_proto_goTypes = []any{
(*Component)(nil), // 0: components.Component
}
var file_internal_versions_components_components_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for method output_type
0, // [0:0] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_internal_versions_components_components_proto_init() }
func file_internal_versions_components_components_proto_init() {
if File_internal_versions_components_components_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_internal_versions_components_components_proto_rawDesc), len(file_internal_versions_components_components_proto_rawDesc)),
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_internal_versions_components_components_proto_goTypes,
DependencyIndexes: file_internal_versions_components_components_proto_depIdxs,
MessageInfos: file_internal_versions_components_components_proto_msgTypes,
}.Build()
File_internal_versions_components_components_proto = out.File
file_internal_versions_components_components_proto_goTypes = nil
file_internal_versions_components_components_proto_depIdxs = nil
}