587 lines
22 KiB
Go
587 lines
22 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc v3.19.6
|
|
// source: service_ip_library_artifact.proto
|
|
|
|
package pb
|
|
|
|
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 CreateIPLibraryArtifactRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
FileId int64 `protobuf:"varint,1,opt,name=fileId,proto3" json:"fileId,omitempty"`
|
|
MetaJSON []byte `protobuf:"bytes,2,opt,name=metaJSON,proto3" json:"metaJSON,omitempty"`
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateIPLibraryArtifactRequest) Reset() {
|
|
*x = CreateIPLibraryArtifactRequest{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateIPLibraryArtifactRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateIPLibraryArtifactRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateIPLibraryArtifactRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_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 CreateIPLibraryArtifactRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateIPLibraryArtifactRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *CreateIPLibraryArtifactRequest) GetFileId() int64 {
|
|
if x != nil {
|
|
return x.FileId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *CreateIPLibraryArtifactRequest) GetMetaJSON() []byte {
|
|
if x != nil {
|
|
return x.MetaJSON
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *CreateIPLibraryArtifactRequest) GetName() string {
|
|
if x != nil {
|
|
return x.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CreateIPLibraryArtifactResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
IpLibraryArtifactId int64 `protobuf:"varint,1,opt,name=ipLibraryArtifactId,proto3" json:"ipLibraryArtifactId,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateIPLibraryArtifactResponse) Reset() {
|
|
*x = CreateIPLibraryArtifactResponse{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateIPLibraryArtifactResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateIPLibraryArtifactResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateIPLibraryArtifactResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_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 CreateIPLibraryArtifactResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateIPLibraryArtifactResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *CreateIPLibraryArtifactResponse) GetIpLibraryArtifactId() int64 {
|
|
if x != nil {
|
|
return x.IpLibraryArtifactId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 使用/取消使用制品
|
|
type UpdateIPLibraryArtifactIsPublicRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
IpLibraryArtifactId int64 `protobuf:"varint,1,opt,name=ipLibraryArtifactId,proto3" json:"ipLibraryArtifactId,omitempty"`
|
|
IsPublic bool `protobuf:"varint,2,opt,name=isPublic,proto3" json:"isPublic,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *UpdateIPLibraryArtifactIsPublicRequest) Reset() {
|
|
*x = UpdateIPLibraryArtifactIsPublicRequest{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *UpdateIPLibraryArtifactIsPublicRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateIPLibraryArtifactIsPublicRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateIPLibraryArtifactIsPublicRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_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 UpdateIPLibraryArtifactIsPublicRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateIPLibraryArtifactIsPublicRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *UpdateIPLibraryArtifactIsPublicRequest) GetIpLibraryArtifactId() int64 {
|
|
if x != nil {
|
|
return x.IpLibraryArtifactId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateIPLibraryArtifactIsPublicRequest) GetIsPublic() bool {
|
|
if x != nil {
|
|
return x.IsPublic
|
|
}
|
|
return false
|
|
}
|
|
|
|
// 查询所有制品
|
|
type FindAllIPLibraryArtifactsRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindAllIPLibraryArtifactsRequest) Reset() {
|
|
*x = FindAllIPLibraryArtifactsRequest{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindAllIPLibraryArtifactsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindAllIPLibraryArtifactsRequest) ProtoMessage() {}
|
|
|
|
func (x *FindAllIPLibraryArtifactsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_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 FindAllIPLibraryArtifactsRequest.ProtoReflect.Descriptor instead.
|
|
func (*FindAllIPLibraryArtifactsRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
type FindAllIPLibraryArtifactsResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
IpLibraryArtifacts []*IPLibraryArtifact `protobuf:"bytes,1,rep,name=ipLibraryArtifacts,proto3" json:"ipLibraryArtifacts,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindAllIPLibraryArtifactsResponse) Reset() {
|
|
*x = FindAllIPLibraryArtifactsResponse{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindAllIPLibraryArtifactsResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindAllIPLibraryArtifactsResponse) ProtoMessage() {}
|
|
|
|
func (x *FindAllIPLibraryArtifactsResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_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 FindAllIPLibraryArtifactsResponse.ProtoReflect.Descriptor instead.
|
|
func (*FindAllIPLibraryArtifactsResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *FindAllIPLibraryArtifactsResponse) GetIpLibraryArtifacts() []*IPLibraryArtifact {
|
|
if x != nil {
|
|
return x.IpLibraryArtifacts
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 查找单个制品信息
|
|
type FindIPLibraryArtifactRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
IpLibraryArtifactId int64 `protobuf:"varint,1,opt,name=ipLibraryArtifactId,proto3" json:"ipLibraryArtifactId,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindIPLibraryArtifactRequest) Reset() {
|
|
*x = FindIPLibraryArtifactRequest{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindIPLibraryArtifactRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindIPLibraryArtifactRequest) ProtoMessage() {}
|
|
|
|
func (x *FindIPLibraryArtifactRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_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 FindIPLibraryArtifactRequest.ProtoReflect.Descriptor instead.
|
|
func (*FindIPLibraryArtifactRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *FindIPLibraryArtifactRequest) GetIpLibraryArtifactId() int64 {
|
|
if x != nil {
|
|
return x.IpLibraryArtifactId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FindIPLibraryArtifactResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
IpLibraryArtifact *IPLibraryArtifact `protobuf:"bytes,1,opt,name=ipLibraryArtifact,proto3" json:"ipLibraryArtifact,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindIPLibraryArtifactResponse) Reset() {
|
|
*x = FindIPLibraryArtifactResponse{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindIPLibraryArtifactResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindIPLibraryArtifactResponse) ProtoMessage() {}
|
|
|
|
func (x *FindIPLibraryArtifactResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[6]
|
|
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 FindIPLibraryArtifactResponse.ProtoReflect.Descriptor instead.
|
|
func (*FindIPLibraryArtifactResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *FindIPLibraryArtifactResponse) GetIpLibraryArtifact() *IPLibraryArtifact {
|
|
if x != nil {
|
|
return x.IpLibraryArtifact
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 查找当前正在使用的制品
|
|
type FindPublicIPLibraryArtifactRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindPublicIPLibraryArtifactRequest) Reset() {
|
|
*x = FindPublicIPLibraryArtifactRequest{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindPublicIPLibraryArtifactRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindPublicIPLibraryArtifactRequest) ProtoMessage() {}
|
|
|
|
func (x *FindPublicIPLibraryArtifactRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[7]
|
|
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 FindPublicIPLibraryArtifactRequest.ProtoReflect.Descriptor instead.
|
|
func (*FindPublicIPLibraryArtifactRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
type FindPublicIPLibraryArtifactResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
IpLibraryArtifact *IPLibraryArtifact `protobuf:"bytes,1,opt,name=ipLibraryArtifact,proto3" json:"ipLibraryArtifact,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *FindPublicIPLibraryArtifactResponse) Reset() {
|
|
*x = FindPublicIPLibraryArtifactResponse{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *FindPublicIPLibraryArtifactResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*FindPublicIPLibraryArtifactResponse) ProtoMessage() {}
|
|
|
|
func (x *FindPublicIPLibraryArtifactResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[8]
|
|
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 FindPublicIPLibraryArtifactResponse.ProtoReflect.Descriptor instead.
|
|
func (*FindPublicIPLibraryArtifactResponse) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *FindPublicIPLibraryArtifactResponse) GetIpLibraryArtifact() *IPLibraryArtifact {
|
|
if x != nil {
|
|
return x.IpLibraryArtifact
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 删除制品
|
|
type DeleteIPLibraryArtifactRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
IpLibraryArtifactId int64 `protobuf:"varint,1,opt,name=ipLibraryArtifactId,proto3" json:"ipLibraryArtifactId,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteIPLibraryArtifactRequest) Reset() {
|
|
*x = DeleteIPLibraryArtifactRequest{}
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteIPLibraryArtifactRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteIPLibraryArtifactRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteIPLibraryArtifactRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_service_ip_library_artifact_proto_msgTypes[9]
|
|
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 DeleteIPLibraryArtifactRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteIPLibraryArtifactRequest) Descriptor() ([]byte, []int) {
|
|
return file_service_ip_library_artifact_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *DeleteIPLibraryArtifactRequest) GetIpLibraryArtifactId() int64 {
|
|
if x != nil {
|
|
return x.IpLibraryArtifactId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
var File_service_ip_library_artifact_proto protoreflect.FileDescriptor
|
|
|
|
const file_service_ip_library_artifact_proto_rawDesc = "" +
|
|
"\n" +
|
|
"!service_ip_library_artifact.proto\x12\x02pb\x1a&models/model_ip_library_artifact.proto\x1a\x19models/rpc_messages.proto\"h\n" +
|
|
"\x1eCreateIPLibraryArtifactRequest\x12\x16\n" +
|
|
"\x06fileId\x18\x01 \x01(\x03R\x06fileId\x12\x1a\n" +
|
|
"\bmetaJSON\x18\x02 \x01(\fR\bmetaJSON\x12\x12\n" +
|
|
"\x04name\x18\x03 \x01(\tR\x04name\"S\n" +
|
|
"\x1fCreateIPLibraryArtifactResponse\x120\n" +
|
|
"\x13ipLibraryArtifactId\x18\x01 \x01(\x03R\x13ipLibraryArtifactId\"v\n" +
|
|
"&UpdateIPLibraryArtifactIsPublicRequest\x120\n" +
|
|
"\x13ipLibraryArtifactId\x18\x01 \x01(\x03R\x13ipLibraryArtifactId\x12\x1a\n" +
|
|
"\bisPublic\x18\x02 \x01(\bR\bisPublic\"\"\n" +
|
|
" FindAllIPLibraryArtifactsRequest\"j\n" +
|
|
"!FindAllIPLibraryArtifactsResponse\x12E\n" +
|
|
"\x12ipLibraryArtifacts\x18\x01 \x03(\v2\x15.pb.IPLibraryArtifactR\x12ipLibraryArtifacts\"P\n" +
|
|
"\x1cFindIPLibraryArtifactRequest\x120\n" +
|
|
"\x13ipLibraryArtifactId\x18\x01 \x01(\x03R\x13ipLibraryArtifactId\"d\n" +
|
|
"\x1dFindIPLibraryArtifactResponse\x12C\n" +
|
|
"\x11ipLibraryArtifact\x18\x01 \x01(\v2\x15.pb.IPLibraryArtifactR\x11ipLibraryArtifact\"$\n" +
|
|
"\"FindPublicIPLibraryArtifactRequest\"j\n" +
|
|
"#FindPublicIPLibraryArtifactResponse\x12C\n" +
|
|
"\x11ipLibraryArtifact\x18\x01 \x01(\v2\x15.pb.IPLibraryArtifactR\x11ipLibraryArtifact\"R\n" +
|
|
"\x1eDeleteIPLibraryArtifactRequest\x120\n" +
|
|
"\x13ipLibraryArtifactId\x18\x01 \x01(\x03R\x13ipLibraryArtifactId2\xe4\x04\n" +
|
|
"\x18IPLibraryArtifactService\x12b\n" +
|
|
"\x17createIPLibraryArtifact\x12\".pb.CreateIPLibraryArtifactRequest\x1a#.pb.CreateIPLibraryArtifactResponse\x12]\n" +
|
|
"\x1fupdateIPLibraryArtifactIsPublic\x12*.pb.UpdateIPLibraryArtifactIsPublicRequest\x1a\x0e.pb.RPCSuccess\x12h\n" +
|
|
"\x19findAllIPLibraryArtifacts\x12$.pb.FindAllIPLibraryArtifactsRequest\x1a%.pb.FindAllIPLibraryArtifactsResponse\x12\\\n" +
|
|
"\x15findIPLibraryArtifact\x12 .pb.FindIPLibraryArtifactRequest\x1a!.pb.FindIPLibraryArtifactResponse\x12n\n" +
|
|
"\x1bfindPublicIPLibraryArtifact\x12&.pb.FindPublicIPLibraryArtifactRequest\x1a'.pb.FindPublicIPLibraryArtifactResponse\x12M\n" +
|
|
"\x17deleteIPLibraryArtifact\x12\".pb.DeleteIPLibraryArtifactRequest\x1a\x0e.pb.RPCSuccessB\x06Z\x04./pbb\x06proto3"
|
|
|
|
var (
|
|
file_service_ip_library_artifact_proto_rawDescOnce sync.Once
|
|
file_service_ip_library_artifact_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_service_ip_library_artifact_proto_rawDescGZIP() []byte {
|
|
file_service_ip_library_artifact_proto_rawDescOnce.Do(func() {
|
|
file_service_ip_library_artifact_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_service_ip_library_artifact_proto_rawDesc), len(file_service_ip_library_artifact_proto_rawDesc)))
|
|
})
|
|
return file_service_ip_library_artifact_proto_rawDescData
|
|
}
|
|
|
|
var file_service_ip_library_artifact_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
|
|
var file_service_ip_library_artifact_proto_goTypes = []any{
|
|
(*CreateIPLibraryArtifactRequest)(nil), // 0: pb.CreateIPLibraryArtifactRequest
|
|
(*CreateIPLibraryArtifactResponse)(nil), // 1: pb.CreateIPLibraryArtifactResponse
|
|
(*UpdateIPLibraryArtifactIsPublicRequest)(nil), // 2: pb.UpdateIPLibraryArtifactIsPublicRequest
|
|
(*FindAllIPLibraryArtifactsRequest)(nil), // 3: pb.FindAllIPLibraryArtifactsRequest
|
|
(*FindAllIPLibraryArtifactsResponse)(nil), // 4: pb.FindAllIPLibraryArtifactsResponse
|
|
(*FindIPLibraryArtifactRequest)(nil), // 5: pb.FindIPLibraryArtifactRequest
|
|
(*FindIPLibraryArtifactResponse)(nil), // 6: pb.FindIPLibraryArtifactResponse
|
|
(*FindPublicIPLibraryArtifactRequest)(nil), // 7: pb.FindPublicIPLibraryArtifactRequest
|
|
(*FindPublicIPLibraryArtifactResponse)(nil), // 8: pb.FindPublicIPLibraryArtifactResponse
|
|
(*DeleteIPLibraryArtifactRequest)(nil), // 9: pb.DeleteIPLibraryArtifactRequest
|
|
(*IPLibraryArtifact)(nil), // 10: pb.IPLibraryArtifact
|
|
(*RPCSuccess)(nil), // 11: pb.RPCSuccess
|
|
}
|
|
var file_service_ip_library_artifact_proto_depIdxs = []int32{
|
|
10, // 0: pb.FindAllIPLibraryArtifactsResponse.ipLibraryArtifacts:type_name -> pb.IPLibraryArtifact
|
|
10, // 1: pb.FindIPLibraryArtifactResponse.ipLibraryArtifact:type_name -> pb.IPLibraryArtifact
|
|
10, // 2: pb.FindPublicIPLibraryArtifactResponse.ipLibraryArtifact:type_name -> pb.IPLibraryArtifact
|
|
0, // 3: pb.IPLibraryArtifactService.createIPLibraryArtifact:input_type -> pb.CreateIPLibraryArtifactRequest
|
|
2, // 4: pb.IPLibraryArtifactService.updateIPLibraryArtifactIsPublic:input_type -> pb.UpdateIPLibraryArtifactIsPublicRequest
|
|
3, // 5: pb.IPLibraryArtifactService.findAllIPLibraryArtifacts:input_type -> pb.FindAllIPLibraryArtifactsRequest
|
|
5, // 6: pb.IPLibraryArtifactService.findIPLibraryArtifact:input_type -> pb.FindIPLibraryArtifactRequest
|
|
7, // 7: pb.IPLibraryArtifactService.findPublicIPLibraryArtifact:input_type -> pb.FindPublicIPLibraryArtifactRequest
|
|
9, // 8: pb.IPLibraryArtifactService.deleteIPLibraryArtifact:input_type -> pb.DeleteIPLibraryArtifactRequest
|
|
1, // 9: pb.IPLibraryArtifactService.createIPLibraryArtifact:output_type -> pb.CreateIPLibraryArtifactResponse
|
|
11, // 10: pb.IPLibraryArtifactService.updateIPLibraryArtifactIsPublic:output_type -> pb.RPCSuccess
|
|
4, // 11: pb.IPLibraryArtifactService.findAllIPLibraryArtifacts:output_type -> pb.FindAllIPLibraryArtifactsResponse
|
|
6, // 12: pb.IPLibraryArtifactService.findIPLibraryArtifact:output_type -> pb.FindIPLibraryArtifactResponse
|
|
8, // 13: pb.IPLibraryArtifactService.findPublicIPLibraryArtifact:output_type -> pb.FindPublicIPLibraryArtifactResponse
|
|
11, // 14: pb.IPLibraryArtifactService.deleteIPLibraryArtifact:output_type -> pb.RPCSuccess
|
|
9, // [9:15] is the sub-list for method output_type
|
|
3, // [3:9] is the sub-list for method input_type
|
|
3, // [3:3] is the sub-list for extension type_name
|
|
3, // [3:3] is the sub-list for extension extendee
|
|
0, // [0:3] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_service_ip_library_artifact_proto_init() }
|
|
func file_service_ip_library_artifact_proto_init() {
|
|
if File_service_ip_library_artifact_proto != nil {
|
|
return
|
|
}
|
|
file_models_model_ip_library_artifact_proto_init()
|
|
file_models_rpc_messages_proto_init()
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_service_ip_library_artifact_proto_rawDesc), len(file_service_ip_library_artifact_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 10,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_service_ip_library_artifact_proto_goTypes,
|
|
DependencyIndexes: file_service_ip_library_artifact_proto_depIdxs,
|
|
MessageInfos: file_service_ip_library_artifact_proto_msgTypes,
|
|
}.Build()
|
|
File_service_ip_library_artifact_proto = out.File
|
|
file_service_ip_library_artifact_proto_goTypes = nil
|
|
file_service_ip_library_artifact_proto_depIdxs = nil
|
|
}
|