// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: BUSL-1.1 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.10 // protoc (unknown) // source: controller/storage/host/static/store/v1/static.proto // Package store provides protobufs for storing types in the static host // package. package store import ( timestamp "github.com/hashicorp/boundary/internal/db/timestamp" _ "github.com/hashicorp/boundary/sdk/pbs/controller/protooptions" 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 HostCatalog struct { state protoimpl.MessageState `protogen:"open.v1"` // public_is is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,1,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // The create_time is set by the database. // @inject_tag: `gorm:"default:current_timestamp"` CreateTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty" gorm:"default:current_timestamp"` // The update_time is set by the database. // @inject_tag: `gorm:"default:current_timestamp"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty" gorm:"default:current_timestamp"` // name is optional. If set, it must be unique within project_id. // @inject_tag: `gorm:"default:null"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty" gorm:"default:null"` // description is optional. // @inject_tag: `gorm:"default:null"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty" gorm:"default:null"` // The project_id of the owning scope and must be set. // @inject_tag: `gorm:"not_null"` ProjectId string `protobuf:"bytes,6,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" gorm:"not_null"` // version allows optimistic locking of the resource // @inject_tag: `gorm:"default:null"` Version uint32 `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty" gorm:"default:null"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *HostCatalog) Reset() { *x = HostCatalog{} mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *HostCatalog) String() string { return protoimpl.X.MessageStringOf(x) } func (*HostCatalog) ProtoMessage() {} func (x *HostCatalog) ProtoReflect() protoreflect.Message { mi := &file_controller_storage_host_static_store_v1_static_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 HostCatalog.ProtoReflect.Descriptor instead. func (*HostCatalog) Descriptor() ([]byte, []int) { return file_controller_storage_host_static_store_v1_static_proto_rawDescGZIP(), []int{0} } func (x *HostCatalog) GetPublicId() string { if x != nil { return x.PublicId } return "" } func (x *HostCatalog) GetCreateTime() *timestamp.Timestamp { if x != nil { return x.CreateTime } return nil } func (x *HostCatalog) GetUpdateTime() *timestamp.Timestamp { if x != nil { return x.UpdateTime } return nil } func (x *HostCatalog) GetName() string { if x != nil { return x.Name } return "" } func (x *HostCatalog) GetDescription() string { if x != nil { return x.Description } return "" } func (x *HostCatalog) GetProjectId() string { if x != nil { return x.ProjectId } return "" } func (x *HostCatalog) GetVersion() uint32 { if x != nil { return x.Version } return 0 } type Host struct { state protoimpl.MessageState `protogen:"open.v1"` // public_is is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,1,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // The create_time is set by the database. // @inject_tag: `gorm:"default:current_timestamp"` CreateTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty" gorm:"default:current_timestamp"` // The update_time is set by the database. // @inject_tag: `gorm:"default:current_timestamp"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty" gorm:"default:current_timestamp"` // name is optional. If set, it must be unique within // catalog_id. // @inject_tag: `gorm:"default:null"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty" gorm:"default:null"` // description is optional. // @inject_tag: `gorm:"default:null"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty" gorm:"default:null"` // catalog_id is the public_id of the owning // static_host_catalog and must be set. // @inject_tag: `gorm:"not_null"` CatalogId string `protobuf:"bytes,6,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty" gorm:"not_null"` // address is the IP Address or DNS name of the host. It must be set and // it must be unique within catalog_id. // @inject_tag: `gorm:"default:null"` Address string `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty" gorm:"default:null"` // version allows optimistic locking of the resource // @inject_tag: `gorm:"default:null"` Version uint32 `protobuf:"varint,8,opt,name=version,proto3" json:"version,omitempty" gorm:"default:null"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *Host) Reset() { *x = Host{} mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *Host) String() string { return protoimpl.X.MessageStringOf(x) } func (*Host) ProtoMessage() {} func (x *Host) ProtoReflect() protoreflect.Message { mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[1] 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 Host.ProtoReflect.Descriptor instead. func (*Host) Descriptor() ([]byte, []int) { return file_controller_storage_host_static_store_v1_static_proto_rawDescGZIP(), []int{1} } func (x *Host) GetPublicId() string { if x != nil { return x.PublicId } return "" } func (x *Host) GetCreateTime() *timestamp.Timestamp { if x != nil { return x.CreateTime } return nil } func (x *Host) GetUpdateTime() *timestamp.Timestamp { if x != nil { return x.UpdateTime } return nil } func (x *Host) GetName() string { if x != nil { return x.Name } return "" } func (x *Host) GetDescription() string { if x != nil { return x.Description } return "" } func (x *Host) GetCatalogId() string { if x != nil { return x.CatalogId } return "" } func (x *Host) GetAddress() string { if x != nil { return x.Address } return "" } func (x *Host) GetVersion() uint32 { if x != nil { return x.Version } return 0 } type HostSet struct { state protoimpl.MessageState `protogen:"open.v1"` // public_is is a surrogate key suitable for use in a public API. // @inject_tag: `gorm:"primary_key"` PublicId string `protobuf:"bytes,1,opt,name=public_id,json=publicId,proto3" json:"public_id,omitempty" gorm:"primary_key"` // The create_time is set by the database. // @inject_tag: `gorm:"default:current_timestamp"` CreateTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty" gorm:"default:current_timestamp"` // The update_time is set by the database. // @inject_tag: `gorm:"default:current_timestamp"` UpdateTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty" gorm:"default:current_timestamp"` // name is optional. If set, it must be unique within // catalog_id. // @inject_tag: `gorm:"default:null"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty" gorm:"default:null"` // description is optional. // @inject_tag: `gorm:"default:null"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty" gorm:"default:null"` // catalog_id is the public_id of the owning // static_host_catalog and must be set. // @inject_tag: `gorm:"not_null"` CatalogId string `protobuf:"bytes,6,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty" gorm:"not_null"` // version allows optimistic locking of the resource // @inject_tag: `gorm:"default:null"` Version uint32 `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty" gorm:"default:null"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *HostSet) Reset() { *x = HostSet{} mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *HostSet) String() string { return protoimpl.X.MessageStringOf(x) } func (*HostSet) ProtoMessage() {} func (x *HostSet) ProtoReflect() protoreflect.Message { mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[2] 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 HostSet.ProtoReflect.Descriptor instead. func (*HostSet) Descriptor() ([]byte, []int) { return file_controller_storage_host_static_store_v1_static_proto_rawDescGZIP(), []int{2} } func (x *HostSet) GetPublicId() string { if x != nil { return x.PublicId } return "" } func (x *HostSet) GetCreateTime() *timestamp.Timestamp { if x != nil { return x.CreateTime } return nil } func (x *HostSet) GetUpdateTime() *timestamp.Timestamp { if x != nil { return x.UpdateTime } return nil } func (x *HostSet) GetName() string { if x != nil { return x.Name } return "" } func (x *HostSet) GetDescription() string { if x != nil { return x.Description } return "" } func (x *HostSet) GetCatalogId() string { if x != nil { return x.CatalogId } return "" } func (x *HostSet) GetVersion() uint32 { if x != nil { return x.Version } return 0 } type HostSetMember struct { state protoimpl.MessageState `protogen:"open.v1"` // @inject_tag: `gorm:"primary_key"` HostId string `protobuf:"bytes,1,opt,name=host_id,json=hostId,proto3" json:"host_id,omitempty" gorm:"primary_key"` // @inject_tag: `gorm:"primary_key"` SetId string `protobuf:"bytes,2,opt,name=set_id,json=setId,proto3" json:"set_id,omitempty" gorm:"primary_key"` // @inject_tag: `gorm:"default:null"` CatalogId string `protobuf:"bytes,3,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty" gorm:"default:null"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *HostSetMember) Reset() { *x = HostSetMember{} mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *HostSetMember) String() string { return protoimpl.X.MessageStringOf(x) } func (*HostSetMember) ProtoMessage() {} func (x *HostSetMember) ProtoReflect() protoreflect.Message { mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[3] 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 HostSetMember.ProtoReflect.Descriptor instead. func (*HostSetMember) Descriptor() ([]byte, []int) { return file_controller_storage_host_static_store_v1_static_proto_rawDescGZIP(), []int{3} } func (x *HostSetMember) GetHostId() string { if x != nil { return x.HostId } return "" } func (x *HostSetMember) GetSetId() string { if x != nil { return x.SetId } return "" } func (x *HostSetMember) GetCatalogId() string { if x != nil { return x.CatalogId } return "" } // These fields are not implemented yet on the host set. They are captured // here for the purpose of identifying the mask maps which are on the top level // api set resource but aren't present in the static host set storage. type UnimplementedSetFields struct { state protoimpl.MessageState `protogen:"open.v1"` PreferredEndpoints []string `protobuf:"bytes,11,rep,name=preferred_endpoints,json=preferredEndpoints,proto3" json:"preferred_endpoints,omitempty"` SyncIntervalSeconds int32 `protobuf:"varint,22,opt,name=sync_interval_seconds,json=syncIntervalSeconds,proto3" json:"sync_interval_seconds,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *UnimplementedSetFields) Reset() { *x = UnimplementedSetFields{} mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *UnimplementedSetFields) String() string { return protoimpl.X.MessageStringOf(x) } func (*UnimplementedSetFields) ProtoMessage() {} func (x *UnimplementedSetFields) ProtoReflect() protoreflect.Message { mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[4] 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 UnimplementedSetFields.ProtoReflect.Descriptor instead. func (*UnimplementedSetFields) Descriptor() ([]byte, []int) { return file_controller_storage_host_static_store_v1_static_proto_rawDescGZIP(), []int{4} } func (x *UnimplementedSetFields) GetPreferredEndpoints() []string { if x != nil { return x.PreferredEndpoints } return nil } func (x *UnimplementedSetFields) GetSyncIntervalSeconds() int32 { if x != nil { return x.SyncIntervalSeconds } return 0 } // These fields are not implemented yet on the host catalog. They are captured // here for the purpose of identifying the mask maps which are on the top level // api catalog resource but aren't present in the static host catalog storage. type UnimplementedCatalogFields struct { state protoimpl.MessageState `protogen:"open.v1"` WorkerFilter string `protobuf:"bytes,11,opt,name=worker_filter,json=workerFilter,proto3" json:"worker_filter,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *UnimplementedCatalogFields) Reset() { *x = UnimplementedCatalogFields{} mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *UnimplementedCatalogFields) String() string { return protoimpl.X.MessageStringOf(x) } func (*UnimplementedCatalogFields) ProtoMessage() {} func (x *UnimplementedCatalogFields) ProtoReflect() protoreflect.Message { mi := &file_controller_storage_host_static_store_v1_static_proto_msgTypes[5] 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 UnimplementedCatalogFields.ProtoReflect.Descriptor instead. func (*UnimplementedCatalogFields) Descriptor() ([]byte, []int) { return file_controller_storage_host_static_store_v1_static_proto_rawDescGZIP(), []int{5} } func (x *UnimplementedCatalogFields) GetWorkerFilter() string { if x != nil { return x.WorkerFilter } return "" } var File_controller_storage_host_static_store_v1_static_proto protoreflect.FileDescriptor const file_controller_storage_host_static_store_v1_static_proto_rawDesc = "" + "\n" + "4controller/storage/host/static/store/v1/static.proto\x12'controller.storage.host.static.store.v1\x1a*controller/custom_options/v1/options.proto\x1a/controller/storage/timestamp/v1/timestamp.proto\"\xe5\x02\n" + "\vHostCatalog\x12\x1b\n" + "\tpublic_id\x18\x01 \x01(\tR\bpublicId\x12K\n" + "\vcreate_time\x18\x02 \x01(\v2*.controller.storage.timestamp.v1.TimestampR\n" + "createTime\x12K\n" + "\vupdate_time\x18\x03 \x01(\v2*.controller.storage.timestamp.v1.TimestampR\n" + "updateTime\x12$\n" + "\x04name\x18\x04 \x01(\tB\x10\xc2\xdd)\f\n" + "\x04name\x12\x04nameR\x04name\x12@\n" + "\vdescription\x18\x05 \x01(\tB\x1e\xc2\xdd)\x1a\n" + "\vdescription\x12\vdescriptionR\vdescription\x12\x1d\n" + "\n" + "project_id\x18\x06 \x01(\tR\tprojectId\x12\x18\n" + "\aversion\x18\a \x01(\rR\aversion\"\x9b\x03\n" + "\x04Host\x12\x1b\n" + "\tpublic_id\x18\x01 \x01(\tR\bpublicId\x12K\n" + "\vcreate_time\x18\x02 \x01(\v2*.controller.storage.timestamp.v1.TimestampR\n" + "createTime\x12K\n" + "\vupdate_time\x18\x03 \x01(\v2*.controller.storage.timestamp.v1.TimestampR\n" + "updateTime\x12$\n" + "\x04name\x18\x04 \x01(\tB\x10\xc2\xdd)\f\n" + "\x04name\x12\x04nameR\x04name\x12@\n" + "\vdescription\x18\x05 \x01(\tB\x1e\xc2\xdd)\x1a\n" + "\vdescription\x12\vdescriptionR\vdescription\x12\x1d\n" + "\n" + "catalog_id\x18\x06 \x01(\tR\tcatalogId\x12;\n" + "\aaddress\x18\a \x01(\tB!\xc2\xdd)\x1d\n" + "\aaddress\x12\x12attributes.addressR\aaddress\x12\x18\n" + "\aversion\x18\b \x01(\rR\aversion\"\xe1\x02\n" + "\aHostSet\x12\x1b\n" + "\tpublic_id\x18\x01 \x01(\tR\bpublicId\x12K\n" + "\vcreate_time\x18\x02 \x01(\v2*.controller.storage.timestamp.v1.TimestampR\n" + "createTime\x12K\n" + "\vupdate_time\x18\x03 \x01(\v2*.controller.storage.timestamp.v1.TimestampR\n" + "updateTime\x12$\n" + "\x04name\x18\x04 \x01(\tB\x10\xc2\xdd)\f\n" + "\x04name\x12\x04nameR\x04name\x12@\n" + "\vdescription\x18\x05 \x01(\tB\x1e\xc2\xdd)\x1a\n" + "\vdescription\x12\vdescriptionR\vdescription\x12\x1d\n" + "\n" + "catalog_id\x18\x06 \x01(\tR\tcatalogId\x12\x18\n" + "\aversion\x18\a \x01(\rR\aversion\"^\n" + "\rHostSetMember\x12\x17\n" + "\ahost_id\x18\x01 \x01(\tR\x06hostId\x12\x15\n" + "\x06set_id\x18\x02 \x01(\tR\x05setId\x12\x1d\n" + "\n" + "catalog_id\x18\x03 \x01(\tR\tcatalogId\"\xde\x01\n" + "\x16UnimplementedSetFields\x12^\n" + "\x13preferred_endpoints\x18\v \x03(\tB-\xc2\xdd))\n" + "\x12PreferredEndpoints\x12\x13preferred_endpointsR\x12preferredEndpoints\x12d\n" + "\x15sync_interval_seconds\x18\x16 \x01(\x05B0\xc2\xdd),\n" + "\x13SyncIntervalSeconds\x12\x15sync_interval_secondsR\x13syncIntervalSeconds\"d\n" + "\x1aUnimplementedCatalogFields\x12F\n" + "\rworker_filter\x18\v \x01(\tB!\xc2\xdd)\x1d\n" + "\fWorkerFilter\x12\rworker_filterR\fworkerFilterB@Z>github.com/hashicorp/boundary/internal/host/static/store;storeb\x06proto3" var ( file_controller_storage_host_static_store_v1_static_proto_rawDescOnce sync.Once file_controller_storage_host_static_store_v1_static_proto_rawDescData []byte ) func file_controller_storage_host_static_store_v1_static_proto_rawDescGZIP() []byte { file_controller_storage_host_static_store_v1_static_proto_rawDescOnce.Do(func() { file_controller_storage_host_static_store_v1_static_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_controller_storage_host_static_store_v1_static_proto_rawDesc), len(file_controller_storage_host_static_store_v1_static_proto_rawDesc))) }) return file_controller_storage_host_static_store_v1_static_proto_rawDescData } var file_controller_storage_host_static_store_v1_static_proto_msgTypes = make([]protoimpl.MessageInfo, 6) var file_controller_storage_host_static_store_v1_static_proto_goTypes = []any{ (*HostCatalog)(nil), // 0: controller.storage.host.static.store.v1.HostCatalog (*Host)(nil), // 1: controller.storage.host.static.store.v1.Host (*HostSet)(nil), // 2: controller.storage.host.static.store.v1.HostSet (*HostSetMember)(nil), // 3: controller.storage.host.static.store.v1.HostSetMember (*UnimplementedSetFields)(nil), // 4: controller.storage.host.static.store.v1.UnimplementedSetFields (*UnimplementedCatalogFields)(nil), // 5: controller.storage.host.static.store.v1.UnimplementedCatalogFields (*timestamp.Timestamp)(nil), // 6: controller.storage.timestamp.v1.Timestamp } var file_controller_storage_host_static_store_v1_static_proto_depIdxs = []int32{ 6, // 0: controller.storage.host.static.store.v1.HostCatalog.create_time:type_name -> controller.storage.timestamp.v1.Timestamp 6, // 1: controller.storage.host.static.store.v1.HostCatalog.update_time:type_name -> controller.storage.timestamp.v1.Timestamp 6, // 2: controller.storage.host.static.store.v1.Host.create_time:type_name -> controller.storage.timestamp.v1.Timestamp 6, // 3: controller.storage.host.static.store.v1.Host.update_time:type_name -> controller.storage.timestamp.v1.Timestamp 6, // 4: controller.storage.host.static.store.v1.HostSet.create_time:type_name -> controller.storage.timestamp.v1.Timestamp 6, // 5: controller.storage.host.static.store.v1.HostSet.update_time:type_name -> controller.storage.timestamp.v1.Timestamp 6, // [6:6] is the sub-list for method output_type 6, // [6:6] is the sub-list for method input_type 6, // [6:6] is the sub-list for extension type_name 6, // [6:6] is the sub-list for extension extendee 0, // [0:6] is the sub-list for field type_name } func init() { file_controller_storage_host_static_store_v1_static_proto_init() } func file_controller_storage_host_static_store_v1_static_proto_init() { if File_controller_storage_host_static_store_v1_static_proto != nil { return } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_controller_storage_host_static_store_v1_static_proto_rawDesc), len(file_controller_storage_host_static_store_v1_static_proto_rawDesc)), NumEnums: 0, NumMessages: 6, NumExtensions: 0, NumServices: 0, }, GoTypes: file_controller_storage_host_static_store_v1_static_proto_goTypes, DependencyIndexes: file_controller_storage_host_static_store_v1_static_proto_depIdxs, MessageInfos: file_controller_storage_host_static_store_v1_static_proto_msgTypes, }.Build() File_controller_storage_host_static_store_v1_static_proto = out.File file_controller_storage_host_static_store_v1_static_proto_goTypes = nil file_controller_storage_host_static_store_v1_static_proto_depIdxs = nil }